public static class AMQP.Connection.StartOk extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
Map |
clientProperties |
static int |
INDEX |
String |
locale
A single message locale selected by the client, which must be one of those specified by the server.
|
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.
|
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
StartOk() |
StartOk(Map clientProperties,
String mechanism,
LongString response,
String locale)
This method selects a SASL security mechanism.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public Map clientProperties
public String mechanism
public LongString response
public String locale
public static final int INDEX
public StartOk(Map clientProperties, String mechanism, LongString response, String locale)
public StartOk()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException, SyntaxErrorException
readFrom
in class AbstractMarshallingMethod
IOException
SyntaxErrorException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2021 ScalAgent D.T.. All rights reserved.