// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "org-apache-http-conn-params-ConnManagerPNames"))]
__jni_bindgen! {
/// public interface [ConnManagerPNames](https://developer.android.com/reference/org/apache/http/conn/params/ConnManagerPNames.html)
///
/// Required feature: "org-apache-http-conn-params-ConnManagerPNames"
public interface ConnManagerPNames ("org/apache/http/conn/params/ConnManagerPNames") extends crate::java::lang::Object {
/// public static final [TIMEOUT](https://developer.android.com/reference/org/apache/http/conn/params/ConnManagerPNames.html#TIMEOUT)
pub const TIMEOUT : &'static str = "http.conn-manager.timeout";
/// public static final [MAX_CONNECTIONS_PER_ROUTE](https://developer.android.com/reference/org/apache/http/conn/params/ConnManagerPNames.html#MAX_CONNECTIONS_PER_ROUTE)
pub const MAX_CONNECTIONS_PER_ROUTE : &'static str = "http.conn-manager.max-per-route";
/// public static final [MAX_TOTAL_CONNECTIONS](https://developer.android.com/reference/org/apache/http/conn/params/ConnManagerPNames.html#MAX_TOTAL_CONNECTIONS)
pub const MAX_TOTAL_CONNECTIONS : &'static str = "http.conn-manager.max-total";
}
}