Uses of Class
org.fusesource.hawtdispatch.transport.PipeTransportServer

Packages that use PipeTransportServer
org.fusesource.hawtdispatch.transport   
 

Uses of PipeTransportServer in org.fusesource.hawtdispatch.transport
 

Fields in org.fusesource.hawtdispatch.transport with type parameters of type PipeTransportServer
static HashMap<String,PipeTransportServer> PipeTransportRegistry.servers
           
 

Methods in org.fusesource.hawtdispatch.transport that return PipeTransportServer
static PipeTransportServer PipeTransportRegistry.lookup(String name)
           
 

Methods in org.fusesource.hawtdispatch.transport that return types with arguments of type PipeTransportServer
static Map<String,PipeTransportServer> PipeTransportRegistry.getServers()
           
 

Methods in org.fusesource.hawtdispatch.transport with parameters of type PipeTransportServer
static void PipeTransportRegistry.unbind(PipeTransportServer server)
           
 

Constructors in org.fusesource.hawtdispatch.transport with parameters of type PipeTransportServer
PipeTransport(PipeTransportServer server)
           
 



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