Class Qpid::Proton::Listener
In: lib/core/listener.rb
Parent: Object

A listener for incoming connections.

Create with {Container#listen} or {Container#listen_io}. To control the handler and connection options applied to incoming connections, pass a {ListenerHandler} on creation.

Methods

close   new   to_io  

Classes and Modules

Class Qpid::Proton::Listener::Handler

Attributes

condition  [R]  @return [Condition] The error condition if there is one
container  [R]  @return [Container] The listener‘s container

Public Class methods

Public Instance methods

Close the listener @param error [Condition] Optional error condition.

Get the {IO} server socket used by the listener

[Validate]