| Package | Description |
|---|---|
| org.apache.qpid.proton | |
| org.apache.qpid.proton.engine | |
| org.apache.qpid.proton.engine.impl | |
| org.apache.qpid.proton.reactor.impl |
| Modifier and Type | Method and Description |
|---|---|
static Transport |
Proton.transport() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtonJTransport
Extends
Transport with functionality that is specific to proton-j |
| Modifier and Type | Method and Description |
|---|---|
static Transport |
Transport.Factory.create() |
Transport |
Event.getTransport() |
Transport |
Connection.getTransport() |
static Transport |
Engine.transport() |
| 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 | Interface and Description |
|---|---|
interface |
TransportInternal
Extended Transport interface providing access to certain methods intended mainly for internal
use, or use in extending implementation details not strictly considered part of the public
Transport API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportImpl |
| Modifier and Type | Method and Description |
|---|---|
protected Transport |
SelectableImpl.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
protected static Selectable |
IOHandler.selectableTransport(Reactor reactor,
Socket socket,
Transport transport) |
protected void |
SelectableImpl.setTransport(Transport transport) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.