org.apache.activemq.transport.stomp
Class StompNIOSSLTransportFactory
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
org.apache.activemq.transport.stomp.StompNIOSSLTransportFactory
- All Implemented Interfaces:
- BrokerServiceAware
public class StompNIOSSLTransportFactory
- extends StompNIOTransportFactory
| 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 |
StompNIOSSLTransportFactory
public StompNIOSSLTransportFactory()
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 StompNIOTransportFactory
- 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 StompNIOTransportFactory
- Returns:
-
- Throws:
UnknownHostException
IOException
doBind
public TransportServer doBind(URI location)
throws IOException
- Overrides:
doBind in class TcpTransportFactory
- Throws:
IOException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.