org.apache.activemq.transport.mqtt
Class MQTTNIOSSLTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.nio.NIOTransportFactory
org.apache.activemq.transport.mqtt.MQTTNIOTransportFactory
org.apache.activemq.transport.mqtt.MQTTNIOSSLTransportFactory
- All Implemented Interfaces:
- BrokerServiceAware
public class MQTTNIOSSLTransportFactory
- extends MQTTNIOTransportFactory
| 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 |
MQTTNIOSSLTransportFactory
public MQTTNIOSSLTransportFactory()
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 MQTTNIOTransportFactory
- 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 MQTTNIOTransportFactory
- 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.