Uses of Interface
org.fusesource.hawtdispatch.transport.Transport

Packages that use Transport
org.fusesource.hawtdispatch.transport   
 

Uses of Transport in org.fusesource.hawtdispatch.transport
 

Classes in org.fusesource.hawtdispatch.transport that implement Transport
 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
          
 

Methods in org.fusesource.hawtdispatch.transport that return Transport
static Transport PipeTransportRegistry.connect(String location)
           
 Transport HeartBeatMonitor.getTransport()
           
 

Methods in org.fusesource.hawtdispatch.transport with parameters of type Transport
 void TransportServerListener.onAccept(Transport transport)
           
 void HeartBeatMonitor.setTransport(Transport transport)
           
 void ProtocolCodec.setTransport(Transport transport)
           
 void AbstractProtocolCodec.setTransport(Transport transport)
           
 void SslProtocolCodec.setTransport(Transport transport)
           
 

Constructors in org.fusesource.hawtdispatch.transport with parameters of type Transport
TransportFilter(Transport next)
           
 



Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.