public class UndertowHttpHandlerAdapter extends Object implements io.undertow.server.HttpHandler
HttpHandler to the Undertow HttpHandler.| Constructor and Description |
|---|
UndertowHttpHandlerAdapter(HttpHandler delegate,
DataBufferFactory dataBufferFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
public UndertowHttpHandlerAdapter(HttpHandler delegate, DataBufferFactory dataBufferFactory)