#[cfg(any(feature = "all", feature = "org-apache-http-client-params-CookiePolicy"))]
__jni_bindgen! {
public final class CookiePolicy ("org/apache/http/client/params/CookiePolicy") extends crate::java::lang::Object {
pub const BROWSER_COMPATIBILITY : &'static str = "compatibility";
pub const NETSCAPE : &'static str = "netscape";
pub const RFC_2109 : &'static str = "rfc2109";
pub const RFC_2965 : &'static str = "rfc2965";
pub const BEST_MATCH : &'static str = "best-match";
}
}