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() |
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 List<Undertow.ListenerInfo> getListenerInfo()
Copyright © 2020 JBoss by Red Hat. All rights reserved.