public class MQTTNIOSSLTransportFactory extends MQTTNIOTransportFactory
| Constructor and Description |
|---|
MQTTNIOSSLTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
TransportServer |
doBind(URI location) |
compositeConfigure, createInactivityMonitor, getDefaultWireFormatType, serverConfigure, setBrokerServicecreateServerSocketFactory, createSocketFactorycreateTransport, isUseInactivityMonitorbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactoryprotected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createTcpTransportServer in class MQTTNIOTransportFactoryIOExceptionURISyntaxExceptionprotected 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 MQTTNIOTransportFactoryUnknownHostExceptionIOExceptionpublic TransportServer doBind(URI location) throws IOException
doBind in class org.apache.activemq.transport.tcp.TcpTransportFactoryIOExceptionCopyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.