Toggle navigation
Home
io.undertow.servlet.api.ThreadSetupAction 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:
Add or Remove Method invocation
threadSetup
to
deployment.createThreadSetupAction(new ThreadSetupHandler.Action<Void,Session>(){ @Override public Void call( HttpServerExchange exchange, Session session) throws ServletException { doDestroy(session); return null; } } )
Rename Variable
threadSetup
to
deployment