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
Method Summary |
protected TcpTransport |
createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
Allows subclasses of TcpTransportFactory to provide a create custom
TcpTransport intances. |
protected TcpTransportServer |
createTcpTransportServer(java.net.URI location,
javax.net.ServerSocketFactory serverSocketFactory)
Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer. |
TransportServer |
doBind(java.net.URI location)
|
Methods inherited from class org.apache.activemq.transport.TransportFactory |
bind, 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(java.net.URI location,
javax.net.ServerSocketFactory serverSocketFactory)
throws java.io.IOException,
java.net.URISyntaxException
- Description copied from class:
TcpTransportFactory
- Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer.
- Overrides:
createTcpTransportServer
in class StompNIOTransportFactory
- Returns:
-
- Throws:
java.io.IOException
java.net.URISyntaxException
createTcpTransport
protected TcpTransport createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
throws java.net.UnknownHostException,
java.io.IOException
- Description copied from class:
TcpTransportFactory
- Allows subclasses of TcpTransportFactory to provide a create custom
TcpTransport intances.
- Overrides:
createTcpTransport
in class StompNIOTransportFactory
- Returns:
-
- Throws:
java.net.UnknownHostException
java.io.IOException
doBind
public TransportServer doBind(java.net.URI location)
throws java.io.IOException
- Overrides:
doBind
in class TcpTransportFactory
- Throws:
java.io.IOException
Copyright © 2005-2016. All Rights Reserved.