Example usage for org.springframework.http.server.reactive HttpHandler interface-usage

List of usage examples for org.springframework.http.server.reactive HttpHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.http.server.reactive HttpHandler interface-usage.

Usage

From source file org.springframework.web.server.adapter.HttpWebHandlerAdapter.java

/**
 * Default adapter of {@link WebHandler} to the {@link HttpHandler} contract.
 *
 * <p>By default creates and configures a {@link DefaultServerWebExchange} and
 * then invokes the target {@code WebHandler}.
 *