public class StompNIOSSLTransportFactory extends StompNIOTransportFactory
| Constructor and Description |
|---|
StompNIOSSLTransportFactory() |
| 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, getDefaultWireFormatType, serverConfigure, setBrokerServicecreateServerSocketFactory, createSocketFactorycreateInactivityMonitor, createTransport, isUseInactivityMonitorbind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactorypublic StompNIOSSLTransportFactory()
protected TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
TcpTransportFactorycreateTcpTransportServer in class StompNIOTransportFactoryIOExceptionURISyntaxExceptionprotected TcpTransport createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) throws UnknownHostException, IOException
TcpTransportFactorycreateTcpTransport in class StompNIOTransportFactoryUnknownHostExceptionIOExceptionpublic TransportServer doBind(URI location) throws IOException
doBind in class TcpTransportFactoryIOExceptionCopyright © 2005–2017. All rights reserved.