Uses of Class
org.apache.qpid.proton.amqp.security.SaslInit
-
Packages that use SaslInit Package Description org.apache.qpid.proton.amqp.security org.apache.qpid.proton.codec.security org.apache.qpid.proton.engine.impl -
-
Uses of SaslInit in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security with parameters of type SaslInit Modifier and Type Method Description voidSaslFrameBody.SaslFrameBodyHandler. handleInit(SaslInit saslInit, Binary payload, E context) -
Uses of SaslInit in org.apache.qpid.proton.codec.security
Methods in org.apache.qpid.proton.codec.security that return SaslInit Modifier and Type Method Description SaslInitSaslInitType. newInstance(java.lang.Object described)Methods in org.apache.qpid.proton.codec.security that return types with arguments of type SaslInit Modifier and Type Method Description java.lang.Class<SaslInit>SaslInitType. getTypeClass()Methods in org.apache.qpid.proton.codec.security with parameters of type SaslInit Modifier and Type Method Description protected java.util.ListSaslInitType. wrap(SaslInit val)Constructors in org.apache.qpid.proton.codec.security with parameters of type SaslInit Constructor Description SaslInitWrapper(SaslInit saslInit) -
Uses of SaslInit in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type SaslInit Modifier and Type Method Description voidSaslImpl. handleInit(SaslInit saslInit, Binary payload, java.lang.Void context)
-