| 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.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 |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionContext |
AMQPConnectionCallback.amqpConnection |
| Modifier and Type | Method and Description |
|---|---|
AMQPConnectionContext |
ActiveMQProtonRemotingConnection.getAmqpConnection() |
AMQPConnectionContext |
AMQPConnectionCallback.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
AMQPSessionCallback |
AMQPConnectionCallback.createSessionCallback(AMQPConnectionContext connection) |
void |
AMQPConnectionCallback.onTransport(io.netty.buffer.ByteBuf byteBuf,
AMQPConnectionContext amqpConnection) |
void |
AMQPConnectionCallback.setConnection(AMQPConnectionContext connection) |
| Constructor and Description |
|---|
ActiveMQProtonRemotingConnection(ProtonProtocolManager manager,
AMQPConnectionContext amqpConnection,
Connection transportConnection,
Executor connectionExecutor) |
AMQPSessionCallback(AMQPConnectionCallback protonSPI,
ProtonProtocolManager manager,
AMQPConnectionContext connection,
Connection transportConnection,
Executor executor,
OperationContext operationContext) |
| Constructor and Description |
|---|
ProtonClientSenderContext(AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AMQPSessionContext amqpSessionContext,
AMQPSessionCallback sessionSPI) |
| Constructor and Description |
|---|
AMQPMirrorControllerTarget(AMQPSessionCallback sessionSPI,
AMQPConnectionContext connection,
AMQPSessionContext protonSession,
org.apache.qpid.proton.engine.Receiver receiver,
ActiveMQServer server) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionContext |
ProtonAbstractReceiver.connection |
protected AMQPConnectionContext |
ProtonServerSenderContext.connection |
protected AMQPConnectionContext |
AMQPSessionContext.connection |
| Modifier and Type | Method and Description |
|---|---|
AMQPConnectionContext |
AMQPConnectionContext.setLinkCloseListener(LinkCloseListener linkCloseListener) |
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
ProtonAbstractReceiver.createCreditRunnable(int refill,
int threshold,
org.apache.qpid.proton.engine.Receiver receiver,
AMQPConnectionContext connection)
This Credit Runnable may be used in Mock tests to simulate the credit semantic here
|
static Runnable |
ProtonAbstractReceiver.createCreditRunnable(int refill,
int threshold,
org.apache.qpid.proton.engine.Receiver receiver,
AMQPConnectionContext connection,
ProtonAbstractReceiver context)
This Credit Runnable may be used in Mock tests to simulate the credit semantic here
|
boolean |
AMQPRedirectHandler.redirect(AMQPConnectionContext connectionContext,
org.apache.qpid.proton.engine.Connection protonConnection) |
| Constructor and Description |
|---|
AMQPRedirectContext(AMQPConnectionContext connectionContext,
org.apache.qpid.proton.engine.Connection protonConnection) |
AMQPSessionContext(AMQPSessionCallback sessionSPI,
AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Session session,
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtonHandler.close(org.apache.qpid.proton.amqp.transport.ErrorCondition errorCondition,
AMQPConnectionContext connectionContext) |
| Constructor and Description |
|---|
ProtonTransactionHandler(AMQPSessionCallback sessionSPI,
AMQPConnectionContext connection) |
ProtonTransactionImpl(Xid xid,
StorageManager storageManager,
int timeoutSeconds,
AMQPConnectionContext connection) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.