Package io.undertow
Class Undertow
- java.lang.Object
-
- io.undertow.Undertow
-
public final class Undertow extends java.lang.ObjectConvenience class used to build an Undertow server.- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUndertow.Builderstatic classUndertow.ListenerBuilderstatic classUndertow.ListenerInfostatic classUndertow.ListenerType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Undertow.Builderbuilder()java.util.List<Undertow.ListenerInfo>getListenerInfo()org.xnio.XnioWorkergetWorker()org.xnio.XniogetXnio()voidstart()voidstop()
-
-
-
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()
-
getListenerInfo
public java.util.List<Undertow.ListenerInfo> getListenerInfo()
-
-