#[cfg(any(feature = "all", feature = "org-apache-http-client-protocol-ClientContext"))]
__jni_bindgen! {
public interface ClientContext ("org/apache/http/client/protocol/ClientContext") extends crate::java::lang::Object {
pub const AUTHSCHEME_REGISTRY : &'static str = "http.authscheme-registry";
pub const AUTH_SCHEME_PREF : &'static str = "http.auth.scheme-pref";
pub const COOKIESPEC_REGISTRY : &'static str = "http.cookiespec-registry";
pub const COOKIE_ORIGIN : &'static str = "http.cookie-origin";
pub const COOKIE_SPEC : &'static str = "http.cookie-spec";
pub const COOKIE_STORE : &'static str = "http.cookie-store";
pub const CREDS_PROVIDER : &'static str = "http.auth.credentials-provider";
pub const PROXY_AUTH_STATE : &'static str = "http.auth.proxy-scope";
pub const TARGET_AUTH_STATE : &'static str = "http.auth.target-scope";
pub const USER_TOKEN : &'static str = "http.user-token";
}
}