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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.io.buffer.DataBufferFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    handleRequest(io.undertow.server.HttpServerExchange exchange)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDataBufferFactory(org.springframework.core.io.buffer.DataBufferFactory bufferFactory)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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(org.springframework.core.io.buffer.DataBufferFactory bufferFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDataBufferFactory

      public org.springframework.core.io.buffer.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