Class UndertowServerEngine

java.lang.Object
org.jboss.wsf.stack.cxf.addons.transports.undertow.UndertowServerEngine

public class UndertowServerEngine extends Object
A server engine that internally uses Undertow
Author:
alessio.soldano@jboss.com, Jim Ma
  • Constructor Details

  • Method Details

    • getBus

      public Bus getBus()
    • getProtocol

      public String getProtocol()
    • getPort

      public int getPort()
    • getHost

      public String getHost()
    • addHandler

      public void addHandler(String address, HttpHandler handler)
    • removeHandler

      public void removeHandler(String address)
    • stop

      protected void stop() throws Exception
      This method is called by the ServerEngine Factory to destroy the server
      Throws:
      Exception
    • shutdown

      public void shutdown()
      This method will shut down the server engine and remove it from the factory's cache.