public class CompositeThreadSetupAction extends Object implements ThreadSetupAction
ThreadSetupAction.Handle| Constructor and Description |
|---|
CompositeThreadSetupAction(List<ThreadSetupAction> actions) |
| Modifier and Type | Method and Description |
|---|---|
ThreadSetupAction.Handle |
setup(io.undertow.server.HttpServerExchange exchange)
Setup any thread local context
|
public CompositeThreadSetupAction(List<ThreadSetupAction> actions)
public ThreadSetupAction.Handle setup(io.undertow.server.HttpServerExchange exchange)
ThreadSetupActionsetup in interface ThreadSetupActionexchange - The exchange, this may be nullCopyright © 2016. All rights reserved.