BasicHttpProcessor
BasicHttpProcessor()
JniPeerMembers
RequestInterceptorCount
ResponseInterceptorCount
ThresholdClass
ThresholdType
AddInterceptor(IHttpRequestInterceptor)
AddInterceptor(IHttpResponseInterceptor)
AddInterceptor(IHttpRequestInterceptor, Int32)
AddInterceptor(IHttpResponseInterceptor, Int32)
AddRequestInterceptor(IHttpRequestInterceptor)
AddRequestInterceptor(IHttpRequestInterceptor, Int32)
AddResponseInterceptor(IHttpResponseInterceptor)
AddResponseInterceptor(IHttpResponseInterceptor, Int32)
ClearInterceptors()
ClearRequestInterceptors()
ClearResponseInterceptors()
Clone()
Copy()
GetRequestInterceptor(Int32)
GetResponseInterceptor(Int32)
Process(IHttpRequest, IHttpContext)
Process(IHttpResponse, IHttpContext)
RemoveRequestInterceptorByClass(Class)
RemoveResponseInterceptorByClass(Class)
SetInterceptors(IList)
monoandroid
namespace Org.Apache.Http.Protocol
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("org/apache/http/protocol/BasicHttpProcessor", DoNotGenerateAcw = true)]
public sealed class BasicHttpProcessor : Object, IJavaObject, IJavaPeerable, ICloneable, IHttpRequestInterceptor, IHttpResponseInterceptor, IHttpProcessor, IHttpRequestInterceptorList, IHttpResponseInterceptorList, IDisposable
{
[Register("addInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;)V", "")]
public void AddInterceptor(IHttpResponseInterceptor? interceptor);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API