| 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.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.sasl |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQPSessionCallback.init(AMQPSessionContext protonSession,
SASLResult saslResult) |
boolean |
AMQPConnectionCallback.validateConnection(org.apache.qpid.proton.engine.Connection connection,
SASLResult saslResult) |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
AMQPConnectionContext.getSASLResult() |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
ProtonHandler.getSASLResult() |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainSASLResult |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
ServerSASLPlain.processSASL(byte[] data) |
SASLResult |
AnonymousServerSASL.processSASL(byte[] bytes) |
SASLResult |
ServerSASL.processSASL(byte[] bytes) |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.