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

Uses of Transport in org.fusesource.hawtdispatch.transport
 

Subinterfaces of Transport in org.fusesource.hawtdispatch.transport
 interface SecureTransport
          
 

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 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)
           
 



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