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, serverConfigure
public 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 TransportFactory
java.lang.Exception
public Transport doCompositeConnect(java.net.URI location) throws java.lang.Exception
doCompositeConnect
in class TransportFactory
java.lang.Exception
public TransportServer doBind(java.net.URI location) throws java.io.IOException
doBind
in class TransportFactory
java.io.IOException
Copyright © 2005-2017. All Rights Reserved.