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, bind, bind, compositeConfigure, compositeConnect, compositeConnect, configure, connect, connect, createTransport, createWireFormat, createWireFormatFactory, doCompositeConnect, doConnect, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigure
public static final ConcurrentHashMap BROKERS
public static final ConcurrentHashMap CONNECTORS
public static final ConcurrentHashMap SERVERS
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–2014 The Apache Software Foundation. All rights reserved.