// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "org-apache-http-protocol-HttpProcessor"))]
__jni_bindgen! {
/// public interface [HttpProcessor](https://developer.android.com/reference/org/apache/http/protocol/HttpProcessor.html)
///
/// Required feature: "org-apache-http-protocol-HttpProcessor"
#[deprecated] public interface HttpProcessor ("org/apache/http/protocol/HttpProcessor") extends crate::java::lang::Object, implements crate::org::apache::http::HttpRequestInterceptor, crate::org::apache::http::HttpResponseInterceptor {
}
}