Class UndertowServerFeature.WithSharedWorkers<C>
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature<C>
-
- ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature.WithSharedWorkers<C>
-
- All Implemented Interfaces:
ch.raffael.meldioc.library.base.threading.ThreadingFeature
- Direct Known Subclasses:
UndertowServerFeature.WithSharedWorkersAndShutdown
- Enclosing class:
- UndertowServerFeature<C>
@Feature public abstract static class UndertowServerFeature.WithSharedWorkers<C> extends UndertowServerFeature<C> implements ch.raffael.meldioc.library.base.threading.ThreadingFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature
UndertowServerFeature.WithSharedWorkers<C>, UndertowServerFeature.WithSharedWorkersAndShutdown<C>, UndertowServerFeature.WithShutdown<C>
-
-
Field Summary
-
Fields inherited from class ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature
startStopLock, UNDERTOW_PARAM_PREFIX
-
-
Constructor Summary
Constructors Constructor Description WithSharedWorkers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartAsync()java.util.concurrent.ExecutorServiceworkExecutor()-
Methods inherited from class ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature
coreWorkers, createUndertowBuilder, ioThreads, maxWorkers, preConfigure, serverOptions, socketOptions, start, start, stopAll, stopUndertow, stopWorker, taskQueueLimit, undertowBuilderConfiguration, undertowServer, workerKeepAlive, workerOptions, xnioClassLoader, xnioWorker
-
-