public static class AMQP.Connection extends AbstractMarshallingClass
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
static String[] |
methodnames |
static int[] |
mids |
private static long |
serialVersionUID |
logger
Constructor and Description |
---|
AMQP.Connection() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName(int id) |
private static int |
getPosition(int id) |
String |
toString() |
read
private static final long serialVersionUID
public static final int INDEX
public static int[] mids
public static final String[] methodnames
private static int getPosition(int id)
public String getMethodName(int id)
getMethodName
in class AbstractMarshallingClass
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.