Class SaslChallenge
java.lang.Object
org.apache.qpid.proton.amqp.security.SaslChallenge
- All Implemented Interfaces:
SaslFrameBody
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.security.SaslFrameBody
SaslFrameBody.SaslFrameBodyHandler<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(int index) <E> void
invoke
(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context) void
setChallenge
(Binary challenge) int
size()
toString()
-
Constructor Details
-
SaslChallenge
public SaslChallenge()
-
-
Method Details
-
getChallenge
-
setChallenge
-
get
-
size
public int size() -
invoke
- Specified by:
invoke
in interfaceSaslFrameBody
-
toString
-