Class UndertowHttpHandlerAdapter
java.lang.Object
org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
- All Implemented Interfaces:
io.undertow.server.HttpHandler
@Deprecated(since="6.2.18",
forRemoval=true)
public class UndertowHttpHandlerAdapter
extends Object
implements io.undertow.server.HttpHandler
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.2.18 with no replacement
Adapt
HttpHandler to the Undertow HttpHandler.- Since:
- 5.0
- Author:
- Marek Hawrylczak, Rossen Stoyanchev, Arjen Poutsma
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowHttpHandlerAdapter(HttpHandler httpHandler) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidhandleRequest(io.undertow.server.HttpServerExchange exchange) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDataBufferFactory(DataBufferFactory bufferFactory) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
UndertowHttpHandlerAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setDataBufferFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
getDataBufferFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler
-