Uses of Interface
org.apache.activemq.artemis.protocol.amqp.broker.AmqpInterceptor
Packages that use AmqpInterceptor
Package
Description
This package includes classes used to interact with the broker.
-
Uses of AmqpInterceptor in org.apache.activemq.artemis.protocol.amqp.broker
Subclasses with type arguments of type AmqpInterceptor 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 resourcesclassMethods in org.apache.activemq.artemis.protocol.amqp.broker that return types with arguments of type AmqpInterceptorModifier and TypeMethodDescriptionProtonProtocolManagerFactory.filterInterceptors(List<BaseInterceptor> interceptors) ProtonProtocolManager.getFactory() -
Uses of AmqpInterceptor in org.apache.activemq.artemis.protocol.amqp.sasl
Method parameters in org.apache.activemq.artemis.protocol.amqp.sasl with type arguments of type AmqpInterceptorModifier 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 AmqpInterceptor 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 AmqpInterceptorModifier and TypeMethodDescriptionSCRAMServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection)