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
URISyntaxExceptionIOExceptionpublic static Transport connect(String location) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static PipeTransportServer lookup(String name)
public static Map<String,PipeTransportServer> getServers()
public static void unbind(PipeTransportServer server)
Copyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.