Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.AMQPRoutingHandler
Packages that use AMQPRoutingHandler
Package
Description
This package includes classes used to interact with the broker.
-
Uses of AMQPRoutingHandler in org.apache.activemq.artemis.protocol.amqp.broker
Subclasses with type arguments of type AMQPRoutingHandler in org.apache.activemq.artemis.protocol.amqp.brokerModifier and TypeClassDescriptionclassA proton protocol manager, basically reads the Proton Input and maps proton resources to ActiveMQ Artemis resourcesMethods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPRoutingHandler -
Uses of AMQPRoutingHandler in org.apache.activemq.artemis.protocol.amqp.sasl
Method parameters in org.apache.activemq.artemis.protocol.amqp.sasl with type arguments of type AMQPRoutingHandlerModifier and TypeMethodDescriptionAnonymousServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) ExternalServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) GSSAPIServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) PlainServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) ServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) creates a newServerSASLfor the provided context -
Uses of AMQPRoutingHandler in org.apache.activemq.artemis.protocol.amqp.sasl.scram
Method parameters in org.apache.activemq.artemis.protocol.amqp.sasl.scram with type arguments of type AMQPRoutingHandlerModifier and TypeMethodDescriptionSCRAMServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection)