Uses of Interface
org.apache.sling.testing.clients.interceptors.HttpRequestResponseInterceptor
Packages that use HttpRequestResponseInterceptor
-
Uses of HttpRequestResponseInterceptor in org.apache.sling.testing.clients
Methods in org.apache.sling.testing.clients with parameters of type HttpRequestResponseInterceptorModifier and TypeMethodDescriptionfinal SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.addInterceptorFirst
(HttpRequestResponseInterceptor itcp) Adds this protocol interceptor to the head of the protocol processing list for both requests and responsesfinal SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.addInterceptorLast
(HttpRequestResponseInterceptor itcp) Adds this protocol interceptor to the tail of the protocol processing list for both requests and responses -
Uses of HttpRequestResponseInterceptor in org.apache.sling.testing.clients.interceptors
Classes in org.apache.sling.testing.clients.interceptors that implement HttpRequestResponseInterceptor