Nested Classes
| Modifier and Type |
Class |
Description |
static class |
AMQP.Connection.Close |
This method indicates that the sender wants to close the connection.
|
static class |
AMQP.Connection.CloseOk |
This method confirms a Connection.Close method and tells the recipient
that it is safe to release resources for the connection and close the
socket.
|
static class |
AMQP.Connection.Open |
This method opens a connection to a virtual host, which is a collection of resources, and acts to separate multiple application domains within a server.
|
static class |
AMQP.Connection.OpenOk |
This method signals to the client that the connection is ready for use.
|
static class |
AMQP.Connection.Secure |
The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other.
|
static class |
AMQP.Connection.SecureOk |
This method attempts to authenticate, passing a block of SASL data for the security mechanism at the server side.
|
static class |
AMQP.Connection.Start |
This method starts the connection negotiation process by telling the client the protocol version that the server proposes, along with a list of security mechanisms which the client can use for authentication.
|
static class |
AMQP.Connection.StartOk |
This method selects a SASL security mechanism.
|
static class |
AMQP.Connection.Tune |
This method proposes a set of connection configuration values to the client.
|
static class |
AMQP.Connection.TuneOk |
This method sends the client's connection tuning parameters to the server.
|