| Package | Description |
|---|---|
| org.apache.qpid.proton.engine | |
| org.apache.qpid.proton.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
Sasl |
Transport.sasl()
Signal the transport to expect SASL frames used to establish a SASL layer prior to
performing the AMQP protocol version negotiation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaslListener.onSaslChallenge(Sasl sasl,
Transport transport)
Called when a sasl-challenge frame has arrived and its effect
applied, indicating the challenge sent by the 'server' peer.
|
void |
SaslListener.onSaslInit(Sasl sasl,
Transport transport)
Called when a sasl-init frame has arrived and its effect
applied, indicating the selected mechanism and any hostname
and initial-response details from the 'client' peer.
|
void |
SaslListener.onSaslMechanisms(Sasl sasl,
Transport transport)
Called when a sasl-mechanisms frame has arrived and its effect
applied, indicating the offered mechanisms sent by the 'server' peer.
|
void |
SaslListener.onSaslOutcome(Sasl sasl,
Transport transport)
Called when a sasl-outcome frame has arrived and its effect
applied, indicating the outcome and any success additional-data
sent by the 'server' peer.
|
void |
SaslListener.onSaslResponse(Sasl sasl,
Transport transport)
Called when a sasl-response frame has arrived and its effect
applied, indicating the response sent by the 'client' peer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SaslImpl |
| Modifier and Type | Method and Description |
|---|---|
Sasl |
TransportImpl.sasl() |
Copyright © 2020 The Apache Software Foundation. All rights reserved.