public class StompNIOTransportFactory extends org.apache.activemq.transport.nio.NIOTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
StompNIOTransportFactory() |
| 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) |
protected String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactorycreateTransport, doBind, isUseInactivityMonitorbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactorypublic StompNIOTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactoryprotected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createTcpTransportServer in class org.apache.activemq.transport.nio.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 org.apache.activemq.transport.nio.NIOTransportFactoryUnknownHostExceptionIOExceptionpublic 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.TcpTransportFactorypublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareprotected Transport createInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format)
createInactivityMonitor in class org.apache.activemq.transport.tcp.TcpTransportFactoryCopyright © 2005–2018 FuseSource, Corp.. All rights reserved.