Class AutoTcpTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.auto.AutoTcpTransportFactory
- All Implemented Interfaces:
BrokerServiceAware
public class AutoTcpTransportFactory
extends org.apache.activemq.transport.tcp.TcpTransportFactory
implements BrokerServiceAware
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AutoTcpTransportServercreateTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) org.apache.activemq.transport.TransportServervoidsetBrokerService(BrokerService brokerService) Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
compositeConfigure, createInactivityMonitor, createServerSocketFactory, createSocketFactory, createTcpTransport, createTransport, createTransport, createTransport, 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
-
AutoTcpTransportFactory
public AutoTcpTransportFactory()
-
-
Method Details
-
setBrokerService
- Specified by:
setBrokerServicein interfaceBrokerServiceAware
-
doBind
- Overrides:
doBindin classorg.apache.activemq.transport.tcp.TcpTransportFactory- Throws:
IOException
-
createTcpTransportServer
protected AutoTcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException - Overrides:
createTcpTransportServerin classorg.apache.activemq.transport.tcp.TcpTransportFactory- Throws:
IOExceptionURISyntaxException
-