Uses of Class
org.refcodes.web.HttpClientResponse
-
Uses of HttpClientResponse in org.refcodes.web
Subinterfaces with type arguments of type HttpClientResponse in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceAnHttpClientInterceptordefinition for pre- as well as post-processingHttpClientRequestas well asHttpClientResponseinstances.interfaceAnPostHttpClientInterceptordefinition for post-processingHttpClientRequestas well asHttpClientResponseinstances.interfaceAnPreHttpClientInterceptordefinition for pre-processingHttpClientRequestas well asHttpClientResponseinstances.Methods in org.refcodes.web with parameters of type HttpClientResponseModifier and TypeMethodDescriptionvoidPostHttpClientInterceptor.postIntercept(HttpClientRequest aRequest, HttpClientResponse aResponse) Invoked to post-process aHttpClientRequestalongside aHttpClientResponse.voidPreHttpClientInterceptor.preIntercept(HttpClientRequest aRequest, HttpClientResponse aResponse) Invoked to pre-process aHttpClientRequestalongside aHttpClientResponse.