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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConnectionMethodVisitor visitor) byte[]
protected void
void
setChallenge
(byte[] challenge) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Secure
public Secure()
-
-
Method Details
-
accept
- Specified by:
accept
in classConnectionMethod
-
getChallenge
public byte[] getChallenge() -
setChallenge
public void setChallenge(byte[] challenge) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-