| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMQPSessionCallback.init(AMQPSessionContext protonSession,
SASLResult saslResult) |
| 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 AMQPSessionContext |
ProtonServerSenderContext.protonSession |
protected AMQPSessionContext |
ProtonAbstractReceiver.protonSession |
| Modifier and Type | Method and Description |
|---|---|
AMQPSessionContext |
ProtonServerSenderContext.getSessionContext() |
AMQPSessionContext |
AMQPConnectionContext.getSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
protected AMQPSessionContext |
AMQPConnectionContext.newSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.qpid.proton.engine.Session,AMQPSessionContext> |
AMQPConnectionContext.getSessions() |
| Constructor and Description |
|---|
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) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.