Uses of Interface
io.undertow.servlet.api.ThreadSetupHandler.Action
-
Packages that use ThreadSetupHandler.Action Package Description io.undertow.servlet.api io.undertow.servlet.core -
-
Uses of ThreadSetupHandler.Action in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ThreadSetupHandler.Action Modifier and Type Method Description <T,C>
ThreadSetupHandler.Action<T,C>ThreadSetupHandler. create(ThreadSetupHandler.Action<T,C> action)
<T,C>
ThreadSetupHandler.Action<T,C>Deployment. createThreadSetupAction(ThreadSetupHandler.Action<T,C> target)
Methods in io.undertow.servlet.api with parameters of type ThreadSetupHandler.Action Modifier and Type Method Description <T,C>
ThreadSetupHandler.Action<T,C>ThreadSetupHandler. create(ThreadSetupHandler.Action<T,C> action)
<T,C>
ThreadSetupHandler.Action<T,C>Deployment. createThreadSetupAction(ThreadSetupHandler.Action<T,C> target)
-
Uses of ThreadSetupHandler.Action in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return ThreadSetupHandler.Action Modifier and Type Method Description <T,C>
ThreadSetupHandler.Action<T,C>ContextClassLoaderSetupAction. create(ThreadSetupHandler.Action<T,C> action)
<C,T>
ThreadSetupHandler.Action<C,T>DeploymentImpl. createThreadSetupAction(ThreadSetupHandler.Action<C,T> target)
Methods in io.undertow.servlet.core with parameters of type ThreadSetupHandler.Action Modifier and Type Method Description <T,C>
ThreadSetupHandler.Action<T,C>ContextClassLoaderSetupAction. create(ThreadSetupHandler.Action<T,C> action)
<C,T>
ThreadSetupHandler.Action<C,T>DeploymentImpl. createThreadSetupAction(ThreadSetupHandler.Action<C,T> target)
-