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 | |
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.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-in
RequestMatcher
implementations. |
org.springframework.test.web.client.response |
Contains built-in
ResponseCreator
implementations. |
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.test.web.servlet.request |
Contains built-in
RequestBuilder
implementations. |
org.springframework.test.web.servlet.result |
Contains built-in
ResultMatcher and ResultHandler 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.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.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 reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer. |
org.springframework.web.reactive.function.client.support |
Classes supporting the
org.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 the
org.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 a
WebHandlerDecorator . |
org.springframework.web.server.session |
Auxiliary interfaces and implementation classes for
WebSession 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.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.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.handler |
Convenient
WebSocketHandler
implementations and decorators. |
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
org.springframework.web.socket.sockjs.support |
Support classes for SockJS including an
AbstractSockJsService
implementation. |
org.springframework.web.socket.sockjs.transport |
Server-side support for SockJS transports including
TransportHandler implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService . |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
|
Class and 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 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
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 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 |
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 a 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
Java 5 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
Java 5 enumeration of HTTP request methods.
|
HttpStatus
Enumeration of HTTP status codes.
|
ReactiveHttpInputMessage
An "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
Java 5 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
An "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
An "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
Java 5 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
Java 5 enumeration of HTTP request methods.
|
HttpRequest |
HttpStatus
Enumeration of HTTP status codes.
|
ReactiveHttpInputMessage
An "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.
|
HttpInputMessage |
HttpMessage
Represents the base interface for HTTP request and response messages.
|
HttpOutputMessage |
Class and 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.
|
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.
|
ReactiveHttpInputMessage
An "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 |
---|
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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ReactiveHttpInputMessage
An "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 |
---|
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 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.
|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
HttpMethod
Java 5 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 |
---|
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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and 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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
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.
|
HttpMethod
Java 5 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 |
---|
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. |
Class and Description |
---|
HttpMethod
Java 5 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
Java 5 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 |
ResponseEntity
Extension of
HttpEntity that adds a HttpStatus status code. |
Class and Description |
---|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
HttpMethod
Java 5 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
Java 5 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
Java 5 enumeration of HTTP request methods.
|
HttpRequest |
Class and Description |
---|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and Description |
---|
CacheControl
A builder for creating "Cache-Control" HTTP response headers.
|
Class and Description |
---|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ReactiveHttpInputMessage
An "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 |
---|
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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ResponseCookie
An
HttpCookie subclass with the additional attributes allowed in
the "Set-Cookie" response header. |
ResponseEntity
Extension of
HttpEntity that adds a HttpStatus status code. |
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.
|
HttpStatus
Enumeration of HTTP status codes.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ResponseCookie
An
HttpCookie subclass with the additional attributes allowed in
the "Set-Cookie" response header. |
ResponseEntity
Extension of
HttpEntity that adds a HttpStatus status code. |
Class and 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 of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ResponseCookie
An
HttpCookie subclass with the additional attributes allowed in
the "Set-Cookie" response header. |
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.
|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
HttpRange
Represents an HTTP (byte) range for use with the HTTP
"Range" header. |
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 |
---|
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 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 |
---|
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.
|
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 |
---|
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 |
---|
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.
|
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.
|
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
Java 5 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 |
---|
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.
|
Class and Description |
---|
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 |
---|
CacheControl
A builder for creating "Cache-Control" HTTP response headers.
|
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.
|
HttpInputMessage |
HttpStatus
Enumeration of HTTP status codes.
|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
ResponseEntity
Extension of
HttpEntity that adds a HttpStatus status code. |
Class and Description |
---|
MediaType
A subclass of
MimeType that adds support for quality parameters
as defined in the HTTP specification. |
Class and Description |
---|
CacheControl
A builder for creating "Cache-Control" HTTP response headers.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
ResponseEntity
Extension of
HttpEntity that adds a HttpStatus status code. |
Class and Description |
---|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
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 |
---|
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.
|
Class and Description |
---|
HttpRequest |