org.apache.activemq.transport.stomp
Class StompNIOTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.nio.NIOTransportFactory
org.apache.activemq.transport.stomp.StompNIOTransportFactory
- All Implemented Interfaces:
- BrokerServiceAware
- Direct Known Subclasses:
- StompNIOSSLTransportFactory
public class StompNIOTransportFactory
- extends NIOTransportFactory
- implements BrokerServiceAware
A STOMP over NIO transport factory
| Methods inherited from class org.apache.activemq.transport.TransportFactory |
bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StompNIOTransportFactory
public StompNIOTransportFactory()
getDefaultWireFormatType
protected String getDefaultWireFormatType()
- Overrides:
getDefaultWireFormatType in class TransportFactory
createTcpTransportServer
protected TcpTransportServer createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
throws IOException,
URISyntaxException
- Description copied from class:
TcpTransportFactory
- Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer.
- Overrides:
createTcpTransportServer in class NIOTransportFactory
- Returns:
-
- Throws:
IOException
URISyntaxException
createTcpTransport
protected TcpTransport createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation)
throws UnknownHostException,
IOException
- Description copied from class:
TcpTransportFactory
- Allows subclasses of TcpTransportFactory to provide a create custom
TcpTransport intances.
- Overrides:
createTcpTransport in class NIOTransportFactory
- Returns:
-
- Throws:
UnknownHostException
IOException
serverConfigure
public Transport serverConfigure(Transport transport,
WireFormat format,
HashMap options)
throws Exception
- Description copied from class:
TransportFactory
- Fully configures and adds all need transport filters so that the
transport can be used by the ActiveMQ message broker. The main difference
between this and the configure() method is that the broker does not issue
requests to the client so the ResponseCorrelator is not needed.
- Overrides:
serverConfigure in class TransportFactory
- Returns:
-
- Throws:
Exception
compositeConfigure
public Transport compositeConfigure(Transport transport,
WireFormat format,
Map options)
- Description copied from class:
TransportFactory
- Similar to configure(...) but this avoid adding in the MutexTransport and
ResponseCorrelator transport layers so that the resulting transport can
more efficiently be used as part of a composite transport.
- Overrides:
compositeConfigure in class TcpTransportFactory
- Returns:
setBrokerService
public void setBrokerService(BrokerService brokerService)
- Specified by:
setBrokerService in interface BrokerServiceAware
createInactivityMonitor
protected Transport createInactivityMonitor(Transport transport,
WireFormat format)
- Overrides:
createInactivityMonitor in class TcpTransportFactory
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.