Uses of Interface
org.fusesource.hawtdispatch.transport.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
 

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)
           
 



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