org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Connection.StartOk
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
org.objectweb.joram.mom.amqp.marshalling.AMQP.Connection.StartOk
- All Implemented Interfaces:
- FrameBuilder
- Enclosing class:
- AMQP.Connection
public static class AMQP.Connection.StartOk
- extends AbstractMarshallingMethod
This method selects a SASL security mechanism.
Field Summary |
java.util.Map |
clientProperties
|
static int |
INDEX
|
java.lang.String |
locale
A single message locale selected by the client, which must be one of those specified by the server. |
java.lang.String |
mechanism
A single security mechanisms selected by the client, which must be one of those specified by the server. |
LongString |
response
A block of opaque data passed to the security mechanism. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
clientProperties
public java.util.Map clientProperties
mechanism
public java.lang.String mechanism
- A single security mechanisms selected by the client, which must be one of those specified by the server.
response
public LongString response
- A block of opaque data passed to the security mechanism. The contents of this data are defined by the SASL security mechanism.
locale
public java.lang.String locale
- A single message locale selected by the client, which must be one of those specified by the server.
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
AMQP.Connection.StartOk
public AMQP.Connection.StartOk(java.util.Map clientProperties,
java.lang.String mechanism,
LongString response,
java.lang.String locale)
- This method selects a SASL security mechanism.
AMQP.Connection.StartOk
public AMQP.Connection.StartOk()
getMethodId
public int getMethodId()
- Specified by:
getMethodId
in class AbstractMarshallingMethod
getMethodName
public java.lang.String getMethodName()
- Specified by:
getMethodName
in class AbstractMarshallingMethod
getClassId
public int getClassId()
- Specified by:
getClassId
in class AbstractMarshallingMethod
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in class AbstractMarshallingMethod
readFrom
public void readFrom(AMQPInputStream in)
throws java.io.IOException
- Specified by:
readFrom
in class AbstractMarshallingMethod
- Throws:
java.io.IOException
writeTo
public void writeTo(AMQPOutputStream out)
throws java.io.IOException
- Specified by:
writeTo
in class AbstractMarshallingMethod
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005 Scalagent - All rights reserved