Undertow.Builder |
Undertow.Builder.addListener(int port,
String host) |
Undertow.Builder |
Undertow.Builder.addListener(int port,
String host,
Undertow.ListenerType listenerType) |
static Undertow.Builder |
Undertow.builder() |
Undertow.Builder |
Undertow.Builder.setBufferSize(int bufferSize) |
Undertow.Builder |
Undertow.Builder.setBuffersPerRegion(int buffersPerRegion) |
Undertow.Builder |
Undertow.Builder.setDirectBuffers(boolean directBuffers) |
Undertow.Builder |
Undertow.Builder.setHandler(HttpHandler handler) |
Undertow.Builder |
Undertow.Builder.setIoThreads(int ioThreads) |
<T> Undertow.Builder |
Undertow.Builder.setServerOption(org.xnio.Option<T> option,
T value) |
<T> Undertow.Builder |
Undertow.Builder.setSocketOption(org.xnio.Option<T> option,
T value) |
<T> Undertow.Builder |
Undertow.Builder.setWorkerOption(org.xnio.Option<T> option,
T value) |
Undertow.Builder |
Undertow.Builder.setWorkerThreads(int workerThreads) |