Uses of Interface
org.apache.activemq.artemis.protocol.amqp.broker.AmqpInterceptor
-
Packages that use AmqpInterceptor 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 AmqpInterceptor in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return types with arguments of type AmqpInterceptor Modifier and Type Method Description java.util.List<AmqpInterceptor>ProtonProtocolManagerFactory. filterInterceptors(java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> interceptors)org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory<AmqpInterceptor>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 AmqpInterceptor Modifier and Type Method Description ServerSASLAnonymousServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLExternalServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLGSSAPIServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLPlainServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.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 AmqpInterceptor Modifier and Type Method Description ServerSASLSCRAMServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)
-