#[cfg(any(feature = "all", feature = "org-apache-http-conn-params-ConnManagerPNames"))]
__jni_bindgen! {
public interface ConnManagerPNames ("org/apache/http/conn/params/ConnManagerPNames") extends crate::java::lang::Object {
pub const MAX_CONNECTIONS_PER_ROUTE : &'static str = "http.conn-manager.max-per-route";
pub const MAX_TOTAL_CONNECTIONS : &'static str = "http.conn-manager.max-total";
pub const TIMEOUT : &'static str = "http.conn-manager.timeout";
}
}