Class WebTransportServerSupport

java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.WebTransportServerSupport
All Implemented Interfaces:
org.apache.activemq.Service, org.apache.activemq.transport.TransportServer
Direct Known Subclasses:
HttpTransportServer, WSTransportServer

public abstract class WebTransportServerSupport extends org.apache.activemq.transport.TransportServerSupport
  • Field Details

  • Constructor Details

    • WebTransportServerSupport

      public WebTransportServerSupport(URI location)
  • Method Details

    • createServer

      protected void createServer()
    • bind

      public URI bind() throws Exception
      Throws:
      Exception
    • configureTraceMethod

      protected void configureTraceMethod(org.eclipse.jetty.security.ConstraintSecurityHandler securityHandler, boolean enableTrace)
    • setHttpOptions

      public void setHttpOptions(Map<String,Object> options)
    • setJettyOptions

      public void setJettyOptions(Map<String,Object> options)