Class | Qpid::Proton::Listener::Handler |
In: |
lib/core/listener.rb
|
Parent: | Object |
Class that handles listener events and provides options for accepted connections. This class simply returns a fixed set of options for every connection accepted, but you can subclass and override all of the on_ methods to provide more interesting behaviour.
Note: If a {Listener} method raises an exception, it will stop the {Container} that the handler is running in. See {Container#run}