public class PeerTransportFactory extends TransportFactory
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap |
BROKERS |
static ConcurrentHashMap |
CONNECTORS |
static ConcurrentHashMap |
SERVERS |
| Constructor and Description |
|---|
PeerTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
TransportServer |
doBind(URI location) |
Transport |
doCompositeConnect(URI location) |
Transport |
doConnect(URI location) |
bind, compositeConfigure, compositeConnect, compositeConnect, configure, connect, connect, createTransport, createWireFormat, createWireFormatFactory, doCompositeConnect, doConnect, findTransportFactory, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigurepublic static final ConcurrentHashMap BROKERS
public static final ConcurrentHashMap CONNECTORS
public static final ConcurrentHashMap SERVERS
public PeerTransportFactory()
public Transport doConnect(URI location) throws Exception
doConnect in class TransportFactoryExceptionpublic Transport doCompositeConnect(URI location) throws Exception
doCompositeConnect in class TransportFactoryExceptionpublic TransportServer doBind(URI location) throws IOException
doBind in class TransportFactoryIOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.