HttpResponseWriter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| HttpResponseWriter(IntPtr, JniHandleOwnership) |
Initializes a managed wrapper for the specified Java object. |
| HttpResponseWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams) |
Initializes an HTTP response writer. |
HttpResponseWriter(IntPtr, JniHandleOwnership)
Initializes a managed wrapper for the specified Java object.
protected HttpResponseWriter(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.IO.HttpResponseWriter : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.IO.HttpResponseWriter
Parameters
- javaReference
-
IntPtr
nativeint
The JNI handle of the Java object.
- transfer
- JniHandleOwnership
The ownership transfer mode for the JNI handle.
Remarks
Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.
Applies to
HttpResponseWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)
Initializes an HTTP response writer.
[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")]
public HttpResponseWriter(Org.Apache.Http.IO.ISessionOutputBuffer? buffer, Org.Apache.Http.Message.ILineFormatter? formatter, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Impl.IO.HttpResponseWriter : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Message.ILineFormatter * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.IO.HttpResponseWriter
Parameters
- buffer
- ISessionOutputBuffer
The session output buffer.
- formatter
- ILineFormatter
The line formatter to use.
- params
- IHttpParams
Retained for Java API compatibility; ignored by this implementation.
- Attributes
Remarks
Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.