Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions docs/xml/Org.Apache.Http.Impl.IO/AbstractMessageParser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Provides a base implementation for parsing HTTP messages from a session input buffer.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/org/apache/http/impl/io/AbstractMessageParser" title="Reference documentation">Android platform documentation</a>
<a href="https://android.googlesource.com/platform/external/apache-http/+/refs/heads/main/src/org/apache/http/impl/io/AbstractMessageParser.java" title="AOSP source documentation">Android Open Source Project source</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
Expand All @@ -65,9 +65,9 @@
<Parameter Name="transfer" Type="Android.Runtime.JniHandleOwnership" />
</Parameters>
<Docs>
<param name="javaReference">To be added.</param>
<param name="transfer">To be added.</param>
<summary>To be added.</summary>
<param name="javaReference">The JNI handle of the Java object.</param>
<param name="transfer">The ownership transfer mode for the JNI handle.</param>
<summary>Initializes a managed wrapper for the specified Java object.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -95,10 +95,10 @@
<Parameter Name="params" Type="Org.Apache.Http.Params.IHttpParams" />
</Parameters>
<Docs>
<param name="buffer">To be added.</param>
<param name="parser">To be added.</param>
<param name="params">To be added.</param>
<summary>To be added.</summary>
<param name="buffer">The session input buffer.</param>
<param name="parser">The line parser to use.</param>
<param name="params">The HTTP parameters that configure the buffer or parser.</param>
<summary>Initializes a message parser with the specified input buffer and line parser.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -135,8 +135,8 @@
<ReturnType>Java.Interop.JniPeerMembers</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the JNI peer metadata for this instance.</summary>
<value>The JNI peer metadata for this instance.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand All @@ -162,8 +162,8 @@
<ReturnType>Org.Apache.Http.Message.ILineParser</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets or sets the line parser used to parse HTTP message lines.</summary>
<value>The line parser used to parse HTTP message lines.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -193,8 +193,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Parses an HTTP message head and headers from the configured input buffer.</summary>
<returns>The parsed HTTP message.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -223,9 +223,9 @@
<Parameter Name="sessionBuffer" Type="Org.Apache.Http.IO.ISessionInputBuffer" />
</Parameters>
<Docs>
<param name="sessionBuffer">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="sessionBuffer">The session input buffer.</param>
<summary>Parses the head of an HTTP message from a session input buffer.</summary>
<returns>The parsed HTTP message head.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -263,12 +263,12 @@
<Parameter Name="parser" Type="Org.Apache.Http.Message.ILineParser" />
</Parameters>
<Docs>
<param name="inbuffer">To be added.</param>
<param name="maxHeaderCount">To be added.</param>
<param name="maxLineLen">To be added.</param>
<param name="parser">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="inbuffer">The session input buffer.</param>
<param name="maxHeaderCount">The maximum permitted header count; zero or a negative value disables the limit.</param>
<param name="maxLineLen">The maximum permitted header-line length.</param>
<param name="parser">The line parser to use.</param>
<summary>Parses HTTP headers from a session input buffer.</summary>
<returns>The parsed HTTP headers.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -298,8 +298,8 @@
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the Java class handle used for virtual method dispatch.</summary>
<value>The Java class handle used for virtual method dispatch.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -333,8 +333,8 @@
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the managed type used for virtual method dispatch.</summary>
<value>The managed type used for virtual method dispatch.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
Loading