Modifier and Type | Class and Description |
---|---|
class |
CorbaConduit |
class |
CorbaDestination |
class |
CorbaServerConduit |
Modifier and Type | Interface and Description |
---|---|
interface |
Conduit
A pipe between peers that channels transport-level messages.
|
interface |
Destination
A Destination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers.
|
interface |
MultiplexDestination
A MultiplexDestination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers for multiple targets
identified by a unique id.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConduit
Abstract base class factoring out common Conduit logic,
allowing non-decoupled transports to be written without any
regard for the decoupled back-channel or partial response logic.
|
class |
AbstractDestination
Abstract base class factoring out common Destination logic,
allowing non-decoupled transports to be written without any
regard for the decoupled back-channel or partial response logic.
|
protected class |
AbstractDestination.AbstractBackChannelConduit
Backchannel conduit.
|
class |
AbstractMultiplexDestination |
class |
AbstractObservable |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPDestination
Common base for HTTP Destination implementations.
|
class |
AbstractHTTPDestination.BackChannelConduit
Backchannel conduit.
|
class |
HTTPConduit
This Conduit handles the "http" and "https" transport protocols.
|
class |
URLConnectionHTTPConduit |
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Class and Description |
---|---|
class |
JettyHTTPDestination |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHTTPConduit |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpConduit |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpDestination |
Modifier and Type | Class and Description |
---|---|
class |
JMSConduit
JMSConduit is instantiated by the JMSTransportFactory which is selected by a client if the transport
protocol starts with "jms:".
|
class |
JMSDestination |
Modifier and Type | Class and Description |
---|---|
class |
LocalConduit |
class |
LocalDestination |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Modifier and Type | Class and Description |
---|---|
class |
UDPConduit |
class |
UDPDestination |
Modifier and Type | Class and Description |
---|---|
class |
AhcWebSocketConduit |
Modifier and Type | Class and Description |
---|---|
class |
AtmosphereWebSocketJettyDestination |
class |
AtmosphereWebSocketServletDestination |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketDestination |
Modifier and Type | Class and Description |
---|---|
class |
Jetty9WebSocketDestination |
Apache CXF