public static class AMQP.Connection.SecureOk extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
LongString |
response
A block of opaque data passed to the security mechanism.
|
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
SecureOk() |
SecureOk(LongString response)
This method attempts to authenticate, passing a block of SASL data for the security mechanism at the server side.
|
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 LongString response
public static final int INDEX
public SecureOk(LongString response)
public SecureOk()
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
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2023 ScalAgent D.T.. All rights reserved.