public class StompSslTransportFactory extends SslTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
StompSslTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options) |
protected Transport |
createInactivityMonitor(Transport transport,
WireFormat format) |
protected SslTransportServer |
createSslTransportServer(java.net.URI location,
javax.net.ssl.SSLServerSocketFactory serverSocketFactory) |
protected java.lang.String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactory, createTransport, doBindcreateTcpTransport, createTcpTransportServer, isUseInactivityMonitorbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactoryprotected java.lang.String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactoryprotected SslTransportServer createSslTransportServer(java.net.URI location, javax.net.ssl.SSLServerSocketFactory serverSocketFactory) throws java.io.IOException, java.net.URISyntaxException
createSslTransportServer in class SslTransportFactoryjava.io.IOExceptionjava.net.URISyntaxExceptionpublic Transport compositeConfigure(Transport transport, WireFormat format, java.util.Map options)
compositeConfigure in class SslTransportFactorypublic Transport serverConfigure(Transport transport, WireFormat format, java.util.HashMap options) throws java.lang.Exception
serverConfigure in class TransportFactoryjava.lang.Exceptionpublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareprotected Transport createInactivityMonitor(Transport transport, WireFormat format)
createInactivityMonitor in class TcpTransportFactoryCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.