Package io.undertow

Class Undertow

java.lang.Object
io.undertow.Undertow

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

Author:
Stuart Douglas
  • Method Details

    • 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()
    • getListenerInfo

      public List<Undertow.ListenerInfo> getListenerInfo()