public class StompNIOSSLTransportFactory extends StompNIOTransportFactory
| Modifier and Type | Field and Description |
|---|---|
protected SSLContext |
context |
| Constructor and Description |
|---|
StompNIOSSLTransportFactory() |
| 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 SSLContext context
public StompNIOSSLTransportFactory()
protected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createTcpTransportServer in class StompNIOTransportFactoryIOExceptionURISyntaxExceptionprotected 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 StompNIOTransportFactoryUnknownHostExceptionIOExceptionpublic TransportServer doBind(URI location) throws IOException
doBind in class org.apache.activemq.transport.tcp.TcpTransportFactoryIOExceptionCopyright © 2005–2019 FuseSource, Corp.. All rights reserved.