Uses of Interface
io.undertow.servlet.api.ThreadSetupHandler
-
Packages that use ThreadSetupHandler Package Description io.undertow.servlet.api io.undertow.servlet.core -
-
Uses of ThreadSetupHandler in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type ThreadSetupHandler Modifier and Type Method Description List<ThreadSetupHandler>DeploymentInfo. getThreadSetupActions()Methods in io.undertow.servlet.api with parameters of type ThreadSetupHandler Modifier and Type Method Description DeploymentInfoDeploymentInfo. addThreadSetupAction(ThreadSetupHandler action) -
Uses of ThreadSetupHandler in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement ThreadSetupHandler Modifier and Type Class Description classContextClassLoaderSetupAction
-