Package | Description |
---|---|
org.apache.hc.client5.http |
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
|
Modifier and Type | Method and Description |
---|---|
static ContextBuilder |
ContextBuilder.create() |
static ContextBuilder |
ContextBuilder.create(SchemePortResolver schemePortResolver) |
ContextBuilder |
ContextBuilder.preemptiveAuth(org.apache.hc.core5.http.HttpHost host,
AuthScheme authScheme) |
ContextBuilder |
ContextBuilder.preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost host,
UsernamePasswordCredentials credentials) |
ContextBuilder |
ContextBuilder.useAuthCache(AuthCache authCache) |
ContextBuilder |
ContextBuilder.useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry) |
ContextBuilder |
ContextBuilder.useCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry) |
ContextBuilder |
ContextBuilder.useCookieStore(CookieStore cookieStore) |
ContextBuilder |
ContextBuilder.useCredentialsProvider(CredentialsProvider credentialsProvider) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.