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 including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector . |
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 |
Provides implementations of
Encoder
and Decoder for web use. |
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 a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
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.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 common
CorsProcessor 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's
org.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.server |
Core interfaces and classes for Spring's generic, reactive web support.
|
org.springframework.web.server.handler |
Provides common WebHandler implementations and a
WebHandlerDecorator . |
org.springframework.web.server.session |
Auxiliary interfaces and implementation classes for
WebSession support. |
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
|
Class and Description |
---|
CacheControl
A builder for creating "Cache-Control" HTTP response headers.
|
ContentDisposition
Representation of the Content-Disposition type and parameters as defined in RFC 6266.
|
ContentDisposition.Builder
A mutable builder for
ContentDisposition . |
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
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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ReactiveHttpOutputMessage
A "reactive" HTTP output message that accepts output as a
Publisher . |
RequestEntity
Extension of
HttpEntity that also exposes the HTTP method and the
target URL. |
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
An
HttpCookie 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 of
HttpEntity that adds an HttpStatus 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 an
OutputStream . |
Class and 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
Enumeration of HTTP request methods.
|
HttpOutputMessage |
HttpRequest |
HttpStatus
Enumeration of HTTP status codes.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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
Enumeration of HTTP request methods.
|
HttpStatus
Enumeration of HTTP status codes.
|
ReactiveHttpInputMessage
A "reactive" HTTP input message that exposes the input as
Publisher . |
ReactiveHttpOutputMessage
A "reactive" HTTP output message that accepts output as a
Publisher . |
ResponseCookie
An
HttpCookie subclass with the additional attributes allowed in
the "Set-Cookie" response header. |
Class and 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
Enumeration of HTTP request methods.
|
HttpRequest |
Class and Description |
---|
HttpMessage
Represents the base interface for HTTP request and response messages.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ReactiveHttpInputMessage
A "reactive" HTTP input message that exposes the input as
Publisher . |
ReactiveHttpOutputMessage
A "reactive" HTTP output message that accepts output as a
Publisher . |
Class and Description |
---|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ReactiveHttpInputMessage
A "reactive" HTTP input message that exposes the input as
Publisher . |
ReactiveHttpOutputMessage
A "reactive" HTTP output message that accepts output as a
Publisher . |
Class and Description |
---|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ReactiveHttpOutputMessage
A "reactive" HTTP output message that accepts output as a
Publisher . |
Class and 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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and Description |
---|
HttpInputMessage |
HttpOutputMessage |
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and Description |
---|
HttpInputMessage |
HttpOutputMessage |
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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
Enumeration of HTTP request methods.
|
HttpOutputMessage |
HttpRequest |
HttpStatus
Enumeration of HTTP status codes.
|
Class and 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
Enumeration of HTTP request methods.
|
HttpRequest |
HttpStatus
Enumeration of HTTP status codes.
|
ReactiveHttpInputMessage
A "reactive" HTTP input message that exposes the input as
Publisher . |
ReactiveHttpOutputMessage
A "reactive" HTTP output message that accepts output as a
Publisher . |
ResponseCookie
An
HttpCookie subclass with the additional attributes allowed in
the "Set-Cookie" response header. |
Class and Description |
---|
HttpMethod
Enumeration of HTTP request methods.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and Description |
---|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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
Enumeration of HTTP request methods.
|
HttpStatus
Enumeration of HTTP status codes.
|
HttpStatus.Series
Enumeration of HTTP status series.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
RequestEntity
Extension of
HttpEntity that also exposes the HTTP method and the
target URL. |
ResponseEntity
Extension of
HttpEntity that adds an HttpStatus status code. |
Class and Description |
---|
HttpMethod
Enumeration of HTTP request methods.
|
Class and Description |
---|
HttpMethod
Enumeration of HTTP request methods.
|
Class and Description |
---|
HttpStatus
Enumeration of HTTP status codes.
|
Class and Description |
---|
HttpStatus
Enumeration of HTTP status codes.
|
Class and Description |
---|
HttpStatus
Enumeration of HTTP status codes.
|
Class and 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
Enumeration of HTTP request methods.
|
Class and 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
Enumeration of HTTP request methods.
|
HttpRequest |
Class and 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
Enumeration of HTTP request methods.
|
HttpStatus
Enumeration of HTTP status codes.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and Description |
---|
HttpStatus
Enumeration of HTTP status codes.
|
Class and Description |
---|
ResponseCookie.ResponseCookieBuilder
A builder for a server-defined HttpCookie with attributes.
|
Class and Description |
---|
HttpRequest |