Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext
-
Packages that use AMQPConnectionContext 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.org.apache.activemq.artemis.protocol.amqp.proton.handler org.apache.activemq.artemis.protocol.amqp.proton.transaction -
-
Uses of AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.broker
Fields in org.apache.activemq.artemis.protocol.amqp.broker declared as AMQPConnectionContext Modifier and Type Field Description protected AMQPConnectionContextAMQPConnectionCallback. amqpConnectionMethods in org.apache.activemq.artemis.protocol.amqp.broker that return AMQPConnectionContext Modifier and Type Method Description AMQPConnectionContextActiveMQProtonRemotingConnection. getAmqpConnection()AMQPConnectionContextAMQPConnectionCallback. getConnection()Methods in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type AMQPConnectionContext Modifier and Type Method Description AMQPSessionCallbackAMQPConnectionCallback. createSessionCallback(AMQPConnectionContext connection)voidAMQPConnectionCallback. onTransport(io.netty.buffer.ByteBuf byteBuf, AMQPConnectionContext amqpConnection)voidAMQPConnectionCallback. setConnection(AMQPConnectionContext connection)Constructors in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type AMQPConnectionContext Constructor Description ActiveMQProtonRemotingConnection(ProtonProtocolManager manager, AMQPConnectionContext amqpConnection, Connection transportConnection, Executor connectionExecutor)AMQPSessionCallback(AMQPConnectionCallback protonSPI, ProtonProtocolManager manager, AMQPConnectionContext connection, Connection transportConnection, Executor executor, org.apache.activemq.artemis.core.persistence.OperationContext operationContext) -
Uses of AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.client
Constructors in org.apache.activemq.artemis.protocol.amqp.client with parameters of type AMQPConnectionContext Constructor Description ProtonClientSenderContext(AMQPConnectionContext connection, org.apache.qpid.proton.engine.Sender sender, AMQPSessionContext amqpSessionContext, AMQPSessionCallback sessionSPI) -
Uses of AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.connect.federation
Fields in org.apache.activemq.artemis.protocol.amqp.connect.federation declared as AMQPConnectionContext Modifier and Type Field Description protected AMQPConnectionContextAMQPFederation. connectionMethods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return AMQPConnectionContext Modifier and Type Method Description abstract AMQPConnectionContextAMQPFederation. getConnectionContext()AMQPConnectionContextAMQPFederationSource. getConnectionContext()AMQPConnectionContextAMQPFederationTarget. getConnectionContext()Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPConnectionContext Modifier and Type Method Description protected RunnableAMQPFederationCommandProcessor. createCreditRunnable(AMQPConnectionContext connection)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.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type AMQPConnectionContext Constructor Description AMQPFederationConfiguration(AMQPConnectionContext connection, Map<String,Object> properties) -
Uses of AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Constructors in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type AMQPConnectionContext 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 AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.proton
Fields in org.apache.activemq.artemis.protocol.amqp.proton declared as AMQPConnectionContext Modifier and Type Field Description protected AMQPConnectionContextAMQPSessionContext. connectionprotected AMQPConnectionContextProtonAbstractReceiver. connectionprotected AMQPConnectionContextProtonServerSenderContext. connectionMethods in org.apache.activemq.artemis.protocol.amqp.proton that return AMQPConnectionContext Modifier and Type Method Description AMQPConnectionContextAMQPConnectionContext. addLinkRemoteCloseListener(String id, LinkCloseListener linkCloseListener)Adds a listener that will be invoked any time an AMQP link is remotely closed before having been closed on this end of the connection.AMQPConnectionContextAMQPSessionContext. getAMQPConnectionContext()AMQPConnectionContextProtonAbstractReceiver. getConnection()Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type AMQPConnectionContext Modifier and Type Method Description static RunnableProtonAbstractReceiver. createCreditRunnable(int refill, int threshold, org.apache.qpid.proton.engine.Receiver receiver, AMQPConnectionContext connection)This Credit Runnable can be used to manage the credit replenishment of a target AMQP receiver.static RunnableProtonAbstractReceiver. createCreditRunnable(int refill, int threshold, org.apache.qpid.proton.engine.Receiver receiver, AMQPConnectionContext connection, ProtonAbstractReceiver context)This Credit Runnable can be used to manage the credit replenishment of a target AMQP receiver.protected RunnableProtonAbstractReceiver. createCreditRunnable(AMQPConnectionContext connection)Subclass can override this to provide a custom credit runnable that performs other checks or applies credit in a manner more fitting that implementation.protected intProtonAbstractReceiver. getConfiguredMinLargeMessageSize(AMQPConnectionContext connection)Subclass can override this to provide the minimum large message size that should be used when creating receiver instances.booleanAMQPRoutingHandler. route(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection)Constructors in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type AMQPConnectionContext Constructor Description AMQPRoutingContext(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection)AMQPSessionContext(AMQPSessionCallback sessionSPI, AMQPConnectionContext connection, org.apache.qpid.proton.engine.Session session, org.apache.activemq.artemis.core.server.ActiveMQServer server)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) -
Uses of AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.proton.handler
Methods in org.apache.activemq.artemis.protocol.amqp.proton.handler with parameters of type AMQPConnectionContext Modifier and Type Method Description voidProtonHandler. close(org.apache.qpid.proton.amqp.transport.ErrorCondition errorCondition, AMQPConnectionContext connectionContext) -
Uses of AMQPConnectionContext in org.apache.activemq.artemis.protocol.amqp.proton.transaction
Constructors in org.apache.activemq.artemis.protocol.amqp.proton.transaction with parameters of type AMQPConnectionContext Constructor Description ProtonTransactionHandler(AMQPSessionCallback sessionSPI, AMQPConnectionContext connection)ProtonTransactionImpl(Xid xid, org.apache.activemq.artemis.core.persistence.StorageManager storageManager, int timeoutSeconds, AMQPConnectionContext connection)
-