public class AmqpNioTransportFactory extends NIOTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
AmqpNioTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
Map options) |
protected Transport |
createInactivityMonitor(Transport transport,
org.apache.activemq.wireformat.WireFormat format) |
protected org.apache.activemq.transport.tcp.TcpTransport |
createTcpTransport(org.apache.activemq.wireformat.WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
protected org.apache.activemq.transport.tcp.TcpTransportServer |
createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
org.apache.activemq.transport.tcp.TcpTransport |
createTransport(org.apache.activemq.wireformat.WireFormat wireFormat,
Socket socket,
org.apache.activemq.transport.tcp.TcpTransport.InitBuffer initBuffer) |
protected String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactorycreateTransport, createTransport, doBind, isUseInactivityMonitorbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactorypublic AmqpNioTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactoryprotected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createTcpTransportServer in class NIOTransportFactoryIOExceptionURISyntaxExceptionprotected org.apache.activemq.transport.tcp.TcpTransport createTcpTransport(org.apache.activemq.wireformat.WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) throws UnknownHostException, IOException
createTcpTransport in class NIOTransportFactoryUnknownHostExceptionIOExceptionpublic org.apache.activemq.transport.tcp.TcpTransport createTransport(org.apache.activemq.wireformat.WireFormat wireFormat, Socket socket, org.apache.activemq.transport.tcp.TcpTransport.InitBuffer initBuffer) throws IOException
createTransport in class NIOTransportFactoryIOExceptionpublic Transport serverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception
serverConfigure in class TransportFactoryExceptionpublic Transport compositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options)
compositeConfigure in class org.apache.activemq.transport.tcp.TcpTransportFactoryprotected Transport createInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format)
createInactivityMonitor in class org.apache.activemq.transport.tcp.TcpTransportFactorypublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.