public final class Undertow extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Undertow.Builder |
static class |
Undertow.ListenerBuilder |
static class |
Undertow.ListenerInfo |
static class |
Undertow.ListenerType |
Modifier and Type | Method and Description |
---|---|
static Undertow.Builder |
builder() |
List<Undertow.ListenerInfo> |
getListenerInfo() |
XnioWorker |
getWorker() |
Xnio |
getXnio() |
void |
start() |
void |
stop() |
public static Undertow.Builder builder()
public void start()
public void stop()
public Xnio getXnio()
public XnioWorker getWorker()
public List<Undertow.ListenerInfo> getListenerInfo()
Copyright © 2019 JBoss by Red Hat. All rights reserved.