Modifier and Type | Method and Description |
---|---|
Executor |
Executor.auth(AuthScope authScope,
Credentials creds) |
Executor |
Executor.auth(Credentials cred) |
Executor |
Executor.auth(org.apache.http.HttpHost host,
Credentials creds) |
Executor |
Executor.auth(org.apache.http.HttpHost host,
String username,
String password) |
Executor |
Executor.auth(org.apache.http.HttpHost host,
String username,
String password,
String workstation,
String domain) |
Executor |
Executor.auth(String host,
Credentials creds) |
Executor |
Executor.auth(String username,
String password) |
Executor |
Executor.auth(String username,
String password,
String workstation,
String domain) |
Executor |
Executor.authPreemptive(org.apache.http.HttpHost host) |
Executor |
Executor.authPreemptive(String host) |
Executor |
Executor.authPreemptiveProxy(org.apache.http.HttpHost proxy) |
Executor |
Executor.authPreemptiveProxy(String proxy) |
Executor |
Executor.clearAuth() |
Executor |
Executor.clearCookies() |
Executor |
Executor.cookieStore(CookieStore cookieStore)
Deprecated.
(4.5) Use
use(CookieStore) . |
static Executor |
Executor.newInstance() |
static Executor |
Executor.newInstance(HttpClient httpclient) |
Executor |
Executor.use(CookieStore cookieStore) |
Executor |
Executor.use(CredentialsProvider credentialsProvider) |
Modifier and Type | Method and Description |
---|---|
Async |
Async.use(Executor executor) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.