Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.reactor | |
org.apache.qpid.proton.reactor.impl |
Modifier and Type | Class and Description |
---|---|
class |
ExtendableAccessor<E extends Extendable,T>
A typesafe convenience class for associating additional data with
Extendable classes. |
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 |
Delivery
A delivery of a message on a particular link.
|
interface |
Endpoint |
interface |
Event
Event
|
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 | Method and Description |
---|---|
static Handler |
BaseHandler.getHandler(Extendable ext) |
static void |
BaseHandler.setHandler(Extendable ext,
Handler handler) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl |
class |
DeliveryImpl |
class |
EndpointImpl |
class |
LinkImpl |
class |
ReceiverImpl |
class |
SenderImpl |
class |
SessionImpl |
class |
TransportImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Acceptor
Acceptors are children of a
Reactor that accept in-bound network
connections. |
interface |
Selectable
An entity that can be multiplexed using a
Selector . |
interface |
Task
Represents work scheduled with a
Reactor for execution at
some point in the future. |
Modifier and Type | Class and Description |
---|---|
class |
AcceptorImpl |
class |
ReactorImpl |
class |
SelectableImpl |
class |
TaskImpl |
Copyright © 2016 The Apache Software Foundation. All rights reserved.