Class Secure
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.connection.ConnectionMethod
-
- com.swiftmq.amqp.v091.generated.connection.Secure
-
public class Secure extends ConnectionMethod
-
-
Constructor Summary
Constructors Constructor Description Secure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ConnectionMethodVisitor visitor)
byte[]
getChallenge()
protected void
readBody(BitSupportDataInput in)
void
setChallenge(byte[] challenge)
java.lang.String
toString()
protected void
writeBody(BitSupportDataOutput out)
-
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
-
-
-
Method Detail
-
accept
public void accept(ConnectionMethodVisitor visitor)
- Specified by:
accept
in classConnectionMethod
-
getChallenge
public byte[] getChallenge()
-
setChallenge
public void setChallenge(byte[] challenge)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-