Class UndertowServerEngine


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

      • getBus

        public Bus getBus()
      • getProtocol

        public String getProtocol()
      • getPort

        public int getPort()
      • getHost

        public String getHost()
      • 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.