Class AutoNioTransportFactory

java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.nio.NIOTransportFactory
org.apache.activemq.transport.auto.nio.AutoNioTransportFactory
All Implemented Interfaces:
BrokerServiceAware

public class AutoNioTransportFactory extends org.apache.activemq.transport.nio.NIOTransportFactory implements BrokerServiceAware
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected BrokerService
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
     
    org.apache.activemq.transport.TransportServer
    doBind(URI location)
     
    void
     

    Methods inherited from class org.apache.activemq.transport.nio.NIOTransportFactory

    createServerSocketFactory, createSocketFactory, createTcpTransport, createTransport

    Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory

    compositeConfigure, createInactivityMonitor, createTransport, createTransport, isUseInactivityMonitor

    Methods inherited from class org.apache.activemq.transport.TransportFactory

    bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait