1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "org-apache-http-client-protocol-ClientContext"))]
__jni_bindgen! {
/// public interface [ClientContext](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html)
///
/// Required feature: "org-apache-http-client-protocol-ClientContext"
public interface ClientContext ("org/apache/http/client/protocol/ClientContext") extends crate::java::lang::Object {
/// public static final [COOKIESPEC_REGISTRY](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#COOKIESPEC_REGISTRY)
pub const COOKIESPEC_REGISTRY : &'static str = "http.cookiespec-registry";
/// public static final [AUTHSCHEME_REGISTRY](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#AUTHSCHEME_REGISTRY)
pub const AUTHSCHEME_REGISTRY : &'static str = "http.authscheme-registry";
/// public static final [COOKIE_STORE](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#COOKIE_STORE)
pub const COOKIE_STORE : &'static str = "http.cookie-store";
/// public static final [COOKIE_SPEC](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#COOKIE_SPEC)
pub const COOKIE_SPEC : &'static str = "http.cookie-spec";
/// public static final [COOKIE_ORIGIN](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#COOKIE_ORIGIN)
pub const COOKIE_ORIGIN : &'static str = "http.cookie-origin";
/// public static final [CREDS_PROVIDER](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#CREDS_PROVIDER)
pub const CREDS_PROVIDER : &'static str = "http.auth.credentials-provider";
/// public static final [TARGET_AUTH_STATE](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#TARGET_AUTH_STATE)
pub const TARGET_AUTH_STATE : &'static str = "http.auth.target-scope";
/// public static final [PROXY_AUTH_STATE](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#PROXY_AUTH_STATE)
pub const PROXY_AUTH_STATE : &'static str = "http.auth.proxy-scope";
/// public static final [AUTH_SCHEME_PREF](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#AUTH_SCHEME_PREF)
pub const AUTH_SCHEME_PREF : &'static str = "http.auth.scheme-pref";
/// public static final [USER_TOKEN](https://developer.android.com/reference/org/apache/http/client/protocol/ClientContext.html#USER_TOKEN)
pub const USER_TOKEN : &'static str = "http.user-token";
}
}