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.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 for
ClientHttpRequestFactoryimplementations that decorate another request factory.Represents a client-side HTTP request.Represents the context of a client-side HTTP request execution.Factory forClientHttpRequestobjects.Intercepts client-side HTTP requests.Represents a client-side HTTP response.Builder that allows for further customization of part headers. - 
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.supportClassDescriptionRepresents a client-side HTTP request.Represents the context of a client-side HTTP request execution.Factory for
ClientHttpRequestobjects.Callback interface for initializing aClientHttpRequestprior to it being used.Intercepts 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 for
ClientHttpRequestobjects.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.Represents a client-side HTTP response.
 - 
Classes in org.springframework.http.client used by org.springframework.web.clientClassDescriptionRepresents a client-side HTTP request.Factory for
ClientHttpRequestobjects.Represents a client-side HTTP response. - 
Classes in org.springframework.http.client used by org.springframework.web.client.support