Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.activemq.transport.TransportServer doBind​(URI location)  
      void setBrokerService​(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 Detail

      • WSSTransportFactory

        public WSSTransportFactory()
    • Method Detail

      • doBind

        public org.apache.activemq.transport.TransportServer doBind​(URI location)
                                                             throws IOException
        Specified by:
        doBind in class org.apache.activemq.transport.TransportFactory
        Throws:
        IOException
      • setBrokerService

        public void setBrokerService​(org.apache.activemq.broker.BrokerService brokerService)
        Specified by:
        setBrokerService in interface org.apache.activemq.broker.BrokerServiceAware