Package io.undertow

Class Undertow


  • public final class Undertow
    extends Object
    Convenience class used to build an Undertow server.

    Author:
    Stuart Douglas
    • Method Detail

      • builder

        public static Undertow.Builder builder()
        Returns:
        A builder that can be used to create an Undertow server instance
      • start

        public void start()
      • stop

        public void stop()
      • getXnio

        public org.xnio.Xnio getXnio()
      • getWorker

        public org.xnio.XnioWorker getWorker()