public final class Undertow
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
Undertow.Builder |
|
static class |
Undertow.ListenerBuilder |
|
static class |
Undertow.ListenerInfo |
|
static class |
Undertow.ListenerType |
Modifier and Type | Method | Description |
---|---|---|
static Undertow.Builder |
builder() |
|
java.util.List<Undertow.ListenerInfo> |
getListenerInfo() |
|
org.xnio.XnioWorker |
getWorker() |
|
org.xnio.Xnio |
getXnio() |
|
void |
start() |
|
void |
stop() |
public static Undertow.Builder builder()
public void start()
public void stop()
public org.xnio.Xnio getXnio()
public org.xnio.XnioWorker getWorker()
public java.util.List<Undertow.ListenerInfo> getListenerInfo()
Copyright © 2018. All rights reserved.