Class HttpWebHandlerAdapter

java.lang.Object
org.springframework.web.server.handler.WebHandlerDecorator
org.springframework.web.server.adapter.HttpWebHandlerAdapter
All Implemented Interfaces:
HttpHandler, WebHandler

public class HttpWebHandlerAdapter extends WebHandlerDecorator implements HttpHandler
Default adapter of WebHandler to the HttpHandler contract.

By default creates and configures a DefaultServerWebExchange and then invokes the target WebHandler.

Since:
5.0
Author:
Rossen Stoyanchev, Sebastien Deleuze