public class PeerTransportFactory extends TransportFactory
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentMap |
BROKERS |
static ConcurrentMap |
CONNECTORS |
static ConcurrentMap |
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 ConcurrentMap BROKERS
public static final ConcurrentMap CONNECTORS
public static final ConcurrentMap 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 The Apache Software Foundation. All rights reserved.