Uses of Package
org.springframework.http
Packages that use org.springframework.http Package Description org.springframework.http Contains a basic abstraction over client/server-side HTTP.org.springframework.http.client Contains an abstraction over client-side HTTP.org.springframework.http.client.reactive Abstractions for reactive HTTP client support includingClientHttpRequest
andClientHttpResponse
as well as aClientHttpConnector
.org.springframework.http.client.support This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.org.springframework.http.codec org.springframework.http.codec.json JSON encoder and decoder support.org.springframework.http.codec.multipart Multipart support.org.springframework.http.codec.protobuf Provides an encoder and a decoder for Google Protocol Buffers.org.springframework.http.converter Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.org.springframework.http.converter.feed Provides HttpMessageConverter implementations for handling Atom and RSS feeds.org.springframework.http.converter.json Provides HttpMessageConverter implementations for handling JSON.org.springframework.http.converter.protobuf Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.org.springframework.http.converter.xml Provides HttpMessageConverter implementations for handling XML.org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequest
andServerHttpResponse
along with anHttpHandler
for processing.org.springframework.mock.http Mock implementations of client/server-side HTTP abstractions.org.springframework.mock.http.client Mock implementations of client-side HTTP abstractions.org.springframework.mock.http.client.reactive Mock implementations of reactive HTTP client contracts.org.springframework.mock.http.server.reactive Mock implementations of reactive HTTP server contracts.org.springframework.mock.web A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with Spring's Web MVC framework.org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.test.web.client Contains client-side REST testing support.org.springframework.test.web.client.match Contains built-inRequestMatcher
implementations.org.springframework.test.web.client.response Contains built-inResponseCreator
implementations.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient
.org.springframework.test.web.servlet.request Contains built-inRequestBuilder
implementations.org.springframework.test.web.servlet.result Contains built-inResultMatcher
andResultHandler
implementations.org.springframework.web Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.org.springframework.web.accept This package contains classes used to determine the requested the media types in a request.org.springframework.web.bind.annotation Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.org.springframework.web.client Core package of the client-side web support.org.springframework.web.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.org.springframework.web.cors Support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessor
strategy.org.springframework.web.cors.reactive Reactive support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessor
strategy.org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration.org.springframework.web.method Common infrastructure for handler method processing, as used by Spring MVC'sorg.springframework.web.servlet.mvc.method
package.org.springframework.web.method.support Generic support classes for handler method processing.org.springframework.web.multipart Multipart resolution framework for handling file uploads.org.springframework.web.multipart.support Support classes for the multipart resolution framework.org.springframework.web.reactive.accept RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a given request.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.client Provides a reactiveWebClient
that builds on top of theorg.springframework.http.client.reactive
reactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.client
package.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.server
package.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.reactive.resource Support classes for serving static resources.org.springframework.web.reactive.result Support for various programming model styles including the invocation of different types of handlers, e.g.org.springframework.web.reactive.result.condition RequestCondition
and implementations for matching requests based on different criteria.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.reactive.result.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.reactive.result.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.org.springframework.web.reactive.socket Abstractions and support classes for reactive WebSocket interactions.org.springframework.web.reactive.socket.client Client support for WebSocket interactions.org.springframework.web.server Core interfaces and classes for Spring's generic, reactive web support.org.springframework.web.server.handler Provides common WebHandler implementations and aWebHandlerDecorator
.org.springframework.web.server.session Auxiliary interfaces and implementation classes forWebSession
support.org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.function Provides the types that make up Spring's functional web framework for Servlet environments.org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.mvc.condition Common MVC logic for matching incoming requests based on conditions.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotation
package.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.servlet.support Support classes for Spring's web MVC framework.org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.socket Common abstractions and Spring configuration support for WebSocket applications.org.springframework.web.socket.adapter.jetty Adapter classes for the Jetty WebSocket API.org.springframework.web.socket.adapter.standard Adapter classes for the standard Java WebSocket API.org.springframework.web.socket.client Client-side abstractions for WebSocket applications.org.springframework.web.socket.client.jetty Client-side support for the Jetty WebSocket API.org.springframework.web.socket.client.standard Client-side classes for use with standard Java WebSocket endpoints.org.springframework.web.socket.handler ConvenientWebSocketHandler
implementations and decorators.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient
.org.springframework.web.socket.sockjs.support Support classes for SockJS including anAbstractSockJsService
implementation.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandler
implementations for processing incoming requests, theirsession
counterparts for sending messages over the various transports, andDefaultSockJsService
.org.springframework.web.socket.sockjs.transport.handler TransportHandler
implementation classes as well as a concreteSockJsService
.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession
.org.springframework.web.util Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.Classes in org.springframework.http used by org.springframework.http Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.ContentDisposition Represent the Content-Disposition type and parameters as defined in RFC 6266.ContentDisposition.Builder A mutable builder forContentDisposition
.HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpEntity Represents an HTTP request or response entity, consisting of headers and body.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpOutputMessage HttpRange Represents an HTTP (byte) range for use with the HTTP"Range"
header.HttpStatus Enumeration of HTTP status codes.HttpStatus.Series Enumeration of HTTP status series.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.RequestEntity RequestEntity.BodyBuilder Defines a builder that adds a body to the response entity.RequestEntity.HeadersBuilder Defines a builder that adds headers to the request entity.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.ResponseCookie.ResponseCookieBuilder A builder for a server-defined HttpCookie with attributes.ResponseEntity Extension ofHttpEntity
that adds aHttpStatus
status code.ResponseEntity.BodyBuilder Defines a builder that adds a body to the response entity.ResponseEntity.HeadersBuilder Defines a builder that adds headers to the response entity.StreamingHttpOutputMessage.Body Defines the contract for bodies that can be written directly to anOutputStream
.Classes in org.springframework.http used by org.springframework.http.client Class Description HttpEntity Represents an HTTP request or response entity, consisting of headers and body.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpOutputMessage HttpRequest HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.client.reactive Class Description HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpStatus Enumeration of HTTP status codes.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.Classes in org.springframework.http used by org.springframework.http.client.support Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpRequest Classes in org.springframework.http used by org.springframework.http.codec Class Description HttpMessage Represents the base interface for HTTP request and response messages.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.Classes in org.springframework.http used by org.springframework.http.codec.json Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.codec.multipart Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.Classes in org.springframework.http used by org.springframework.http.codec.protobuf Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.Classes in org.springframework.http used by org.springframework.http.converter Class Description HttpEntity Represents an HTTP request or response entity, consisting of headers and body.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpOutputMessage MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.converter.feed Class Description HttpInputMessage HttpOutputMessage MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.converter.json Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpMessage Represents the base interface for HTTP request and response messages.HttpOutputMessage MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.converter.protobuf Class Description HttpInputMessage HttpOutputMessage MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.converter.xml Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpOutputMessage MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.http.server Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpOutputMessage HttpRequest HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.http.server.reactive Class Description HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpRequest HttpStatus Enumeration of HTTP status codes.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.Classes in org.springframework.http used by org.springframework.mock.http Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpMessage Represents the base interface for HTTP request and response messages.HttpOutputMessage Classes in org.springframework.http used by org.springframework.mock.http.client Class Description HttpInputMessage HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpOutputMessage HttpRequest HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.mock.http.client.reactive Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpStatus Enumeration of HTTP status codes.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.Classes in org.springframework.http used by org.springframework.mock.http.server.reactive Class Description HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpRange Represents an HTTP (byte) range for use with the HTTP"Range"
header.HttpRequest MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.Classes in org.springframework.http used by org.springframework.mock.web Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.mock.web.reactive.function.server Class Description HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.test.web.client Class Description HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.test.web.client.match Class Description HttpMethod Java 5 enumeration of HTTP request methods.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.test.web.client.response Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.test.web.reactive.server Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.ContentDisposition Represent the Content-Disposition type and parameters as defined in RFC 6266.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.Classes in org.springframework.http used by org.springframework.test.web.servlet.request Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.test.web.servlet.result Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web Class Description HttpMethod Java 5 enumeration of HTTP request methods.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.accept Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.bind.annotation Class Description HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.client Class Description HttpEntity Represents an HTTP request or response entity, consisting of headers and body.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpStatus Enumeration of HTTP status codes.HttpStatus.Series Enumeration of HTTP status series.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.RequestEntity ResponseEntity Extension ofHttpEntity
that adds aHttpStatus
status code.Classes in org.springframework.http used by org.springframework.web.context.request Class Description HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.web.cors Class Description HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.web.cors.reactive Class Description HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.web.filter Class Description HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.method Class Description HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.method.support Class Description HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.multipart Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.web.multipart.support Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpMessage Represents the base interface for HTTP request and response messages.HttpMethod Java 5 enumeration of HTTP request methods.HttpRequest Classes in org.springframework.http used by org.springframework.web.reactive.accept Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.config Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.Classes in org.springframework.http used by org.springframework.web.reactive.function Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ReactiveHttpInputMessage An "reactive" HTTP input message that exposes the input asPublisher
.ReactiveHttpOutputMessage A "reactive" HTTP output message that accepts output as aPublisher
.Classes in org.springframework.http used by org.springframework.web.reactive.function.client Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpRequest HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.ResponseEntity Extension ofHttpEntity
that adds aHttpStatus
status code.Classes in org.springframework.http used by org.springframework.web.reactive.function.client.support Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.ResponseEntity Extension ofHttpEntity
that adds aHttpStatus
status code.Classes in org.springframework.http used by org.springframework.web.reactive.function.server Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpRange Represents an HTTP (byte) range for use with the HTTP"Range"
header.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ResponseCookie AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.Classes in org.springframework.http used by org.springframework.web.reactive.function.server.support Class Description HttpCookie Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpRange Represents an HTTP (byte) range for use with the HTTP"Range"
header.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.handler Class Description HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.reactive.resource Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.result Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.result.condition Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.result.view Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.result.view.freemarker Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.result.view.script Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.reactive.socket Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.reactive.socket.client Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.server Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.server.handler Class Description HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.server.session Class Description ResponseCookie.ResponseCookieBuilder A builder for a server-defined HttpCookie with attributes.Classes in org.springframework.http used by org.springframework.web.servlet Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.servlet.config.annotation Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.servlet.function Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpMethod Java 5 enumeration of HTTP request methods.HttpRange Represents an HTTP (byte) range for use with the HTTP"Range"
header.HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.servlet.mvc Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.HttpStatus Enumeration of HTTP status codes.Classes in org.springframework.http used by org.springframework.web.servlet.mvc.condition Class Description MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.servlet.mvc.method.annotation Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.HttpInputMessage HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.ResponseEntity Extension ofHttpEntity
that adds aHttpStatus
status code.Classes in org.springframework.http used by org.springframework.web.servlet.resource Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.servlet.support Class Description CacheControl A builder for creating "Cache-Control" HTTP response headers.Classes in org.springframework.http used by org.springframework.web.servlet.view Class Description HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.socket Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.adapter.jetty Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.adapter.standard Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.client Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.client.jetty Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.client.standard Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.handler Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.socket.sockjs.client Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.ResponseEntity Extension ofHttpEntity
that adds aHttpStatus
status code.Classes in org.springframework.http used by org.springframework.web.socket.sockjs.support Class Description HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.web.socket.sockjs.transport Class Description HttpMethod Java 5 enumeration of HTTP request methods.Classes in org.springframework.http used by org.springframework.web.socket.sockjs.transport.handler Class Description HttpStatus Enumeration of HTTP status codes.MediaType A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Classes in org.springframework.http used by org.springframework.web.socket.sockjs.transport.session Class Description HttpHeaders A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.Classes in org.springframework.http used by org.springframework.web.util Class Description HttpRequest