SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.addInterceptorFirst(org.apache.http.HttpRequestInterceptor itcp) |
Adds this protocol interceptor to the head of the protocol processing list.
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.addInterceptorFirst(org.apache.http.HttpResponseInterceptor itcp) |
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.addInterceptorFirst(HttpRequestResponseInterceptor itcp) |
Adds this protocol interceptor to the head of the protocol processing list for both requests and responses
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.addInterceptorLast(org.apache.http.HttpRequestInterceptor itcp) |
Adds this protocol interceptor to the tail of the protocol processing list.
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.addInterceptorLast(org.apache.http.HttpResponseInterceptor itcp) |
Adds this protocol interceptor to the tail of the protocol processing list.
|
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
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.disableRedirectHandling() |
Disables automatic redirect handling.
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setCookieStore(org.apache.http.client.CookieStore cs) |
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setCredentialsProvider(org.apache.http.client.CredentialsProvider cp) |
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setPassword(String password) |
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setPreemptiveAuth(boolean isPreemptiveAuth) |
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setRedirectStrategy(org.apache.http.client.RedirectStrategy redirectStrategy) |
Assigns RedirectStrategy instance.
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setUrl(URI url) |
|
SlingClient.InternalBuilder<T> |
SlingClient.InternalBuilder.setUser(String user) |
|