public class PipeTransportRegistry extends Object
Modifier and Type | Field and Description |
---|---|
static HashMap<String,PipeTransportServer> |
servers |
Constructor and Description |
---|
PipeTransportRegistry() |
Modifier and Type | Method and Description |
---|---|
static TransportServer |
bind(String location) |
static Transport |
connect(String location) |
static Map<String,PipeTransportServer> |
getServers() |
static PipeTransportServer |
lookup(String name) |
static void |
unbind(PipeTransportServer server) |
public static final HashMap<String,PipeTransportServer> servers
public PipeTransportRegistry()
public static TransportServer bind(String location) throws URISyntaxException, IOException
URISyntaxException
IOException
public static Transport connect(String location) throws IOException, URISyntaxException
IOException
URISyntaxException
public static PipeTransportServer lookup(String name)
public static Map<String,PipeTransportServer> getServers()
public static void unbind(PipeTransportServer server)
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.