Uses of Package
org.springframework.web.client
Packages that use org.springframework.web.client
Package
Description
Core package of the client-side web support.
Classes supporting the
org.springframework.web.client package.-
Classes in org.springframework.web.client used by org.springframework.web.clientClassDescriptionContract to format the API version for a request.Contract to insert an API version into the URI or headers of a request.Builder for
ApiVersionInserter.Deprecated, for removal: This API element is subject to removal in a future version.Exception thrown when an HTTP 4xx is received.Exception thrown when an HTTP 5xx is received.Abstract base class for exceptions based on anHttpStatusCode.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.RequestHeadersSpec.httpRequest(Consumer).Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.ResponseSpec.ErrorHandlerDeprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClient.RequestHeadersSpec.exchange(RestClient.RequestHeadersSpec.ExchangeFunction).Client to perform HTTP requests, exposing a fluent, synchronous API over underlying HTTP client libraries such as the JDKHttpClient, Apache HttpComponents, and others.A mutable builder for creating aRestClient.Contract for specifying request headers and body leading up to the exchange.Contract for specifying request headers, body and URI for a request.Contract for specifying request headers leading up to the exchange.Extension ofClientHttpResponsethat can convert the body.Defines the contract forRestClient.RequestHeadersSpec.exchange(ExchangeFunction).Variant ofRestClient.RequestHeadersSpec.ExchangeFunctionreturning a non-null required value.Contract for specifying request headers and URI for a request.Contract for specifying response operations following the exchange.Contract for specifying the URI for a request.Base class for exceptions thrown byRestClientandRestTemplatein case a request fails because of a server error response, a failure to decode the response, or a low level I/O error.Common base class for exceptions that contain actual HTTP response data.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1, in favor ofRestClient.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1, in favor ofRestClient. -
Classes in org.springframework.web.client used by org.springframework.web.client.supportClassDescriptionClient to perform HTTP requests, exposing a fluent, synchronous API over underlying HTTP client libraries such as the JDK
HttpClient, Apache HttpComponents, and others.A mutable builder for creating aRestClient.Contract for specifying request headers and body leading up to the exchange.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1, in favor ofRestClient.
RestClient.ResponseSpec.ErrorHandler