public class StompSslTransportFactory extends org.apache.activemq.transport.tcp.SslTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
StompSslTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
Map options) |
protected Transport |
createInactivityMonitor(Transport transport,
org.apache.activemq.wireformat.WireFormat format) |
protected org.apache.activemq.transport.tcp.SslTransportServer |
createSslTransportServer(URI location,
SSLServerSocketFactory serverSocketFactory) |
org.apache.activemq.transport.tcp.SslTransport |
createTransport(org.apache.activemq.wireformat.WireFormat wireFormat,
Socket socket,
org.apache.activemq.transport.tcp.TcpTransport.InitBuffer initBuffer) |
protected String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactory, createTransport, doBindcreateTcpTransport, createTcpTransportServer, createTransport, isUseInactivityMonitorbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactorypublic StompSslTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactoryprotected org.apache.activemq.transport.tcp.SslTransportServer createSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createSslTransportServer in class org.apache.activemq.transport.tcp.SslTransportFactoryIOExceptionURISyntaxExceptionpublic org.apache.activemq.transport.tcp.SslTransport createTransport(org.apache.activemq.wireformat.WireFormat wireFormat, Socket socket, org.apache.activemq.transport.tcp.TcpTransport.InitBuffer initBuffer) throws IOException
createTransport in class org.apache.activemq.transport.tcp.SslTransportFactoryIOExceptionpublic Transport compositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options)
compositeConfigure in class org.apache.activemq.transport.tcp.SslTransportFactorypublic Transport serverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception
serverConfigure in class TransportFactoryExceptionpublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareprotected Transport createInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format)
createInactivityMonitor in class org.apache.activemq.transport.tcp.TcpTransportFactoryCopyright © 2005–2018 The Apache Software Foundation. All rights reserved.