| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| org.apache.* | 
|---|
| org.apache.http.auth.AUTH | ||
|---|---|---|
| public static final String | PROXY_AUTH | "Proxy-Authenticate" | 
| public static final String | PROXY_AUTH_RESP | "Proxy-Authorization" | 
| public static final String | WWW_AUTH | "WWW-Authenticate" | 
| public static final String | WWW_AUTH_RESP | "Authorization" | 
| org.apache.http.auth.AuthScope | ||
|---|---|---|
| public static final int | ANY_PORT | -1 | 
| org.apache.http.auth.params.AuthPNames | ||
|---|---|---|
| public static final String | CREDENTIAL_CHARSET | "http.auth.credential-charset" | 
| public static final String | PROXY_AUTH_PREF | "http.auth.proxy-scheme-pref" | 
| public static final String | TARGET_AUTH_PREF | "http.auth.target-scheme-pref" | 
| org.apache.http.client.config.AuthSchemes | ||
|---|---|---|
| public static final String | BASIC | "Basic" | 
| public static final String | CREDSSP | "CredSSP" | 
| public static final String | DIGEST | "Digest" | 
| public static final String | KERBEROS | "Kerberos" | 
| public static final String | NTLM | "NTLM" | 
| public static final String | SPNEGO | "Negotiate" | 
| org.apache.http.client.config.CookieSpecs | ||
|---|---|---|
| public static final String | BEST_MATCH | "best-match" | 
| public static final String | BROWSER_COMPATIBILITY | "compatibility" | 
| public static final String | DEFAULT | "default" | 
| public static final String | IGNORE_COOKIES | "ignoreCookies" | 
| public static final String | NETSCAPE | "netscape" | 
| public static final String | STANDARD | "standard" | 
| public static final String | STANDARD_STRICT | "standard-strict" | 
| org.apache.http.client.methods.HttpDelete | ||
|---|---|---|
| public static final String | METHOD_NAME | "DELETE" | 
| org.apache.http.client.methods.HttpGet | ||
|---|---|---|
| public static final String | METHOD_NAME | "GET" | 
| org.apache.http.client.methods.HttpHead | ||
|---|---|---|
| public static final String | METHOD_NAME | "HEAD" | 
| org.apache.http.client.methods.HttpOptions | ||
|---|---|---|
| public static final String | METHOD_NAME | "OPTIONS" | 
| org.apache.http.client.methods.HttpPatch | ||
|---|---|---|
| public static final String | METHOD_NAME | "PATCH" | 
| org.apache.http.client.methods.HttpPost | ||
|---|---|---|
| public static final String | METHOD_NAME | "POST" | 
| org.apache.http.client.methods.HttpPut | ||
|---|---|---|
| public static final String | METHOD_NAME | "PUT" | 
| org.apache.http.client.methods.HttpTrace | ||
|---|---|---|
| public static final String | METHOD_NAME | "TRACE" | 
| org.apache.http.client.params.AuthPolicy | ||
|---|---|---|
| public static final String | BASIC | "Basic" | 
| public static final String | DIGEST | "Digest" | 
| public static final String | KERBEROS | "Kerberos" | 
| public static final String | NTLM | "NTLM" | 
| public static final String | SPNEGO | "Negotiate" | 
| org.apache.http.client.params.ClientPNames | ||
|---|---|---|
| public static final String | ALLOW_CIRCULAR_REDIRECTS | "http.protocol.allow-circular-redirects" | 
| public static final String | CONN_MANAGER_TIMEOUT | "http.conn-manager.timeout" | 
| public static final String | CONNECTION_MANAGER_FACTORY_CLASS_NAME | "http.connection-manager.factory-class-name" | 
| public static final String | COOKIE_POLICY | "http.protocol.cookie-policy" | 
| public static final String | DEFAULT_HEADERS | "http.default-headers" | 
| public static final String | DEFAULT_HOST | "http.default-host" | 
| public static final String | HANDLE_AUTHENTICATION | "http.protocol.handle-authentication" | 
| public static final String | HANDLE_REDIRECTS | "http.protocol.handle-redirects" | 
| public static final String | MAX_REDIRECTS | "http.protocol.max-redirects" | 
| public static final String | REJECT_RELATIVE_REDIRECT | "http.protocol.reject-relative-redirect" | 
| public static final String | VIRTUAL_HOST | "http.virtual-host" | 
| org.apache.http.client.params.CookiePolicy | ||
|---|---|---|
| public static final String | BEST_MATCH | "best-match" | 
| public static final String | BROWSER_COMPATIBILITY | "compatibility" | 
| public static final String | IGNORE_COOKIES | "ignoreCookies" | 
| public static final String | NETSCAPE | "netscape" | 
| public static final String | RFC_2109 | "rfc2109" | 
| public static final String | RFC_2965 | "rfc2965" | 
| org.apache.http.client.protocol.ClientContext | ||
|---|---|---|
| public static final String | AUTH_CACHE | "http.auth.auth-cache" | 
| public static final String | AUTH_SCHEME_PREF | "http.auth.scheme-pref" | 
| public static final String | AUTHSCHEME_REGISTRY | "http.authscheme-registry" | 
| public static final String | COOKIE_ORIGIN | "http.cookie-origin" | 
| public static final String | COOKIE_SPEC | "http.cookie-spec" | 
| public static final String | COOKIE_STORE | "http.cookie-store" | 
| public static final String | COOKIESPEC_REGISTRY | "http.cookiespec-registry" | 
| public static final String | CREDS_PROVIDER | "http.auth.credentials-provider" | 
| public static final String | PROXY_AUTH_STATE | "http.auth.proxy-scope" | 
| public static final String | REQUEST_CONFIG | "http.request-config" | 
| public static final String | ROUTE | "http.route" | 
| public static final String | SCHEME_REGISTRY | "http.scheme-registry" | 
| public static final String | SOCKET_FACTORY_REGISTRY | "http.socket-factory-registry" | 
| public static final String | TARGET_AUTH_STATE | "http.auth.target-scope" | 
| public static final String | USER_TOKEN | "http.user-token" | 
| org.apache.http.client.protocol.HttpClientContext | ||
|---|---|---|
| public static final String | AUTH_CACHE | "http.auth.auth-cache" | 
| public static final String | AUTHSCHEME_REGISTRY | "http.authscheme-registry" | 
| public static final String | COOKIE_ORIGIN | "http.cookie-origin" | 
| public static final String | COOKIE_SPEC | "http.cookie-spec" | 
| public static final String | COOKIE_STORE | "http.cookie-store" | 
| public static final String | COOKIESPEC_REGISTRY | "http.cookiespec-registry" | 
| public static final String | CREDS_PROVIDER | "http.auth.credentials-provider" | 
| public static final String | HTTP_ROUTE | "http.route" | 
| public static final String | PROXY_AUTH_STATE | "http.auth.proxy-scope" | 
| public static final String | REDIRECT_LOCATIONS | "http.protocol.redirect-locations" | 
| public static final String | REQUEST_CONFIG | "http.request-config" | 
| public static final String | TARGET_AUTH_STATE | "http.auth.target-scope" | 
| public static final String | USER_TOKEN | "http.user-token" | 
| org.apache.http.client.protocol.ResponseContentEncoding | ||
|---|---|---|
| public static final String | UNCOMPRESSED | "http.client.response.uncompressed" | 
| org.apache.http.client.utils.DateUtils | ||
|---|---|---|
| public static final String | PATTERN_ASCTIME | "EEE MMM d HH:mm:ss yyyy" | 
| public static final String | PATTERN_RFC1036 | "EEE, dd-MMM-yy HH:mm:ss zzz" | 
| public static final String | PATTERN_RFC1123 | "EEE, dd MMM yyyy HH:mm:ss zzz" | 
| org.apache.http.client.utils.URLEncodedUtils | ||
|---|---|---|
| public static final String | CONTENT_TYPE | "application/x-www-form-urlencoded" | 
| org.apache.http.conn.params.ConnConnectionPNames | ||
|---|---|---|
| public static final String | MAX_STATUS_LINE_GARBAGE | "http.connection.max-status-line-garbage" | 
| org.apache.http.conn.params.ConnManagerParams | ||
|---|---|---|
| public static final int | DEFAULT_MAX_TOTAL_CONNECTIONS | 20 | 
| org.apache.http.conn.params.ConnManagerPNames | ||
|---|---|---|
| public static final String | MAX_CONNECTIONS_PER_ROUTE | "http.conn-manager.max-per-route" | 
| public static final String | MAX_TOTAL_CONNECTIONS | "http.conn-manager.max-total" | 
| public static final String | TIMEOUT | "http.conn-manager.timeout" | 
| org.apache.http.conn.params.ConnPerRouteBean | ||
|---|---|---|
| public static final int | DEFAULT_MAX_CONNECTIONS_PER_ROUTE | 2 | 
| org.apache.http.conn.params.ConnRoutePNames | ||
|---|---|---|
| public static final String | DEFAULT_PROXY | "http.route.default-proxy" | 
| public static final String | FORCED_ROUTE | "http.route.forced-route" | 
| public static final String | LOCAL_ADDRESS | "http.route.local-address" | 
| org.apache.http.conn.routing.HttpRouteDirector | ||
|---|---|---|
| public static final int | COMPLETE | 0 | 
| public static final int | CONNECT_PROXY | 2 | 
| public static final int | CONNECT_TARGET | 1 | 
| public static final int | LAYER_PROTOCOL | 5 | 
| public static final int | TUNNEL_PROXY | 4 | 
| public static final int | TUNNEL_TARGET | 3 | 
| public static final int | UNREACHABLE | -1 | 
| org.apache.http.conn.ssl.SSLConnectionSocketFactory | ||
|---|---|---|
| public static final String | SSL | "SSL" | 
| public static final String | SSLV2 | "SSLv2" | 
| public static final String | TLS | "TLS" | 
| org.apache.http.conn.ssl.SSLSocketFactory | ||
|---|---|---|
| public static final String | SSL | "SSL" | 
| public static final String | SSLV2 | "SSLv2" | 
| public static final String | TLS | "TLS" | 
| org.apache.http.cookie.ClientCookie | ||
|---|---|---|
| public static final String | COMMENT_ATTR | "comment" | 
| public static final String | COMMENTURL_ATTR | "commenturl" | 
| public static final String | DISCARD_ATTR | "discard" | 
| public static final String | DOMAIN_ATTR | "domain" | 
| public static final String | EXPIRES_ATTR | "expires" | 
| public static final String | MAX_AGE_ATTR | "max-age" | 
| public static final String | PATH_ATTR | "path" | 
| public static final String | PORT_ATTR | "port" | 
| public static final String | SECURE_ATTR | "secure" | 
| public static final String | VERSION_ATTR | "version" | 
| org.apache.http.cookie.SM | ||
|---|---|---|
| public static final String | COOKIE | "Cookie" | 
| public static final String | COOKIE2 | "Cookie2" | 
| public static final String | SET_COOKIE | "Set-Cookie" | 
| public static final String | SET_COOKIE2 | "Set-Cookie2" | 
| org.apache.http.cookie.params.CookieSpecPNames | ||
|---|---|---|
| public static final String | DATE_PATTERNS | "http.protocol.cookie-datepatterns" | 
| public static final String | SINGLE_COOKIE_HEADER | "http.protocol.single-cookie-header" | 
| org.apache.http.impl.client.DefaultRedirectStrategy | ||
|---|---|---|
| public static final String | REDIRECT_LOCATIONS | "http.protocol.redirect-locations" | 
| public static final int | SC_PERMANENT_REDIRECT | 308 | 
| org.apache.http.impl.conn.BasicClientConnectionManager | ||
|---|---|---|
| public static final String | MISUSE_MESSAGE | "Invalid use of BasicClientConnManager: connection still allocated.\nMake sure to release the connection before allocating another one." | 
| org.apache.http.impl.conn.SingleClientConnManager | ||
|---|---|---|
| public static final String | MISUSE_MESSAGE | "Invalid use of SingleClientConnManager: connection still allocated.\nMake sure to release the connection before allocating another one." | 
| org.apache.http.impl.cookie.DateUtils | ||
|---|---|---|
| public static final String | PATTERN_ASCTIME | "EEE MMM d HH:mm:ss yyyy" | 
| public static final String | PATTERN_RFC1036 | "EEE, dd-MMM-yy HH:mm:ss zzz" | 
| public static final String | PATTERN_RFC1123 | "EEE, dd MMM yyyy HH:mm:ss zzz" | 
| org.apache.http.impl.cookie.NetscapeDraftSpec | ||
|---|---|---|
| protected static final String | EXPIRES_PATTERN | "EEE, dd-MMM-yy HH:mm:ss z" | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||