Class UndertowServerFeature.WithSharedWorkersAndShutdown<C>
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature<C>
-
- ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature.WithSharedWorkers<C>
-
- ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature.WithSharedWorkersAndShutdown<C>
-
- All Implemented Interfaces:
@DependsOn ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature,ch.raffael.meldioc.library.base.threading.TaskAdviceFeature,ch.raffael.meldioc.library.base.threading.ThreadingFeature
- Enclosing class:
- UndertowServerFeature<C>
@Feature public abstract static class UndertowServerFeature.WithSharedWorkersAndShutdown<C> extends UndertowServerFeature.WithSharedWorkers<C> implements @DependsOn ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
-
-
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>
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.Parallel, ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.SameThread, ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.WithActuator
-
-
Field Summary
-
Fields inherited from class ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature
startStopLock, UNDERTOW_PARAM_PREFIX
-
-
Constructor Summary
Constructors Constructor Description WithSharedWorkersAndShutdown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xnio.XnioWorkerxnioWorker()-
Methods inherited from class ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature.WithSharedWorkers
preConfigure, startAsync, taskAdvice, taskAdviceProfile, workExecutor
-
Methods inherited from class ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature
coreWorkers, createUndertowBuilder, ioThreads, maxWorkers, serverOptions, socketOptions, start, start, stopAll, stopUndertow, stopWorker, taskQueueLimit, undertowBuilderConfiguration, undertowServer, workerKeepAlive, workerOptions, xnioClassLoader
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
xnioWorker
@Provision(singleton=true) protected org.xnio.XnioWorker xnioWorker()
- Overrides:
xnioWorkerin classUndertowServerFeature<C>
-
-