Example usage for org.springframework.web.server WebHandler interface-usage

List of usage examples for org.springframework.web.server WebHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.server WebHandler interface-usage.

Usage

From source file org.springframework.web.reactive.DispatcherHandler.java

/**
 * Central dispatcher for HTTP request handlers/controllers. Dispatches to
 * registered handlers for processing a request, providing convenient mapping
 * facilities.
 *
 * <p>{@code DispatcherHandler} discovers the delegate components it needs from

From source file org.springframework.web.reactive.resource.ResourceWebHandler.java

/**
 * {@code HttpRequestHandler} that serves static resources in an optimized way
 * according to the guidelines of Page Speed, YSlow, etc.
 *
 * <p>The {@linkplain #setLocations "locations"} property takes a list of Spring
 * {@link Resource} locations from which static resources are allowed to