Uses of Interface
io.undertow.servlet.api.ThreadSetupAction
-
Packages that use ThreadSetupAction Package Description io.undertow.servlet.api io.undertow.servlet.core -
-
Uses of ThreadSetupAction in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ThreadSetupAction Modifier and Type Method Description ThreadSetupActionDeployment. getThreadSetupAction()Deprecated.Methods in io.undertow.servlet.api with parameters of type ThreadSetupAction Modifier and Type Method Description DeploymentInfoDeploymentInfo. addThreadSetupAction(ThreadSetupAction action)Deprecated. -
Uses of ThreadSetupAction in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return ThreadSetupAction Modifier and Type Method Description ThreadSetupActionDeploymentImpl. getThreadSetupAction()
-