Index

A C D E F G H I L M O P R S U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractErrorWebExceptionHandler - Class in org.springframework.boot.webflux.autoconfigure.error
Abstract base class for ErrorWebExceptionHandler implementations.
AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - Constructor for class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Create a new AbstractErrorWebExceptionHandler.
AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
Creates a new AbstractWebFluxEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.webflux.actuate.endpoint.web
An OperationInvoker that performs the invocation of a blocking operation on a separate thread using Reactor's bounded elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker - Class in org.springframework.boot.webflux.actuate.endpoint.web
 
AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.webflux.actuate.endpoint.web
Reactive handler providing actuator links at the root endpoint.
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.webflux.actuate.endpoint.web
A reactive web operation that can be handled by WebFlux.
acceptsTextHtml() - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Predicate that checks whether the current request explicitly support "text/html" media type.
AdditionalHealthEndpointPathsWebFluxHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
A custom HandlerMapping that allows health groups to be mapped to an additional path.
AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
 
Apiversion() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 

C

controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties, EndpointAccessResolver) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.5 in favor of @Endpoint and @WebEndpoint support
ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.webflux.autoconfigure.ResourceHandlerRegistrationCustomizer
Customize the given ResourceHandlerRegistration.
customize(WebHttpHandlerBuilder) - Method in interface org.springframework.boot.webflux.autoconfigure.WebHttpHandlerBuilderCustomizer
Callback to customize a WebHttpHandlerBuilder instance.

D

DEFAULT_ORDER - Static variable in class org.springframework.boot.webflux.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DefaultErrorAttributes - Class in org.springframework.boot.webflux.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.webflux.error.DefaultErrorAttributes
 
DefaultErrorWebExceptionHandler - Class in org.springframework.boot.webflux.autoconfigure.error
Basic global WebExceptionHandler, rendering ErrorAttributes.
DefaultErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Create a new DefaultErrorWebExceptionHandler instance.
describeMappings(ApplicationContext) - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlersMappingDescriptionProvider
 
DispatcherHandlerMappingDescription - Class in org.springframework.boot.webflux.actuate.web.mappings
A description of a mapping known to a DispatcherHandler.
DispatcherHandlerMappingDetails - Class in org.springframework.boot.webflux.actuate.web.mappings
Details of a DispatcherHandler mapping.
DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDetails
 
DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.webflux.actuate.web.mappings
A MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler.
DispatcherHandlersMappingDescriptionProvider() - Constructor for class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlersMappingDescriptionProvider
 

E

ElasticSchedulerInvoker(OperationInvoker) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
ErrorAttributes - Interface in org.springframework.boot.webflux.error
Provides access to error attributes which can be logged or presented to the user.
ErrorWebExceptionHandler - Interface in org.springframework.boot.webflux.error
Marker interface that indicates that a WebExceptionHandler is used to render errors.
ErrorWebFluxAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.error
Auto-configuration to render errors through a WebFlux WebExceptionHandler.
ExceptionCapturingInvoker(OperationInvoker) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
 

F

filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.webflux.actuate.web.exchanges.HttpExchangesWebFilter
 
Format() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 

G

getApiversion() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
getBasePath() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
getClassName() - Method in class org.springframework.boot.webflux.actuate.web.mappings.HandlerFunctionDescription
 
getConsumes() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription
 
getCorsConfiguration(Object, ServerWebExchange) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
getDate() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 
getDateTime() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 
getDefaultVersion() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
getDetails() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDescription
 
