Uses of Package
org.springframework.http.client
Packages that use org.springframework.http.client
Package
Description
Contains an abstraction over client-side HTTP.
This package provides support for client HTTP
 
Observation.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.
Mock implementations of client-side HTTP abstractions.
Contains client-side REST testing support.
Contains built-in 
ResponseCreator
 implementations.Core package of the client-side web support.
Classes supporting the 
org.springframework.web.client package.- 
Classes in org.springframework.http.client used by org.springframework.http.clientClassDescriptionAbstract base class forClientHttpRequestFactoryimplementations that decorate another delegate request factory.Represents a client-side HTTP request.Represents the context of a client-side HTTP request execution.Factory forClientHttpRequestobjects.Contract to intercept client-side HTTP requests.Represents a client-side HTTP response.Builder that allows for further customization of part headers.Factory to manage Reactor Netty resources, i.e.
- 
Classes in org.springframework.http.client used by org.springframework.http.client.observation
- 
Classes in org.springframework.http.client used by org.springframework.http.client.reactive
- 
Classes in org.springframework.http.client used by org.springframework.http.client.supportClassDescriptionRepresents a client-side HTTP request.Represents the context of a client-side HTTP request execution.Factory forClientHttpRequestobjects.Callback interface for initializing aClientHttpRequestprior to it being used.Contract to intercept client-side HTTP requests.Represents a client-side HTTP response.
- 
Classes in org.springframework.http.client used by org.springframework.mock.http.clientClassDescriptionRepresents a client-side HTTP request.Represents a client-side HTTP response.
- 
Classes in org.springframework.http.client used by org.springframework.test.web.clientClassDescriptionRepresents a client-side HTTP request.Factory forClientHttpRequestobjects.Represents a client-side HTTP response.
- 
Classes in org.springframework.http.client used by org.springframework.test.web.client.responseClassDescriptionRepresents a client-side HTTP request.Factory forClientHttpRequestobjects.Represents a client-side HTTP response.
- 
Classes in org.springframework.http.client used by org.springframework.web.clientClassDescriptionRepresents a client-side HTTP request.Factory forClientHttpRequestobjects.Callback interface for initializing aClientHttpRequestprior to it being used.Contract to intercept client-side HTTP requests.Represents a client-side HTTP response.
- 
Classes in org.springframework.http.client used by org.springframework.web.client.support