Interface PreHttpClientInterceptor

All Superinterfaces:
PreHttpInterceptor<HttpClientRequest,HttpClientResponse>
All Known Subinterfaces:
HttpClientInterceptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PreHttpClientInterceptor extends PreHttpInterceptor<HttpClientRequest,HttpClientResponse>
An PreHttpClientInterceptor definition for pre-processing HttpClientRequest as well as HttpClientResponse instances.