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.support |
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
|
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 an HttpMessageConverter implementations for handling JSON.
|
org.springframework.http.converter.xml |
Provides an HttpMessageConverter implementations for handling XML.
|
org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
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.support |
Support classes for web annotation processing.
|
org.springframework.web.client |
Core package of the client-side web support.
|
org.springframework.web.multipart |
Multipart resolution framework for handling file uploads.
|
org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
Class and Description |
---|
HttpEntity
Represents an HTTP request or response entity, consisting of headers and body.
|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
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.
|
HttpStatus.Series
Enumeration of HTTP status series.
|
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
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
Represents HTTP request and response headers, mapping string header names to list of string values.
|
HttpMessage
Represents the base interface for HTTP request and response messages.
|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
HttpRequest |
Class and Description |
---|
HttpInputMessage |
HttpOutputMessage |
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
HttpInputMessage |
HttpOutputMessage |
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
HttpInputMessage |
HttpOutputMessage |
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
HttpInputMessage |
HttpOutputMessage |
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
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 |
---|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
MediaType
Represents an Internet Media Type, as defined in the HTTP specification.
|
Class and Description |
---|
HttpInputMessage |
HttpOutputMessage |
Class and Description |
---|
HttpEntity
Represents an HTTP request or response entity, consisting of headers and body.
|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
HttpStatus
Enumeration of HTTP status codes.
|
ResponseEntity
Extension of
HttpEntity that adds a HttpStatus status code. |
Class and Description |
---|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
HttpHeaders
Represents HTTP request and response headers, mapping string header names to list of string values.
|
HttpInputMessage |
HttpMessage
Represents the base interface for HTTP request and response messages.
|
HttpMethod
Java 5 enumeration of HTTP request methods.
|
HttpRequest |
Copyright © 2022. All rights reserved.