Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.AMQPSessionContext
-
Packages that use AMQPSessionContext 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.client This contains a very limited ClientProtocolmanager for AMQP / Proton Where it only satisfies very basic functionality.org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.connect.mirror org.apache.activemq.artemis.protocol.amqp.proton This package includes classes used on the interaction with Proton, including Context classes that will be translated through the model event. -
-
Uses of AMQPSessionContext in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPSessionContext Modifier and Type Method Description AMQPSessionContextAMQPSessionCallback. getAMQPSessionContext()Methods in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type AMQPSessionContext Modifier and Type Method Description voidAMQPSessionCallback. init(AMQPSessionContext protonSession, SASLResult saslResult) -
Uses of AMQPSessionContext in org.apache.activemq.artemis.protocol.amqp.client
Constructors in org.apache.activemq.artemis.protocol.amqp.client with parameters of type AMQPSessionContext Constructor Description ProtonClientSenderContext(AMQPConnectionContext connection, org.apache.qpid.proton.engine.Sender sender, AMQPSessionContext amqpSessionContext, AMQPSessionCallback sessionSPI) -
Uses of AMQPSessionContext in org.apache.activemq.artemis.protocol.amqp.connect.federation
Fields in org.apache.activemq.artemis.protocol.amqp.connect.federation declared as AMQPSessionContext Modifier and Type Field Description protected AMQPSessionContextAMQPFederation. sessionprotected AMQPSessionContextAMQPFederationAddressPolicyManager. sessionprotected AMQPSessionContextAMQPFederationBaseSenderController. sessionprotected AMQPSessionContextAMQPFederationQueuePolicyManager. sessionMethods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPSessionContext Modifier and Type Method Description abstract AMQPSessionContextAMQPFederation. getSessionContext()AMQPSessionContextAMQPFederationBaseSenderController. getSessionContext()AMQPSessionContextAMQPFederationSource. getSessionContext()AMQPSessionContextAMQPFederationTarget. getSessionContext()Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPSessionContext Modifier and Type Method Description voidAMQPFederationSource. handleConnectionRestored(AMQPConnectionContext connection, AMQPSessionContext session)Called by the parent broker connection when the connection has been established and this federation should build up its active state based on the configuration. -
Uses of AMQPSessionContext in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Constructors in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type AMQPSessionContext Constructor Description AMQPMirrorControllerTarget(AMQPSessionCallback sessionSPI, AMQPConnectionContext connection, AMQPSessionContext protonSession, org.apache.qpid.proton.engine.Receiver receiver, org.apache.activemq.artemis.core.server.ActiveMQServer server) -
Uses of AMQPSessionContext in org.apache.activemq.artemis.protocol.amqp.proton
Fields in org.apache.activemq.artemis.protocol.amqp.proton declared as AMQPSessionContext Modifier and Type Field Description protected AMQPSessionContextProtonAbstractReceiver. protonSessionprotected AMQPSessionContextProtonServerSenderContext. protonSessionMethods in org.apache.activemq.artemis.protocol.amqp.proton that return AMQPSessionContext Modifier and Type Method Description AMQPSessionContextProtonAbstractReceiver. getSessionContext()AMQPSessionContextProtonServerSenderContext. getSessionContext()AMQPSessionContextAMQPConnectionContext. getSessionExtension(org.apache.qpid.proton.engine.Session realSession)protected AMQPSessionContextAMQPConnectionContext. newSessionExtension(org.apache.qpid.proton.engine.Session realSession)Methods in org.apache.activemq.artemis.protocol.amqp.proton that return types with arguments of type AMQPSessionContext Modifier and Type Method Description Map<org.apache.qpid.proton.engine.Session,AMQPSessionContext>AMQPConnectionContext. getSessions()Method parameters in org.apache.activemq.artemis.protocol.amqp.proton with type arguments of type AMQPSessionContext Modifier and Type Method Description <T extends ProtonAbstractReceiver>
TAMQPSessionContext. addReceiver(org.apache.qpid.proton.engine.Receiver receiver, BiFunction<AMQPSessionContext,org.apache.qpid.proton.engine.Receiver,T> receiverBuilder)<T extends ProtonServerSenderContext>
TAMQPSessionContext. addSender(org.apache.qpid.proton.engine.Sender sender, BiFunction<AMQPSessionContext,org.apache.qpid.proton.engine.Sender,T> senderBuilder)Constructors in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type AMQPSessionContext Constructor Description DefaultSenderController(AMQPSessionContext session, org.apache.qpid.proton.engine.Sender protonSender, String clientId)ProtonAbstractReceiver(AMQPSessionCallback sessionSPI, AMQPConnectionContext connection, AMQPSessionContext protonSession, org.apache.qpid.proton.engine.Receiver receiver)ProtonServerReceiverContext(AMQPSessionCallback sessionSPI, AMQPConnectionContext connection, AMQPSessionContext protonSession, org.apache.qpid.proton.engine.Receiver receiver)ProtonServerSenderContext(AMQPConnectionContext connection, org.apache.qpid.proton.engine.Sender sender, AMQPSessionContext protonSession, AMQPSessionCallback server)ProtonServerSenderContext(AMQPConnectionContext connection, org.apache.qpid.proton.engine.Sender sender, AMQPSessionContext protonSession, AMQPSessionCallback server, SenderController senderController)
-