org.apache.http.protocol.HttpContextpublic class AbfsManagedHttpClientContext
extends org.apache.http.client.protocol.HttpClientContext
AUTH_CACHE, AUTHSCHEME_REGISTRY, COOKIE_ORIGIN, COOKIE_SPEC, COOKIE_STORE, COOKIESPEC_REGISTRY, CREDS_PROVIDER, HTTP_ROUTE, PROXY_AUTH_STATE, REDIRECT_LOCATIONS, REQUEST_CONFIG, TARGET_AUTH_STATE, USER_TOKEN| Constructor | Description |
|---|---|
AbfsManagedHttpClientContext() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addReadTime(long readTime) |
|
void |
addSendTime(long sendTime) |
|
long |
getConnectTime() |
|
long |
getReadTime() |
|
long |
getSendTime() |
|
protected org.apache.http.HttpClientConnection |
interceptConnectionActivity(org.apache.http.HttpClientConnection httpClientConnection) |
This to be used only in tests to get connection level activity.
|
void |
setConnectTime(long connectTime) |
adapt, create, getAuthCache, getAuthSchemeRegistry, getCookieOrigin, getCookieSpec, getCookieSpecRegistry, getCookieStore, getCredentialsProvider, getHttpRoute, getProxyAuthState, getRedirectLocations, getRequestConfig, getTargetAuthState, getUserToken, getUserToken, setAuthCache, setAuthSchemeRegistry, setCookieSpecRegistry, setCookieStore, setCredentialsProvider, setRequestConfig, setUserTokenprotected org.apache.http.HttpClientConnection interceptConnectionActivity(org.apache.http.HttpClientConnection httpClientConnection)
httpClientConnection - HttpClientConnection which has to be intercepted
by test-implementation.public long getConnectTime()
public void setConnectTime(long connectTime)
public long getReadTime()
public long getSendTime()
public void addSendTime(long sendTime)
public void addReadTime(long readTime)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.