Uses of Package
org.springframework.http
Packages that use org.springframework.http
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Contains an abstraction over client-side HTTP.
Abstractions for reactive HTTP client support including
ClientHttpRequest
and
ClientHttpResponse
as well as a
ClientHttpConnector
.This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
Provides implementations of
Encoder
and Decoder
for web use.JSON encoder and decoder support.
Multipart support.
Provides an encoder and a decoder for
Google Protocol Buffers.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
Provides HttpMessageConverter implementations for handling XML.
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a
ServerHttpRequest
and
ServerHttpResponse
along with an
HttpHandler
for processing.Common, generic interfaces that define minimal boundary points
between Spring's web infrastructure and other framework modules.
This package contains classes used to determine the requested the media types in a request.
Provides web-specific data binding functionality.
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
Core package of the client-side web support.
Classes supporting the
org.springframework.web.client
package.Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
Support for asynchronous request processing.
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.Provides generic filter base classes allowing for bean-style configuration.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.Generic support classes for handler method processing.
Multipart resolution framework for handling file uploads.
Support classes for the multipart resolution framework.
Core interfaces and classes for Spring's generic, reactive web support.
Provides common WebHandler implementations and a
WebHandlerDecorator
.Auxiliary interfaces and implementation classes for
WebSession
support.Support for creating a client proxy for an HTTP service annotated with
HttpExchange
methods.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Classes in org.springframework.http used by org.springframework.httpClassDescriptionA builder for creating "Cache-Control" HTTP response headers.Representation of the Content-Disposition type and parameters as defined in RFC 6266.A mutable builder for
ContentDisposition
.Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.Represents an HTTP request or response entity, consisting of headers and body.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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Represents an HTTP (byte) range for use with the HTTP"Range"
header.Enumeration of HTTP status codes.Enumeration of HTTP status series.Represents an HTTP response status code.A subclass ofMimeType
that adds support for quality parameters as defined in the HTTP specification.Representation for an RFC 7807 problem detail.A "reactive" HTTP output message that accepts output as aPublisher
.Extension ofHttpEntity
that also exposes the HTTP method and the target URL.Defines a builder that adds a body to the response entity.Defines a builder that adds headers to the request entity.AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header.A builder for a server-defined HttpCookie with attributes.Extension ofHttpEntity
that adds anHttpStatusCode
status code.Defines a builder that adds a body to the response entity.Defines a builder that adds headers to the response entity.Defines the contract for bodies that can be written directly to anOutputStream
. -
Classes in org.springframework.http used by org.springframework.http.clientClassDescriptionRepresents an HTTP request or response entity, consisting of headers and body.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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Represents an HTTP response status code.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.client.reactiveClassDescriptionRepresents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Represents an HTTP response status code.A "reactive" HTTP input message that exposes the input as
Publisher
.A "reactive" HTTP output message that accepts output as aPublisher
.AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header. -
Classes in org.springframework.http used by org.springframework.http.client.supportClassDescriptionA 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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.
-
Classes in org.springframework.http used by org.springframework.http.codecClassDescriptionRepresents the base interface for HTTP request and response messages.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification.A "reactive" HTTP input message that exposes the input asPublisher
.A "reactive" HTTP output message that accepts output as aPublisher
. -
Classes in org.springframework.http used by org.springframework.http.codec.jsonClassDescriptionA subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.codec.multipartClassDescriptionA 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.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification.A "reactive" HTTP input message that exposes the input asPublisher
.A "reactive" HTTP output message that accepts output as aPublisher
. -
Classes in org.springframework.http used by org.springframework.http.codec.protobufClassDescriptionA subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification.A "reactive" HTTP output message that accepts output as aPublisher
. -
Classes in org.springframework.http used by org.springframework.http.converterClassDescriptionRepresents an HTTP request or response entity, consisting of headers and body.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.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.converter.feedClassDescriptionA subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.converter.jsonClassDescriptionA 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.Represents the base interface for HTTP request and response messages.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.converter.protobufClassDescriptionA subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.converter.xmlClassDescriptionA 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.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.http.serverClassDescriptionA 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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Represents an HTTP response status code.
-
Classes in org.springframework.http used by org.springframework.http.server.reactiveClassDescriptionRepresents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Represents an HTTP response status code.A "reactive" HTTP input message that exposes the input as
Publisher
.A "reactive" HTTP output message that accepts output as aPublisher
.AnHttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header. -
Classes in org.springframework.http used by org.springframework.webClassDescriptionA 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.Represents an HTTP request method.Represents an HTTP response status code.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification.Representation for an RFC 7807 problem detail. -
Classes in org.springframework.http used by org.springframework.web.acceptClassDescriptionA subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.web.bindClassDescriptionRepresents an HTTP response status code.Representation for an RFC 7807 problem detail.
-
Classes in org.springframework.http used by org.springframework.web.bind.annotation
-
Classes in org.springframework.http used by org.springframework.web.clientClassDescriptionRepresents an HTTP request or response entity, consisting of headers and body.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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Enumeration of HTTP status series.Represents an HTTP response status code.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification.Extension ofHttpEntity
that also exposes the HTTP method and the target URL.Extension ofHttpEntity
that adds anHttpStatusCode
status code.Defines the contract for bodies that can be written directly to anOutputStream
. -
Classes in org.springframework.http used by org.springframework.web.client.supportClassDescriptionA 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.Extension of
HttpEntity
that adds anHttpStatusCode
status code. -
Classes in org.springframework.http used by org.springframework.web.context.request
-
Classes in org.springframework.http used by org.springframework.web.context.request.asyncClassDescriptionRepresents an HTTP response status code.Representation for an RFC 7807 problem detail.
-
Classes in org.springframework.http used by org.springframework.web.cors
-
Classes in org.springframework.http used by org.springframework.web.cors.reactive
-
Classes in org.springframework.http used by org.springframework.web.filter
-
Classes in org.springframework.http used by org.springframework.web.method
-
Classes in org.springframework.http used by org.springframework.web.method.support
-
Classes in org.springframework.http used by org.springframework.web.multipartClassDescriptionA 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.Represents an HTTP request method.Represents an HTTP response status code.Representation for an RFC 7807 problem detail.
-
Classes in org.springframework.http used by org.springframework.web.multipart.supportClassDescriptionA 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.Represents the base interface for HTTP request and response messages.Represents an HTTP request method.Represents an HTTP response status code.Representation for an RFC 7807 problem detail.
-
Classes in org.springframework.http used by org.springframework.web.serverClassDescriptionA 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.Represents an HTTP request method.Represents an HTTP response status code.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification. -
Classes in org.springframework.http used by org.springframework.web.server.handler
-
Classes in org.springframework.http used by org.springframework.web.server.sessionClassDescriptionA builder for a server-defined HttpCookie with attributes.
-
Classes in org.springframework.http used by org.springframework.web.service.invokerClassDescriptionA 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.Represents an HTTP request method.A subclass of
MimeType
that adds support for quality parameters as defined in the HTTP specification.Extension ofHttpEntity
that adds anHttpStatusCode
status code. -
Classes in org.springframework.http used by org.springframework.web.utilClassDescriptionA 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.