public interface ThreadSetupAction
Modifier and Type | Interface and Description |
---|---|
static interface |
ThreadSetupAction.Handle |
Modifier and Type | Method and Description |
---|---|
ThreadSetupAction.Handle |
setup(io.undertow.server.HttpServerExchange exchange)
Setup any thread local context
|
ThreadSetupAction.Handle setup(io.undertow.server.HttpServerExchange exchange)
exchange
- The exchange, this may be nullCopyright © 2015. All rights reserved.