public class PeerTransportFactory extends TransportFactory
| Modifier and Type | Field and Description |
|---|---|
static java.util.concurrent.ConcurrentHashMap |
BROKERS |
static java.util.concurrent.ConcurrentHashMap |
CONNECTORS |
static java.util.concurrent.ConcurrentHashMap |
SERVERS |
| Constructor and Description |
|---|
PeerTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
TransportServer |
doBind(java.net.URI location) |
Transport |
doCompositeConnect(java.net.URI location) |
Transport |
doConnect(java.net.URI location) |
bind, bind, bind, compositeConfigure, compositeConnect, compositeConnect, configure, connect, connect, createTransport, createWireFormat, createWireFormatFactory, doCompositeConnect, doConnect, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigurepublic static final java.util.concurrent.ConcurrentHashMap BROKERS
public static final java.util.concurrent.ConcurrentHashMap CONNECTORS
public static final java.util.concurrent.ConcurrentHashMap SERVERS
public PeerTransportFactory()
public Transport doConnect(java.net.URI location) throws java.lang.Exception
doConnect in class TransportFactoryjava.lang.Exceptionpublic Transport doCompositeConnect(java.net.URI location) throws java.lang.Exception
doCompositeConnect in class TransportFactoryjava.lang.Exceptionpublic TransportServer doBind(java.net.URI location) throws java.io.IOException
doBind in class TransportFactoryjava.io.IOExceptionCopyright © 2005-2012. All Rights Reserved.