Class WSSTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.wss.WSSTransportFactory
- All Implemented Interfaces:
org.apache.activemq.broker.BrokerServiceAware
public class WSSTransportFactory
extends org.apache.activemq.transport.TransportFactory
implements org.apache.activemq.broker.BrokerServiceAware
Factory for Secure WebSocket (wss) transport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.transport.TransportServervoidsetBrokerService(org.apache.activemq.broker.BrokerService brokerService) Methods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConfigure, compositeConnect, compositeConnect, configure, connect, connect, createTransport, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigure
-
Constructor Details
-
WSSTransportFactory
public WSSTransportFactory()
-
-
Method Details
-
doBind
- Specified by:
doBindin classorg.apache.activemq.transport.TransportFactory- Throws:
IOException
-
setBrokerService
public void setBrokerService(org.apache.activemq.broker.BrokerService brokerService) - Specified by:
setBrokerServicein interfaceorg.apache.activemq.broker.BrokerServiceAware
-