Class AutoNioSslTransportFactory

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

public class AutoNioSslTransportFactory extends org.apache.activemq.transport.nio.NIOSSLTransportFactory implements BrokerServiceAware
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected BrokerService
     

    Fields inherited from class org.apache.activemq.transport.nio.NIOSSLTransportFactory

    context
  • 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.NIOSSLTransportFactory

    compositeConfigure, createSocketFactory, createTransport, createTransport

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

    createServerSocketFactory, createTcpTransport, createTransport

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

    createInactivityMonitor, 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