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 Details

    • UndertowHttpHandlerAdapter

      public UndertowHttpHandlerAdapter(HttpHandler httpHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setDataBufferFactory

      public void setDataBufferFactory(DataBufferFactory bufferFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDataBufferFactory

      public DataBufferFactory 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:
      handleRequest in interface io.undertow.server.HttpHandler