Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler
Packages that use ProtonHandler
Package
Description
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
-
Uses of ProtonHandler in org.apache.activemq.artemis.protocol.amqp.connect
Constructors in org.apache.activemq.artemis.protocol.amqp.connect with parameters of type ProtonHandlerModifierConstructorDescriptionprotectedAMQPBrokerConnectionChannelHandler(io.netty.channel.group.ChannelGroup group, ProtonHandler handler, ClientConnectionLifeCycleListener listener, Executor executor) -
Uses of ProtonHandler in org.apache.activemq.artemis.protocol.amqp.proton
Fields in org.apache.activemq.artemis.protocol.amqp.proton declared as ProtonHandlerMethods in org.apache.activemq.artemis.protocol.amqp.proton that return ProtonHandlerMethods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type ProtonHandlerModifier and TypeMethodDescriptionvoidAMQPConnectionContext.onAuthFailed(ProtonHandler protonHandler, org.apache.qpid.proton.engine.Connection connection) voidAMQPConnectionContext.onAuthInit(ProtonHandler handler, org.apache.qpid.proton.engine.Connection connection, boolean sasl) voidAMQPConnectionContext.onAuthSuccess(ProtonHandler protonHandler, org.apache.qpid.proton.engine.Connection connection) voidAMQPConnectionContext.onSaslMechanismsOffered(ProtonHandler handler, String[] mechanisms) voidAMQPConnectionContext.onSaslRemoteMechanismChosen(ProtonHandler handler, String mech) -
Uses of ProtonHandler in org.apache.activemq.artemis.protocol.amqp.proton.handler
Methods in org.apache.activemq.artemis.protocol.amqp.proton.handler that return ProtonHandlerModifier and TypeMethodDescriptionProtonHandler.addEventHandler(EventHandler handler) ProtonHandler.setReadable(boolean readable) Methods in org.apache.activemq.artemis.protocol.amqp.proton.handler with parameters of type ProtonHandlerModifier and TypeMethodDescriptiondefault voidEventHandler.onAuthFailed(ProtonHandler protonHandler, org.apache.qpid.proton.engine.Connection connection) default voidEventHandler.onAuthInit(ProtonHandler handler, org.apache.qpid.proton.engine.Connection connection, boolean sasl) default voidEventHandler.onAuthSuccess(ProtonHandler protonHandler, org.apache.qpid.proton.engine.Connection connection) default voidEventHandler.onSaslMechanismsOffered(ProtonHandler handler, String[] mechanisms) default voidEventHandler.onSaslRemoteMechanismChosen(ProtonHandler handler, String mech)