| 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 | 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) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPSessionContext |
ProtonServerReceiverContext.protonSession |
protected AMQPSessionContext |
ProtonServerSenderContext.protonSession |
| Modifier and Type | Method and Description |
|---|---|
protected AMQPSessionContext |
AMQPConnectionContext.getSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
protected AMQPSessionContext |
AMQPConnectionContext.newSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
| Constructor and Description |
|---|
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.