Uses of Interface
org.springframework.http.client.ClientHttpRequestExecution
Packages that use ClientHttpRequestExecution
Package
Description
Contains an abstraction over client-side HTTP.
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
-
Uses of ClientHttpRequestExecution in org.springframework.http.client
Methods in org.springframework.http.client that return ClientHttpRequestExecutionModifier and TypeMethodDescriptiondefault ClientHttpRequestExecution
ClientHttpRequestInterceptor.apply
(ClientHttpRequestExecution execution) Return a new execution that invokesthis
interceptor, and then delegates to the given execution.Methods in org.springframework.http.client with parameters of type ClientHttpRequestExecutionModifier and TypeMethodDescriptiondefault ClientHttpRequestExecution
ClientHttpRequestInterceptor.apply
(ClientHttpRequestExecution execution) Return a new execution that invokesthis
interceptor, and then delegates to the given execution.ClientHttpRequestInterceptor.intercept
(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) Intercept the given request, and return a response. -
Uses of ClientHttpRequestExecution in org.springframework.http.client.support
Methods in org.springframework.http.client.support with parameters of type ClientHttpRequestExecutionModifier and TypeMethodDescriptionBasicAuthenticationInterceptor.intercept
(HttpRequest request, byte[] body, ClientHttpRequestExecution execution)