public class AmqpNioTransportFactory extends NIOTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
AmqpNioTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options) |
protected TcpTransport |
createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation) |
protected TcpTransportServer |
createTcpTransportServer(java.net.URI location,
javax.net.ServerSocketFactory serverSocketFactory) |
protected java.lang.String |
getDefaultWireFormatType() |
protected boolean |
isUseInactivityMonitor(Transport transport) |
Transport |
serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactorycreateInactivityMonitor, createTransport, doBindbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactoryprotected java.lang.String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactoryprotected TcpTransportServer createTcpTransportServer(java.net.URI location, javax.net.ServerSocketFactory serverSocketFactory) throws java.io.IOException, java.net.URISyntaxException
createTcpTransportServer in class NIOTransportFactoryjava.io.IOExceptionjava.net.URISyntaxExceptionprotected TcpTransport createTcpTransport(WireFormat wf, javax.net.SocketFactory socketFactory, java.net.URI location, java.net.URI localLocation) throws java.net.UnknownHostException, java.io.IOException
createTcpTransport in class NIOTransportFactoryjava.net.UnknownHostExceptionjava.io.IOExceptionpublic Transport serverConfigure(Transport transport, WireFormat format, java.util.HashMap options) throws java.lang.Exception
serverConfigure in class TransportFactoryjava.lang.Exceptionpublic Transport compositeConfigure(Transport transport, WireFormat format, java.util.Map options)
compositeConfigure in class TcpTransportFactorypublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareprotected boolean isUseInactivityMonitor(Transport transport)
isUseInactivityMonitor in class TcpTransportFactoryCopyright © 2005-2015 Red Hat, Inc.. All Rights Reserved.