Class SaslOutcome
java.lang.Object
org.apache.qpid.proton.amqp.security.SaslOutcome
- 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 TypeMethodDescriptiongetCode()
<E> void
invoke
(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context) void
setAdditionalData
(Binary additionalData) void
toString()
-
Constructor Details
-
SaslOutcome
public SaslOutcome()
-
-
Method Details
-
getCode
-
setCode
-
getAdditionalData
-
setAdditionalData
-
toString
-
invoke
- Specified by:
invoke
in interfaceSaslFrameBody
-