Toggle navigation
Home
io.undertow.servlet.api.InstanceHandle to io.undertow.servlet.api.ThreadSetupHandler.Action
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'undertow'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
instance
to
deployment.createThreadSetupAction(new ThreadSetupHandler.Action<Void,StreamConnection>(){ @Override public Void call( HttpServerExchange exchange, StreamConnection context){ DelayedExecutor executor=new DelayedExecutor(exchange.getIoThread()); try { instance.getInstance().init(new WebConnectionImpl(context,ServletUpgradeListener.this.exchange.getConnection().getByteBufferPool(),executor)); } finally { executor.openGate(); } return null; } } )
Rename Variable
instance
to
initAction