public class StompSslTransportFactory extends SslTransportFactory implements BrokerServiceAware
Constructor and Description |
---|
StompSslTransportFactory() |
Modifier and Type | Method and Description |
---|---|
Transport |
compositeConfigure(Transport transport,
WireFormat format,
Map options)
Overriding to allow for proper configuration through reflection but delegate to get common
configuration
|
protected Transport |
createInactivityMonitor(Transport transport,
WireFormat format) |
protected SslTransportServer |
createSslTransportServer(URI location,
SSLServerSocketFactory serverSocketFactory)
Allows subclasses of SslTransportFactory to create custom instances of
SslTransportServer.
|
SslTransport |
createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
protected String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
WireFormat format,
HashMap options)
Fully configures and adds all need transport filters so that the
transport can be used by the ActiveMQ message broker.
|
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactory, createTransport, doBind
createTcpTransport, createTcpTransportServer, createTransport, isUseInactivityMonitor
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
public StompSslTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType
in class TransportFactory
protected SslTransportServer createSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
SslTransportFactory
createSslTransportServer
in class SslTransportFactory
IOException
URISyntaxException
public SslTransport createTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer) throws IOException
createTransport
in class SslTransportFactory
IOException
public Transport compositeConfigure(Transport transport, WireFormat format, Map options)
SslTransportFactory
compositeConfigure
in class SslTransportFactory
public Transport serverConfigure(Transport transport, WireFormat format, HashMap options) throws Exception
TransportFactory
serverConfigure
in class TransportFactory
Exception
public void setBrokerService(BrokerService brokerService)
setBrokerService
in interface BrokerServiceAware
protected Transport createInactivityMonitor(Transport transport, WireFormat format)
createInactivityMonitor
in class TcpTransportFactory
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.