Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.hawtdispatch.api | |
org.apache.qpid.proton.hawtdispatch.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Connection
Maintains lists of sessions, links and deliveries in a state
that is interesting to the application.
|
interface |
Link
Link
The settlement mode defaults are:
Sender settle mode -
SenderSettleMode.MIXED . |
interface |
ProtonJConnection
Extends
Connection with functionality that is specific to proton-j |
interface |
ProtonJEndpoint |
interface |
ProtonJSession
Extends
Session with functionality that is specific to proton-j |
interface |
ProtonJTransport
Extends
Transport with functionality that is specific to proton-j |
interface |
Receiver
Receiver
|
interface |
Sender
Sender
|
interface |
Session
Session
Note that session level flow control is handled internally by Proton.
|
interface |
Transport
Operates on the entities in the associated
Connection
by accepting and producing binary AMQP output, potentially
layered within SASL and/or SSL. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl |
class |
EndpointImpl |
class |
LinkImpl |
class |
ReceiverImpl |
class |
SenderImpl |
class |
SessionImpl |
class |
TransportImpl |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
AmqpConnection.getEndpoint() |
protected Endpoint |
AmqpSession.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
EndpointContext |
AmqpTransport.context(Endpoint endpoint) |
void |
AmqpListener.processRemoteClose(Endpoint endpoint,
org.fusesource.hawtdispatch.Task onComplete) |
void |
AmqpListener.processRemoteOpen(Endpoint endpoint,
org.fusesource.hawtdispatch.Task onComplete) |
Constructor and Description |
---|
EndpointContext(AmqpTransport transport,
Endpoint endpoint) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.