Class WSTransportFactory

java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.ws.WSTransportFactory
All Implemented Interfaces:
org.apache.activemq.broker.BrokerServiceAware

public class WSTransportFactory extends org.apache.activemq.transport.TransportFactory implements org.apache.activemq.broker.BrokerServiceAware
Factory for WebSocket (ws) transport
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WSTransportFactory

      public WSTransportFactory()
  • Method Details

    • 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