Toggle navigation
Home
io.undertow.servlet.core.CompositeThreadSetupAction to io.undertow.servlet.api.Deployment
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'undertow'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
setupAction
to
deployment
setupAction
to
deployment
setupAction
to
deployment
Add or Remove Method invocation
setupAction
to
deployment.createThreadSetupAction(new ThreadSetupHandler.Action<Object,ServletRequestContext>(){ @Override public Object call( HttpServerExchange exchange, ServletRequestContext context) throws Exception { handleFirstRequest(exchange,context); return null; } } )