Retrieves the attachments record, upon which application items can be set/retrieved.
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
Sets a handler for when an AMQP Close frame is received from the remote peer.
Creates a receiver used to consumer messages from the given node address.
Creates a receiver used to consumer messages from the given node address.
Creates a sender used to send messages to the given node address. If no address (i.e null) is specified then a sender will be established to the 'anonymous relay' and each message must specify its destination address.
Creates a sender used to send messages to the given node address. If no address (i.e null) is specified then a sender will be established to the 'anonymous relay' and each message must specify its destination address.
Creates a new session, which can be used to create new senders/receivers on.
Disconnects the underlying transport connection. This can occur asynchronously and may not complete until some time after the method has returned.
Sets a handler for when the underlying transport connection indicates it has disconnected.
Gets the local ErrorCondition object.
Gets the container id value requested of/advertised to peers in the AMQP Open frame.
Gets the hostname value requested of/advertised to peers in the AMQP Open frame.
Gets the remote ErrorCondition object.
Returns the container value requested by/advertised by remote peer in their AMQP Open frame.
Returns the desired connection capabilities sent by the remote peer in its Open frame. May be null.
Returns the container value requested by/advertised by remote peer in their AMQP Open frame.
Returns the offered connection capabilities sent by the remote peer in its Open frame. May be null.
Returns the connection properties map if sent by the remote peer in its Open frame. May be null.
Allows querying (once the connection has remotely opened) whether the peer advertises support for the anonymous relay (sender with null address).
Gets whether the underlying transport has indicated it is disconnected.
Opens the AMQP connection, i.e. allows the Open frame to be emitted. Typically used after any additional configuration is performed on the connection object.
Sets a handler for when an AMQP Open frame is received from the remote peer.
Sets a handler for when an AMQP Attach frame is received from the remote peer for a receiving link.
Sets a handler for when an AMQP Attach frame is received from the remote peer for a sending link.
Sets a handler for when an AMQP Begin frame is received from the remote peer.
Sets the local ErrorCondition object.
Sets the container id value advertised to peers in the AMQP Open frame. Sometimes used as a 'client-id' by clients.
Sets the desired connection capabilities to be sent to the remote peer in our Open frame.
Sets the hostname value requested of/advertised to peers in the AMQP Open frame.
Sets the offered connection capabilities to be sent to the remote peer in our Open frame.
Sets the connection properties map to be sent to the remote peer in our Open frame.
@author <a href="http://tfox.org">Tim Fox</a> @author <a href="http://hiramchirino.com">Hiram Chirino</a>