org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Connection
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
org.objectweb.joram.mom.amqp.marshalling.AMQP.Connection
- Enclosing class:
- AMQP
public static class AMQP.Connection
- extends AbstractMarshallingClass
Nested Class Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
METHOD_CONNECTION_START
public static final int METHOD_CONNECTION_START
- See Also:
- Constant Field Values
METHOD_CONNECTION_START_OK
public static final int METHOD_CONNECTION_START_OK
- See Also:
- Constant Field Values
METHOD_CONNECTION_SECURE
public static final int METHOD_CONNECTION_SECURE
- See Also:
- Constant Field Values
METHOD_CONNECTION_SECURE_OK
public static final int METHOD_CONNECTION_SECURE_OK
- See Also:
- Constant Field Values
METHOD_CONNECTION_TUNE
public static final int METHOD_CONNECTION_TUNE
- See Also:
- Constant Field Values
METHOD_CONNECTION_TUNE_OK
public static final int METHOD_CONNECTION_TUNE_OK
- See Also:
- Constant Field Values
METHOD_CONNECTION_OPEN
public static final int METHOD_CONNECTION_OPEN
- See Also:
- Constant Field Values
METHOD_CONNECTION_OPEN_OK
public static final int METHOD_CONNECTION_OPEN_OK
- See Also:
- Constant Field Values
METHOD_CONNECTION_CLOSE
public static final int METHOD_CONNECTION_CLOSE
- See Also:
- Constant Field Values
METHOD_CONNECTION_CLOSE_OK
public static final int METHOD_CONNECTION_CLOSE_OK
- See Also:
- Constant Field Values
mids
public static final int[] mids
methodnames
public static final java.lang.String[] methodnames
AMQP.Connection
public AMQP.Connection()
getClassId
public int getClassId()
- Specified by:
getClassId
in class AbstractMarshallingClass
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in class AbstractMarshallingClass
getMethodName
public java.lang.String getMethodName(int id)
- Specified by:
getMethodName
in class AbstractMarshallingClass
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved