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, setBrokerService
createServerSocketFactory, createSocketFactory
createTransport, isUseInactivityMonitor
bind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactory
public MQTTNIOSSLTransportFactory()
protected TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
TcpTransportFactory
createTcpTransportServer
in class MQTTNIOTransportFactory
IOException
URISyntaxException
protected TcpTransport createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) throws UnknownHostException, IOException
TcpTransportFactory
createTcpTransport
in class MQTTNIOTransportFactory
UnknownHostException
IOException
public TransportServer doBind(URI location) throws IOException
doBind
in class TcpTransportFactory
IOException
Copyright © 2005–2017. All rights reserved.