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