public class MQTTNIOSSLTransportFactory extends MQTTNIOTransportFactory
| Constructor and Description |
|---|
MQTTNIOSSLTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected TcpTransport |
createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation)
Allows subclasses of TcpTransportFactory to provide a create custom
TcpTransport intances.
|
protected TcpTransportServer |
createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer.
|
TransportServer |
doBind(URI location) |
compositeConfigure, createInactivityMonitor, getDefaultWireFormatType, serverConfigure, setBrokerServicecreateServerSocketFactory, createSocketFactorycreateTransport, isUseInactivityMonitorbind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactorypublic MQTTNIOSSLTransportFactory()
protected TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
TcpTransportFactorycreateTcpTransportServer in class MQTTNIOTransportFactoryIOExceptionURISyntaxExceptionprotected TcpTransport createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) throws UnknownHostException, IOException
TcpTransportFactorycreateTcpTransport in class MQTTNIOTransportFactoryUnknownHostExceptionIOExceptionpublic TransportServer doBind(URI location) throws IOException
doBind in class TcpTransportFactoryIOExceptionCopyright © 2005–2017. All rights reserved.