Uses of Class
org.apache.sling.testing.clients.SlingClient.InternalBuilder
Packages that use SlingClient.InternalBuilder
-
Uses of SlingClient.InternalBuilder in org.apache.sling.testing.clients
Subclasses of SlingClient.InternalBuilder in org.apache.sling.testing.clientsMethods in org.apache.sling.testing.clients that return SlingClient.InternalBuilderModifier and TypeMethodDescriptionfinal SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.addInterceptorFirst
(org.apache.http.HttpRequestInterceptor itcp) Adds this protocol interceptor to the head of the protocol processing list.final SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.addInterceptorFirst
(org.apache.http.HttpResponseInterceptor itcp) final 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
(org.apache.http.HttpRequestInterceptor itcp) Adds this protocol interceptor to the tail of the protocol processing list.final SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.addInterceptorLast
(org.apache.http.HttpResponseInterceptor itcp) Adds this protocol interceptor to the tail of the protocol processing list.final SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.addInterceptorLast
(HttpRequestResponseInterceptor itcp) Adds this protocol interceptor to the tail of the protocol processing list for both requests and responsesfinal SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.disableRedirectHandling()
Disables automatic redirect handling.SlingClient.InternalBuilder.setCookieStore
(org.apache.http.client.CookieStore cs) SlingClient.InternalBuilder.setCredentialsProvider
(org.apache.http.client.CredentialsProvider cp) SlingClient.InternalBuilder.setPassword
(String password) SlingClient.InternalBuilder.setPreemptiveAuth
(boolean isPreemptiveAuth) final SlingClient.InternalBuilder
<T> SlingClient.InternalBuilder.setRedirectStrategy
(org.apache.http.client.RedirectStrategy redirectStrategy) AssignsRedirectStrategy
instance.