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 | Interface and Description |
---|---|
interface |
Connection
Maintains lists of sessions, links and deliveries in a state
that is interesting to the application.
|
interface |
ProtonJConnection
Extends
Connection with functionality that is specific to proton-j |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl |
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 . |
Modifier and Type | Method and Description |
---|---|
Set<ReactorChild> |
Reactor.children() |
Modifier and Type | Class and Description |
---|---|
class |
AcceptorImpl |
class |
SelectableImpl |
Modifier and Type | Method and Description |
---|---|
Set<ReactorChild> |
ReactorImpl.children() |
Modifier and Type | Method and Description |
---|---|
SelectableImpl |
ReactorImpl.selectable(ReactorChild child) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.