getDetectSupported() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
getEndpoints() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
Return the web endpoints being mapped.
getError(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Extract the original error from the current request.
getError(ServerRequest) - Method in class org.springframework.boot.webflux.error.DefaultErrorAttributes
 
getError(ServerRequest) - Method in interface org.springframework.boot.webflux.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getErrorAttributeOptions(ServerRequest, MediaType) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
 
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Extract the error attributes from the current request, to be used to populate error views or JSON payloads.
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.webflux.error.DefaultErrorAttributes
 
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in interface org.springframework.boot.webflux.error.ErrorAttributes
Return a Map of the error attributes.
getFileStorageDirectory() - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
getFormat() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
getHandler() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDescription
 
getHandlerFunction() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDetails
 
getHeader() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
getHeaders() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription
 
getHeadersCharset() - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
getHttpStatus(Map) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Get the HTTP error status information from the error map.
getLinksHandler() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.WebFluxEndpointHandlerMapping
 
getMappingForMethod(Method, Class) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
getMappingName() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlersMappingDescriptionProvider
 
getMaxDiskUsagePerPart() - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
getMaxHeadersSize() - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
getMaxInMemorySize() - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
getMaxParts() - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
getMediaType() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaTypeParameter() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
getMethods() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription
 
getName() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getOrder() - Method in class org.springframework.boot.webflux.actuate.web.exchanges.HttpExchangesWebFilter
 
getOrder() - Method in class org.springframework.boot.webflux.filter.OrderedHiddenHttpMethodFilter
 
getParams() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription
 
getPathSegment() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
getPatterns() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription
 
getPredicate() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDescription
 
getProblemdetails() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
getProduces() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription
 
getQueryParameter() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
getRequestMappingConditions() - Method in class org.springframework.boot.webflux.actuate.web.mappings.DispatcherHandlerMappingDetails
 
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.webflux.autoconfigure.WebFluxRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.webflux.autoconfigure.WebFluxRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
getRequired() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Create a RouterFunction that can route and handle errors as JSON responses or HTML views.
getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
 
getStaticPathPattern() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
getSupported() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
getTime() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 
getUse() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
getValue() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getWebjarsPathPattern() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 

H

handle(ServerWebExchange, Throwable) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
 
handle(ServerWebExchange, Map) - Method in interface org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
 
HandlerFunctionDescription - Class in org.springframework.boot.webflux.actuate.web.mappings
Description of a HandlerFunction.
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
HttpExchangesWebFilter - Class in org.springframework.boot.webflux.actuate.web.exchanges
A WebFilter for recording HTTP exchanges.
HttpExchangesWebFilter(HttpExchangeRepository, Set) - Constructor for class org.springframework.boot.webflux.actuate.web.exchanges.HttpExchangesWebFilter
Create a new HttpExchangesWebFilter instance.
HttpHandlerAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
Auto-configuration for HttpHandler.
HttpHandlerAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.HttpHandlerAutoConfiguration
 

I

initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
initHandlerMethods() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
invoke(InvocationContext) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
invoke(InvocationContext) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
 
isBindingErrorsEnabled(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Check whether the errors attribute has been set on the given request.
isEnabled() - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Problemdetails
 
isHandler(Class) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
isIncludeBindingErrors(ServerRequest, MediaType) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Determine if the errors attribute should be included.
isIncludeMessage(ServerRequest, MediaType) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Determine if the message attribute should be included.
isIncludePath(ServerRequest, MediaType) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Determine if the path attribute should be included.
isIncludeStackTrace(ServerRequest, MediaType) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Determine if the stacktrace attribute should be included.
isMessageEnabled(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Check whether the message attribute has been set on the given request.
isNegated() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.webflux.actuate.web.mappings.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isPathEnabled(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Check whether the path attribute has been set on the given request.
isTraceEnabled(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Check whether the trace attribute has been set on the given request.

L

links(ServerWebExchange) - Method in interface org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
logError(ServerRequest, ServerResponse, Throwable) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Logs the throwable error for the given request and response exchange.

M

managementHealthEndpointWebFluxHandlerMapping(WebEndpointsSupplier, HealthEndpointGroups) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
 

O

OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.webflux.filter
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.webflux.filter.OrderedHiddenHttpMethodFilter
 
OrderedWebFilter - Interface in org.springframework.boot.webflux.filter
An Ordered WebFilter.
org.springframework.boot.webflux.actuate.endpoint.web - package org.springframework.boot.webflux.actuate.endpoint.web
Spring WebFlux support for actuator endpoints.
org.springframework.boot.webflux.actuate.web.exchanges - package org.springframework.boot.webflux.actuate.web.exchanges
Actuator HTTP exchanges support for reactive servers.
org.springframework.boot.webflux.actuate.web.mappings - package org.springframework.boot.webflux.actuate.web.mappings
Actuator reactive request mappings support.
org.springframework.boot.webflux.autoconfigure - package org.springframework.boot.webflux.autoconfigure
Auto-configuration for reactive web servers and Spring WebFlux.
org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web - package org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web
Auto-configuration for Spring WebFlux actuator web endpoint support.
org.springframework.boot.webflux.autoconfigure.actuate.web - package org.springframework.boot.webflux.autoconfigure.actuate.web
Auto-configuration for WebFlux-based actuator web concerns.
org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges - package org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges
Actuator HTTP exchanges auto-configuration for reactive servers.
org.springframework.boot.webflux.autoconfigure.actuate.web.mappings - package org.springframework.boot.webflux.autoconfigure.actuate.web.mappings
Actuator reactive request mappings auto-configuration.
org.springframework.boot.webflux.autoconfigure.error - package org.springframework.boot.webflux.autoconfigure.error
Auto-configuration for Spring WebFlux error handling.
org.springframework.boot.webflux.error - package org.springframework.boot.webflux.error
Spring WebFlux error handling infrastructure.
org.springframework.boot.webflux.filter - package org.springframework.boot.webflux.filter
Spring Boot specific WebFilter implementations.

P

Problemdetails() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Problemdetails
 

R

ReactiveMultipartAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
Auto-configuration for multipart support in Spring WebFlux.
ReactiveMultipartAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartAutoConfiguration
 
ReactiveMultipartProperties - Class in org.springframework.boot.webflux.autoconfigure
Configuration properties for configuring multipart support in Spring Webflux.
ReactiveMultipartProperties() - Constructor for class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
registerReadMapping(RequestMappingInfo, ExposableWebEndpoint, WebOperation) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
renderDefaultErrorView(ServerResponse.BodyBuilder, Map) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Render a default HTML "Whitelabel Error Page".
renderErrorResponse(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Render the error information as a JSON payload.
renderErrorView(String, ServerResponse.BodyBuilder, Map) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Render the given error data as a view, using a template view if available or a static HTML file if available otherwise.
renderErrorView(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Render the error information as an HTML view.
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.webflux.filter.OrderedWebFilter
Filters that wrap the request should be ordered less than or equal to this.
RequestMappingConditionsDescription - Class in org.springframework.boot.webflux.actuate.web.mappings
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.webflux.actuate.web.mappings
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.webflux.actuate.web.mappings
A description of a NameValueExpression in a request mapping condition.
ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.webflux.autoconfigure
Callback interface that can be used to customize ResourceHandlerRegistration.

S

setBasePath(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
setDate(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 
setDateTime(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 
setDefaultVersion(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
setDetectSupported(Boolean) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
setEnabled(boolean) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Problemdetails
 
setFileStorageDirectory(String) - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
setHeader(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
setHeadersCharset(Charset) - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
setMaxDiskUsagePerPart(DataSize) - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
setMaxHeadersSize(DataSize) - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
setMaxParts(Integer) - Method in class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
setMediaTypeParameter(Map) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
setMessageReaders(List) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Configure HTTP message readers to deserialize the request body with.
setMessageWriters(List) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Configure HTTP message writers to serialize the response body with.
setOrder(int) - Method in class org.springframework.boot.webflux.actuate.web.exchanges.HttpExchangesWebFilter
 
setOrder(int) - Method in class org.springframework.boot.webflux.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setPathSegment(Integer) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
setQueryParameter(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
setRequired(Boolean) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
setStaticPathPattern(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
setSupported(List) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
 
setTime(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
 
setViewResolvers(List) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Configure the ViewResolver to use for rendering views.
setWebjarsPathPattern(String) - Method in class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
storeErrorInformation(Throwable, ServerWebExchange) - Method in class org.springframework.boot.webflux.error.DefaultErrorAttributes
 
storeErrorInformation(Throwable, ServerWebExchange) - Method in interface org.springframework.boot.webflux.error.ErrorAttributes
Store the given error information in the current ServerWebExchange.

U

Use() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 

W

webEndpointReactiveHandlerMapping(WebEndpointsSupplier, ControllerEndpointsSupplier, EndpointMediaTypes, CorsEndpointProperties, WebEndpointProperties, Environment) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
 
WebFluxAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
Auto-configuration for WebFlux.
WebFluxAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxAutoConfiguration
 
WebFluxEndpointHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
WebFluxEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.WebFluxEndpointHandlerMapping
Creates a new WebFluxEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebFluxEndpointManagementContextConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.web
@ManagementContextConfiguration for Reactive @Endpoint concerns.
WebFluxEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
 
WebFluxHealthEndpointExtensionAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web
Auto-configuration for HealthEndpoint web extension with Spring WebFlux.
WebFluxHealthEndpointExtensionAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web.WebFluxHealthEndpointExtensionAutoConfiguration
 
WebFluxHttpExchangesAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges
Auto-configuration to record HTTP exchanges.
WebFluxHttpExchangesAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges.WebFluxHttpExchangesAutoConfiguration
 
WebFluxMappingsAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.web.mappings
Auto-configuration to describe WebFlux mappings.
WebFluxMappingsAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.web.mappings.WebFluxMappingsAutoConfiguration
 
WebFluxObservationAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
Auto-configuration for instrumentation of Spring WebFlux applications.
WebFluxProperties - Class in org.springframework.boot.webflux.autoconfigure
Properties for Spring WebFlux.
WebFluxProperties() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
 
WebFluxProperties.Apiversion - Class in org.springframework.boot.webflux.autoconfigure
 
WebFluxProperties.Apiversion.Use - Class in org.springframework.boot.webflux.autoconfigure
 
WebFluxProperties.Format - Class in org.springframework.boot.webflux.autoconfigure
 
WebFluxProperties.Problemdetails - Class in org.springframework.boot.webflux.autoconfigure
 
WebFluxRegistrations - Interface in org.springframework.boot.webflux.autoconfigure
Interface to register key components of the WebFluxAutoConfiguration in place of the default ones provided by Spring WebFlux.
WebHttpHandlerBuilderCustomizer - Interface in org.springframework.boot.webflux.autoconfigure
Callback interface used to customize a WebHttpHandlerBuilder.
WebSessionIdResolverAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
Auto-configuration for WebSessionIdResolver.
wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before it's called.
A C D E F G H I L M O P R S U W 
All Classes and Interfaces|All Packages|Constant Field Values