org.fusesource.hawtdispatch.transport
Class PipeTransportRegistry
java.lang.Object
org.fusesource.hawtdispatch.transport.PipeTransportRegistry
public class PipeTransportRegistry
- extends Object
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servers
public static final HashMap<String,PipeTransportServer> servers
PipeTransportRegistry
public PipeTransportRegistry()
bind
public static TransportServer bind(String location)
throws URISyntaxException,
IOException
- Throws:
URISyntaxException
IOException
connect
public static Transport connect(String location)
throws IOException,
URISyntaxException
- Throws:
IOException
URISyntaxException
lookup
public static PipeTransportServer lookup(String name)
getServers
public static Map<String,PipeTransportServer> getServers()
unbind
public static void unbind(PipeTransportServer server)
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.