Package | Description |
---|---|
org.fusesource.hawtdispatch.transport |
Modifier and Type | Class and Description |
---|---|
class |
PipeTransport |
class |
SslTransport
An SSL Transport for secure communications.
|
class |
TcpTransport
An implementation of the
Transport interface using raw tcp/ip |
class |
TransportFilter |
class |
UdpTransport
|
Modifier and Type | Method and Description |
---|---|
static Transport |
PipeTransportRegistry.connect(String location) |
Transport |
HeartBeatMonitor.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
TransportServerListener.onAccept(Transport transport) |
void |
ProtocolCodec.setTransport(Transport transport) |
void |
AbstractProtocolCodec.setTransport(Transport transport) |
void |
HeartBeatMonitor.setTransport(Transport transport) |
void |
SslProtocolCodec.setTransport(Transport transport) |
Constructor and Description |
---|
TransportFilter(Transport next) |
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.