Uses of Package
org.springframework.web.client
Package
Description
Contains client-side REST testing support.
Core package of the client-side web support.
Classes supporting the
org.springframework.web.client
package.SockJS client implementation of
WebSocketClient
.-
ClassDescriptionSynchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDK
HttpURLConnection
, Apache HttpComponents, and others. -
ClassDescriptionSpring's default implementation of the
ResponseErrorHandler
interface.Exception thrown when an HTTP 4xx is received.Exception thrown when an HTTP 5xx is received.Abstract base class for exceptions based on anHttpStatusCode
.Callback interface for code that operates on aClientHttpRequest
.Strategy interface used by theRestTemplate
to determine whether a particular response has an error or not.Generic callback interface used byRestTemplate
's retrieval methods.Base class for exceptions thrown byRestTemplate
in case a request fails because of a server error response, as determined viaResponseErrorHandler.hasError(ClientHttpResponse)
, failure to decode the response, or a low level I/O error.Common base class for exceptions that contain actual HTTP response data.Interface specifying a basic set of RESTful operations. -
ClassDescriptionSynchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDK
HttpURLConnection
, Apache HttpComponents, and others. -