Class SaslInit
java.lang.Object
org.apache.qpid.proton.amqp.security.SaslInit
- 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 TypeMethodDescription<E> void
invoke
(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context) void
setHostname
(String hostname) void
setInitialResponse
(Binary initialResponse) void
setMechanism
(Symbol mechanism) toString()
-
Constructor Details
-
SaslInit
public SaslInit()
-
-
Method Details
-
getMechanism
-
setMechanism
-
getInitialResponse
-
setInitialResponse
-
getHostname
-
setHostname
-
invoke
- Specified by:
invoke
in interfaceSaslFrameBody
-
toString
-