Class UndertowServerFeature.WithShutdown
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature
ch.raffael.meldioc.library.http.server.undertow.UndertowServerFeature.WithShutdown
- All Implemented Interfaces:
@DependsOn ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
- Enclosing class:
UndertowServerFeature
@Feature
public abstract static class UndertowServerFeature.WithShutdown
extends UndertowServerFeature
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, UndertowServerFeature.WithSharedWorkersAndShutdown, UndertowServerFeature.WithShutdownNested 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 -
Method Summary
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, undertowConfiguration, undertowServer, workerKeepAlive, workerOptions, xnioClassLoaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
shutdownController
-
Constructor Details
-
WithShutdown
public WithShutdown()
-
-
Method Details
-
xnioWorker
@Provision(singleton=true) protected org.xnio.XnioWorker xnioWorker()- Overrides:
xnioWorkerin classUndertowServerFeature
-