| 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.proton |
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
|
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionContext |
AMQPConnectionCallback.amqpConnection |
| Modifier and Type | Method and Description |
|---|---|
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 executor) |
AMQPSessionCallback(AMQPConnectionCallback protonSPI,
ProtonProtocolManager manager,
AMQPConnectionContext connection,
Connection transportConnection,
Executor executor,
org.apache.activemq.artemis.core.persistence.OperationContext operationContext) |
| Constructor and Description |
|---|
ProtonClientSenderContext(AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AMQPSessionContext amqpSessionContext,
AMQPSessionCallback sessionSPI) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionContext |
AMQPSessionContext.connection |
protected AMQPConnectionContext |
ProtonServerReceiverContext.connection |
protected AMQPConnectionContext |
ProtonServerSenderContext.connection |
| Constructor and Description |
|---|
AMQPSessionContext(AMQPSessionCallback sessionSPI,
AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Session session) |
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) |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.