| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
wrapper.Wrapper --+
|
object --+ |
| |
Endpoint --+
|
Connection
A representation of an AMQP connection
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Static Methods | |||
|
|||
| Class Variables | |
container = property(_get_container, _set_container)
|
|
hostname = property(_get_hostname, _set_hostname, doc=
|
|
user = property(_get_user, _set_user)
|
|
password = property(_get_password, _set_password)
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
The container identifier specified by the remote peer for this connection.
|
The hostname specified by the remote peer for this connection.
|
The capabilities offered by the remote peer for this connection.
|
The capabilities desired by the remote peer for this connection.
|
The properties specified by the remote peer for this connection.
|
Opens the connection. In more detail, this moves the local state of the connection to the ACTIVE state and triggers an open frame to be sent to the peer. A connection is fully active once both peers have opened it. |
Closes the connection. In more detail, this moves the local state of the connection to the CLOSED state and triggers a close frame to be sent to the peer. A connection is fully closed once both peers have closed it. |
The state of the connection as a bit field. The state has a local and a remote component. Each of these can be in one of three states: UNINIT, ACTIVE or CLOSED. These can be tested by masking against LOCAL_UNINIT, LOCAL_ACTIVE, LOCAL_CLOSED, REMOTE_UNINIT, REMOTE_ACTIVE and REMOTE_CLOSED.
|
|
|
| Class Variable Details |
hostname
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Oct 4 21:20:16 2018 | http://epydoc.sourceforge.net |