Package io.undertow
Class Undertow
java.lang.Object
io.undertow.Undertow
Convenience class used to build an Undertow server.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic Undertow.Builder
builder()
org.xnio.XnioWorker
org.xnio.Xnio
getXnio()
void
start()
void
stop()
-
Method Details
-
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
-