Share via


HttpResponseParser Constructors

Definition

Overloads

HttpResponseParser(IntPtr, JniHandleOwnership)
HttpResponseParser(ISessionInputBuffer, ILineParser, IHttpResponseFactory, IHttpParams)

HttpResponseParser(IntPtr, JniHandleOwnership)

protected HttpResponseParser (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.IO.HttpResponseParser : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.IO.HttpResponseParser

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

HttpResponseParser(ISessionInputBuffer, ILineParser, IHttpResponseFactory, IHttpParams)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/message/LineParser;Lorg/apache/http/HttpResponseFactory;Lorg/apache/http/params/HttpParams;)V", "")]
public HttpResponseParser (Org.Apache.Http.IO.ISessionInputBuffer? buffer, Org.Apache.Http.Message.ILineParser? parser, Org.Apache.Http.IHttpResponseFactory? responseFactory, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/message/LineParser;Lorg/apache/http/HttpResponseFactory;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Impl.IO.HttpResponseParser : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.Message.ILineParser * Org.Apache.Http.IHttpResponseFactory * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.IO.HttpResponseParser

Parameters

parser
ILineParser
responseFactory
IHttpResponseFactory
params
IHttpParams
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to