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, serverConfigure
public 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 TransportFactory
Exception
public Transport doCompositeConnect(URI location) throws Exception
doCompositeConnect
in class TransportFactory
Exception
public TransportServer doBind(URI location) throws IOException
doBind
in class TransportFactory
IOException
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.