Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.AMQPRoutingHandler
-
Packages that use AMQPRoutingHandler Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker.org.apache.activemq.artemis.protocol.amqp.sasl org.apache.activemq.artemis.protocol.amqp.sasl.scram -
-
Uses of AMQPRoutingHandler in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPRoutingHandler Modifier and Type Method Description AMQPRoutingHandlerProtonProtocolManager. getRoutingHandler() -
Uses of AMQPRoutingHandler in org.apache.activemq.artemis.protocol.amqp.sasl
-
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 AMQPRoutingHandler Modifier and Type Method Description ServerSASLSCRAMServerSASLFactory. create(ActiveMQServer server, ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection)
-