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
FieldsFields inherited from class org.apache.activemq.transport.nio.NIOSSLTransportFactory
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AutoNIOSSLTransportServercreateTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) org.apache.activemq.transport.TransportServervoidsetBrokerService(BrokerService brokerService) Methods inherited from class org.apache.activemq.transport.nio.NIOSSLTransportFactory
compositeConfigure, createSocketFactory, createTransport, createTransportMethods inherited from class org.apache.activemq.transport.nio.NIOTransportFactory
createServerSocketFactory, createTcpTransport, createTransportMethods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
createInactivityMonitor, isUseInactivityMonitorMethods 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
-
Field Details
-
brokerService
-
-
Constructor Details
-
AutoNioSslTransportFactory
public AutoNioSslTransportFactory()
-
-
Method Details
-
setBrokerService
- Specified by:
setBrokerServicein interfaceBrokerServiceAware
-
createTcpTransportServer
protected AutoNIOSSLTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException - Overrides:
createTcpTransportServerin classorg.apache.activemq.transport.nio.NIOSSLTransportFactory- Throws:
IOExceptionURISyntaxException
-
doBind
- Overrides:
doBindin classorg.apache.activemq.transport.nio.NIOSSLTransportFactory- Throws:
IOException
-