Uses of Interface
org.apache.qpid.protonj2.engine.sasl.SaslServerListener
-
Packages that use SaslServerListener Package Description org.apache.qpid.protonj2.engine.sasl -
-
Uses of SaslServerListener in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SaslServerListener Modifier and Type Method Description SaslServerListenerSaslServerContext. getListener()Methods in org.apache.qpid.protonj2.engine.sasl with parameters of type SaslServerListener Modifier and Type Method Description SaslServerContextSaslServerContext. setListener(SaslServerListener listener)Sets theSaslServerListenerthat will be used to driver the server side SASL negotiations with a connected "client".
-