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, setBrokerService
createServerSocketFactory, createSocketFactory
createTransport, isUseInactivityMonitor
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
public MQTTNIOSSLTransportFactory()
protected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createTcpTransportServer
in class MQTTNIOTransportFactory
IOException
URISyntaxException
protected 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 MQTTNIOTransportFactory
UnknownHostException
IOException
public TransportServer doBind(URI location) throws IOException
doBind
in class org.apache.activemq.transport.tcp.TcpTransportFactory
IOException
Copyright © 2005–2018 FuseSource, Corp.. All rights reserved.