From 5e0718d73a26f5c0db8819decc1e841133280b5c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 00:16:56 -0500 Subject: [PATCH 1/2] Document Apache HTTP implementations Refs #301 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../AbstractHttpClientConnection.xml | 110 +++++++++--------- .../AbstractHttpServerConnection.xml | 104 ++++++++--------- .../DefaultConnectionReuseStrategy.xml | 38 +++--- .../DefaultHttpClientConnection.xml | 30 ++--- .../DefaultHttpRequestFactory.xml | 38 +++--- .../DefaultHttpResponseFactory.xml | 56 ++++----- .../DefaultHttpServerConnection.xml | 30 ++--- .../EnglishReasonPhraseCatalog.xml | 36 +++--- .../HttpConnectionMetricsImpl.xml | 62 +++++----- .../NoConnectionReuseStrategy.xml | 32 ++--- .../SocketHttpClientConnection.xml | 86 +++++++------- .../SocketHttpServerConnection.xml | 86 +++++++------- docs/xml/ns-Org.Apache.Http.Impl.xml | 4 +- 13 files changed, 356 insertions(+), 356 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Impl/AbstractHttpClientConnection.xml b/docs/xml/Org.Apache.Http.Impl/AbstractHttpClientConnection.xml index c9913dab7..02ae50687 100644 --- a/docs/xml/Org.Apache.Http.Impl/AbstractHttpClientConnection.xml +++ b/docs/xml/Org.Apache.Http.Impl/AbstractHttpClientConnection.xml @@ -42,7 +42,7 @@ - To be added. + Provides a base implementation of an HTTP client connection. @@ -70,7 +70,7 @@ - To be added. + Initializes a new instance of the AbstractHttpClientConnection class. 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. @@ -91,9 +91,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -120,7 +120,7 @@ - To be added. + Verifies that this connection is open. 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. @@ -150,7 +150,7 @@ - To be added. + Closes this connection. 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. @@ -177,8 +177,8 @@ - To be added. - To be added. + Creates the entity deserializer used by this connection. + The entity deserializer used by this connection. 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. @@ -205,8 +205,8 @@ - To be added. - To be added. + Creates the entity serializer used by this connection. + The entity serializer used by this connection. 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. @@ -233,8 +233,8 @@ - To be added. - To be added. + Creates the HTTP response factory used by this connection. + The HTTP response factory used by this connection. 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. @@ -264,10 +264,10 @@ - To be added. - To be added. - To be added. - To be added. + The session buffer used to read or write HTTP messages. + The HTTP parameters that configure the connection or buffer. + Creates a writer for HTTP request messages. + A writer for HTTP request messages. 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. @@ -298,11 +298,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The session buffer used to read or write HTTP messages. + The factory used to create HTTP responses. + The HTTP parameters that configure the connection or buffer. + Creates a parser for HTTP response messages. + A parser for HTTP response messages. 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. @@ -329,7 +329,7 @@ - To be added. + Flushes data buffered by this connection. 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. @@ -359,7 +359,7 @@ - To be added. + Flushes this connection's output buffer. 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. @@ -390,10 +390,10 @@ - To be added. - To be added. - To be added. - To be added. + The session input buffer for this connection. + The session output buffer for this connection. + The HTTP parameters that configure the connection or buffer. + Initializes this connection with its session buffers and HTTP parameters. 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. @@ -422,8 +422,8 @@ System.Boolean - To be added. - To be added. + Gets whether this connection is open. + true if this connection is open; otherwise, false. 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. @@ -455,9 +455,9 @@ - To be added. - To be added. - To be added. + The maximum time to wait, in milliseconds. + Determines whether a response is available before the timeout expires. + true if a response is available; otherwise, false. 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. @@ -486,8 +486,8 @@ System.Boolean - To be added. - To be added. + Gets whether this connection is stale. + true if this connection is stale; otherwise, false. 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. @@ -524,8 +524,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -554,8 +554,8 @@ Org.Apache.Http.IHttpConnectionMetrics - To be added. - To be added. + Gets the metrics collected for this connection. + The metrics collected for this connection. 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. @@ -587,8 +587,8 @@ - To be added. - To be added. + The HTTP response to process. + Receives the entity for an HTTP response. 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. @@ -618,8 +618,8 @@ - To be added. - To be added. + Receives an HTTP response header. + The received HTTP response. 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. @@ -651,8 +651,8 @@ - To be added. - To be added. + The HTTP request to process. + Sends the entity for an HTTP request. 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. @@ -684,8 +684,8 @@ - To be added. - To be added. + The HTTP request to process. + Sends an HTTP request header. 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. @@ -715,7 +715,7 @@ - To be added. + Shuts down this connection. 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. @@ -748,8 +748,8 @@ System.Int32 - To be added. - To be added. + Gets or sets the socket read timeout in milliseconds. + The socket read timeout in milliseconds. 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. @@ -779,8 +779,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -814,12 +814,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/AbstractHttpServerConnection.xml b/docs/xml/Org.Apache.Http.Impl/AbstractHttpServerConnection.xml index f16123f58..25aaa7543 100644 --- a/docs/xml/Org.Apache.Http.Impl/AbstractHttpServerConnection.xml +++ b/docs/xml/Org.Apache.Http.Impl/AbstractHttpServerConnection.xml @@ -42,7 +42,7 @@ - To be added. + Provides a base implementation of an HTTP server connection. @@ -70,7 +70,7 @@ - To be added. + Initializes a new instance of the AbstractHttpServerConnection class. 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. @@ -91,9 +91,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -120,7 +120,7 @@ - To be added. + Verifies that this connection is open. 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. @@ -150,7 +150,7 @@ - To be added. + Closes this connection. 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. @@ -177,8 +177,8 @@ - To be added. - To be added. + Creates the entity deserializer used by this connection. + The entity deserializer used by this connection. 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. @@ -205,8 +205,8 @@ - To be added. - To be added. + Creates the entity serializer used by this connection. + The entity serializer used by this connection. 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. @@ -233,8 +233,8 @@ - To be added. - To be added. + Creates the HTTP request factory used by this connection. + The HTTP request factory used by this connection. 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. @@ -265,11 +265,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The session buffer used to read or write HTTP messages. + The factory used to create HTTP requests. + The HTTP parameters that configure the connection or buffer. + Creates a parser for HTTP request messages. + A parser for HTTP request messages. 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. @@ -299,10 +299,10 @@ - To be added. - To be added. - To be added. - To be added. + The session buffer used to read or write HTTP messages. + The HTTP parameters that configure the connection or buffer. + Creates a writer for HTTP response messages. + A writer for HTTP response messages. 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. @@ -329,7 +329,7 @@ - To be added. + Flushes data buffered by this connection. 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. @@ -359,7 +359,7 @@ - To be added. + Flushes this connection's output buffer. 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. @@ -390,10 +390,10 @@ - To be added. - To be added. - To be added. - To be added. + The session input buffer for this connection. + The session output buffer for this connection. + The HTTP parameters that configure the connection or buffer. + Initializes this connection with its session buffers and HTTP parameters. 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. @@ -422,8 +422,8 @@ System.Boolean - To be added. - To be added. + Gets whether this connection is open. + true if this connection is open; otherwise, false. 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. @@ -452,8 +452,8 @@ System.Boolean - To be added. - To be added. + Gets whether this connection is stale. + true if this connection is stale; otherwise, false. 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. @@ -490,8 +490,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -520,8 +520,8 @@ Org.Apache.Http.IHttpConnectionMetrics - To be added. - To be added. + Gets the metrics collected for this connection. + The metrics collected for this connection. 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. @@ -553,8 +553,8 @@ - To be added. - To be added. + The HTTP request to process. + Receives the entity for an HTTP request. 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. @@ -584,8 +584,8 @@ - To be added. - To be added. + Receives an HTTP request header. + The received HTTP request. 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. @@ -617,8 +617,8 @@ - To be added. - To be added. + The HTTP response to process. + Sends the entity for an HTTP response. 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. @@ -650,8 +650,8 @@ - To be added. - To be added. + The HTTP response to process. + Sends an HTTP response header. 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. @@ -681,7 +681,7 @@ - To be added. + Shuts down this connection. 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. @@ -714,8 +714,8 @@ System.Int32 - To be added. - To be added. + Gets or sets the socket read timeout in milliseconds. + The socket read timeout in milliseconds. 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. @@ -745,8 +745,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -780,12 +780,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/DefaultConnectionReuseStrategy.xml b/docs/xml/Org.Apache.Http.Impl/DefaultConnectionReuseStrategy.xml index 72a321aaa..f52ba605f 100644 --- a/docs/xml/Org.Apache.Http.Impl/DefaultConnectionReuseStrategy.xml +++ b/docs/xml/Org.Apache.Http.Impl/DefaultConnectionReuseStrategy.xml @@ -39,7 +39,7 @@ - To be added. + Determines whether an HTTP connection can be reused according to the default rules. @@ -67,7 +67,7 @@ - To be added. + Initializes a new instance of the DefaultConnectionReuseStrategy class. 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. @@ -88,9 +88,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -119,9 +119,9 @@ - To be added. - To be added. - To be added. + The iterator over HTTP headers. + Creates an iterator over the connection header tokens. + An iterator over the connection header tokens. 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. @@ -154,8 +154,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -188,10 +188,10 @@ - To be added. - To be added. - To be added. - To be added. + The HTTP response to process. + The HTTP context associated with the operation. + Determines whether the connection can remain open after a response. + true if the connection can be reused; otherwise, false. 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. @@ -221,8 +221,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -252,12 +252,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/DefaultHttpClientConnection.xml b/docs/xml/Org.Apache.Http.Impl/DefaultHttpClientConnection.xml index 17b5b42df..b87ec3363 100644 --- a/docs/xml/Org.Apache.Http.Impl/DefaultHttpClientConnection.xml +++ b/docs/xml/Org.Apache.Http.Impl/DefaultHttpClientConnection.xml @@ -26,7 +26,7 @@ - To be added. + Implements a default HTTP client connection over a socket. @@ -54,7 +54,7 @@ - To be added. + Initializes a new instance of the DefaultHttpClientConnection class. 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. @@ -75,9 +75,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -107,9 +107,9 @@ - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The HTTP parameters that configure the connection or buffer. + Binds this connection to a socket using the supplied HTTP parameters. 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. @@ -139,8 +139,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -170,8 +170,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -201,12 +201,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/DefaultHttpRequestFactory.xml b/docs/xml/Org.Apache.Http.Impl/DefaultHttpRequestFactory.xml index 111258aed..37f6216f7 100644 --- a/docs/xml/Org.Apache.Http.Impl/DefaultHttpRequestFactory.xml +++ b/docs/xml/Org.Apache.Http.Impl/DefaultHttpRequestFactory.xml @@ -39,7 +39,7 @@ - To be added. + Creates HTTP request instances using the default request implementation. @@ -67,7 +67,7 @@ - To be added. + Initializes a new instance of the DefaultHttpRequestFactory class. 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. @@ -88,9 +88,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -123,8 +123,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -156,9 +156,9 @@ - To be added. - To be added. - To be added. + The request line that describes the HTTP request. + Creates an HTTP request from the supplied request information. + The created HTTP request. 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. @@ -191,10 +191,10 @@ - To be added. - To be added. - To be added. - To be added. + The HTTP method for the request. + The request URI. + Creates an HTTP request from the supplied request information. + The created HTTP request. 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. @@ -224,8 +224,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -255,12 +255,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/DefaultHttpResponseFactory.xml b/docs/xml/Org.Apache.Http.Impl/DefaultHttpResponseFactory.xml index d93d6329f..97c12d640 100644 --- a/docs/xml/Org.Apache.Http.Impl/DefaultHttpResponseFactory.xml +++ b/docs/xml/Org.Apache.Http.Impl/DefaultHttpResponseFactory.xml @@ -39,7 +39,7 @@ - To be added. + Creates HTTP response instances using the default response implementation. @@ -67,7 +67,7 @@ - To be added. + Initializes a new instance of the DefaultHttpResponseFactory class. 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. @@ -93,8 +93,8 @@ - To be added. - To be added. + The catalog that supplies reason phrases. + Initializes a new instance of the DefaultHttpResponseFactory class. 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. @@ -115,9 +115,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -146,9 +146,9 @@ - To be added. - To be added. - To be added. + The HTTP context associated with the operation. + Determines the locale to use for a response. + The locale to use for a response. 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. @@ -185,8 +185,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -219,10 +219,10 @@ - To be added. - To be added. - To be added. - To be added. + The status line for the response. + The HTTP context associated with the operation. + Creates an HTTP response from the supplied status information. + The created HTTP response. 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. @@ -256,11 +256,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The protocol version for the response. + The HTTP status code for the response. + The HTTP context associated with the operation. + Creates an HTTP response from the supplied status information. + The created HTTP response. 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. @@ -286,8 +286,8 @@ Org.Apache.Http.IReasonPhraseCatalog - To be added. - To be added. + Gets or sets the catalog used to look up reason phrases. + The catalog used to look up reason phrases. 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. @@ -317,8 +317,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -352,12 +352,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/DefaultHttpServerConnection.xml b/docs/xml/Org.Apache.Http.Impl/DefaultHttpServerConnection.xml index b39083965..ed2eb1e00 100644 --- a/docs/xml/Org.Apache.Http.Impl/DefaultHttpServerConnection.xml +++ b/docs/xml/Org.Apache.Http.Impl/DefaultHttpServerConnection.xml @@ -26,7 +26,7 @@ - To be added. + Implements a default HTTP server connection over a socket. @@ -54,7 +54,7 @@ - To be added. + Initializes a new instance of the DefaultHttpServerConnection class. 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. @@ -75,9 +75,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -107,9 +107,9 @@ - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The HTTP parameters that configure the connection or buffer. + Binds this connection to a socket using the supplied HTTP parameters. 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. @@ -139,8 +139,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -170,8 +170,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -201,12 +201,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/EnglishReasonPhraseCatalog.xml b/docs/xml/Org.Apache.Http.Impl/EnglishReasonPhraseCatalog.xml index ccec4219b..4075f4ca1 100644 --- a/docs/xml/Org.Apache.Http.Impl/EnglishReasonPhraseCatalog.xml +++ b/docs/xml/Org.Apache.Http.Impl/EnglishReasonPhraseCatalog.xml @@ -39,7 +39,7 @@ - To be added. + Supplies English reason phrases for HTTP status codes. @@ -67,7 +67,7 @@ - To be added. + Initializes a new instance of the EnglishReasonPhraseCatalog class. 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. @@ -88,9 +88,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -123,10 +123,10 @@ - To be added. - To be added. - To be added. - To be added. + The HTTP status code for the response. + The locale for the reason phrase. + Gets the reason phrase for an HTTP status code. + The reason phrase for the status code, or null when none is defined. 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. @@ -156,8 +156,8 @@ Org.Apache.Http.Impl.EnglishReasonPhraseCatalog - To be added. - To be added. + Gets the shared English reason phrase catalog. + The shared English reason phrase catalog. 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. @@ -190,8 +190,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -221,8 +221,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -252,12 +252,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/HttpConnectionMetricsImpl.xml b/docs/xml/Org.Apache.Http.Impl/HttpConnectionMetricsImpl.xml index c70b3890e..7fdd0d45d 100644 --- a/docs/xml/Org.Apache.Http.Impl/HttpConnectionMetricsImpl.xml +++ b/docs/xml/Org.Apache.Http.Impl/HttpConnectionMetricsImpl.xml @@ -39,7 +39,7 @@ - To be added. + Tracks transport and message metrics for an HTTP connection. @@ -71,9 +71,9 @@ - To be added. - To be added. - To be added. + The transport metrics for received data. + The transport metrics for sent data. + Initializes a new instance of the HttpConnectionMetricsImpl class. 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. @@ -94,9 +94,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -128,9 +128,9 @@ - To be added. - To be added. - To be added. + The name of the metric. + Gets the metric associated with a name. + The metric value, or null when no value is associated with the name. 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. @@ -157,7 +157,7 @@ - To be added. + Increments the request count. 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. @@ -184,7 +184,7 @@ - To be added. + Increments the response count. 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. @@ -217,8 +217,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -247,8 +247,8 @@ System.Int64 - To be added. - To be added. + Gets the number of bytes received by the connection. + The number of bytes received by the connection. 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. @@ -277,8 +277,8 @@ System.Int64 - To be added. - To be added. + Gets the number of requests processed by the connection. + The number of requests processed by the connection. 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. @@ -308,7 +308,7 @@ - To be added. + Resets the collected connection metrics. 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. @@ -337,8 +337,8 @@ System.Int64 - To be added. - To be added. + Gets the number of responses processed by the connection. + The number of responses processed by the connection. 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. @@ -367,8 +367,8 @@ System.Int64 - To be added. - To be added. + Gets the number of bytes sent by the connection. + The number of bytes sent by the connection. 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. @@ -398,9 +398,9 @@ - To be added. - To be added. - To be added. + The name of the metric. + The metric value to associate with the name. + Associates a metric value with a name. 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. @@ -430,8 +430,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -461,12 +461,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml b/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml index 52a566912..73cb9beca 100644 --- a/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml +++ b/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml @@ -39,7 +39,7 @@ - To be added. + Prevents HTTP connections from being reused. @@ -67,7 +67,7 @@ - To be added. + Initializes a new instance of the NoConnectionReuseStrategy class. 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. @@ -88,9 +88,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -123,8 +123,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -157,10 +157,10 @@ - To be added. - To be added. - To be added. - To be added. + The HTTP response to process. + The HTTP context associated with the operation. + Determines whether the connection can remain open after a response. + true if the connection can be reused; otherwise, false. 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. @@ -190,8 +190,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -221,12 +221,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/SocketHttpClientConnection.xml b/docs/xml/Org.Apache.Http.Impl/SocketHttpClientConnection.xml index 93a6c6b3a..99d8e1b93 100644 --- a/docs/xml/Org.Apache.Http.Impl/SocketHttpClientConnection.xml +++ b/docs/xml/Org.Apache.Http.Impl/SocketHttpClientConnection.xml @@ -42,7 +42,7 @@ - To be added. + Implements an HTTP client connection that uses a socket. @@ -70,7 +70,7 @@ - To be added. + Initializes a new instance of the SocketHttpClientConnection class. 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. @@ -91,9 +91,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -120,7 +120,7 @@ - To be added. + Verifies that this connection is not open. 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. @@ -147,7 +147,7 @@ - To be added. + Verifies that this connection is open. 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. @@ -177,9 +177,9 @@ - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The HTTP parameters that configure the connection or buffer. + Binds this connection to a socket using the supplied HTTP parameters. 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. @@ -209,7 +209,7 @@ - To be added. + Closes this connection. 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. @@ -240,11 +240,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The size of the session buffer. + The HTTP parameters that configure the connection or buffer. + Creates the input buffer used by this socket connection. + The input buffer for the socket connection. 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. @@ -275,11 +275,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The size of the session buffer. + The HTTP parameters that configure the connection or buffer. + Creates the output buffer used by this socket connection. + The output buffer for the socket connection. 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. @@ -308,8 +308,8 @@ System.Boolean - To be added. - To be added. + Gets whether this connection is open. + true if this connection is open; otherwise, false. 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. @@ -346,8 +346,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -376,8 +376,8 @@ Java.Net.InetAddress - To be added. - To be added. + Gets the local address of the socket. + The local address of the socket. 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. @@ -406,8 +406,8 @@ System.Int32 - To be added. - To be added. + Gets the local port of the socket. + The local port of the socket. 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. @@ -436,8 +436,8 @@ Java.Net.InetAddress - To be added. - To be added. + Gets the remote address of the socket. + The remote address of the socket. 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. @@ -466,8 +466,8 @@ System.Int32 - To be added. - To be added. + Gets the remote port of the socket. + The remote port of the socket. 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. @@ -497,7 +497,7 @@ - To be added. + Shuts down this connection. 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. @@ -523,8 +523,8 @@ Java.Net.Socket - To be added. - To be added. + Gets the socket used by this connection. + The socket used by this connection. 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. @@ -557,8 +557,8 @@ System.Int32 - To be added. - To be added. + Gets or sets the socket read timeout in milliseconds. + The socket read timeout in milliseconds. 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. @@ -588,8 +588,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -623,12 +623,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/Org.Apache.Http.Impl/SocketHttpServerConnection.xml b/docs/xml/Org.Apache.Http.Impl/SocketHttpServerConnection.xml index 79ebfc495..bf54be58b 100644 --- a/docs/xml/Org.Apache.Http.Impl/SocketHttpServerConnection.xml +++ b/docs/xml/Org.Apache.Http.Impl/SocketHttpServerConnection.xml @@ -42,7 +42,7 @@ - To be added. + Implements an HTTP server connection that uses a socket. @@ -70,7 +70,7 @@ - To be added. + Initializes a new instance of the SocketHttpServerConnection class. 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. @@ -91,9 +91,9 @@ - To be added. - To be added. - To be added. + The JNI reference for the Java object. + The ownership transfer for the JNI reference. + Initializes a managed wrapper for an existing Java object. 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. @@ -120,7 +120,7 @@ - To be added. + Verifies that this connection is not open. 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. @@ -147,7 +147,7 @@ - To be added. + Verifies that this connection is open. 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. @@ -177,9 +177,9 @@ - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The HTTP parameters that configure the connection or buffer. + Binds this connection to a socket using the supplied HTTP parameters. 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. @@ -209,7 +209,7 @@ - To be added. + Closes this connection. 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. @@ -240,11 +240,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The size of the session buffer. + The HTTP parameters that configure the connection or buffer. + Creates the input buffer used by this socket connection. + The input buffer for the socket connection. 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. @@ -275,11 +275,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The socket to bind or use for buffer creation. + The size of the session buffer. + The HTTP parameters that configure the connection or buffer. + Creates the output buffer used by this socket connection. + The output buffer for the socket connection. 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. @@ -308,8 +308,8 @@ System.Boolean - To be added. - To be added. + Gets whether this connection is open. + true if this connection is open; otherwise, false. 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. @@ -346,8 +346,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this instance. + The JNI peer metadata for this instance. 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. @@ -376,8 +376,8 @@ Java.Net.InetAddress - To be added. - To be added. + Gets the local address of the socket. + The local address of the socket. 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. @@ -406,8 +406,8 @@ System.Int32 - To be added. - To be added. + Gets the local port of the socket. + The local port of the socket. 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. @@ -436,8 +436,8 @@ Java.Net.InetAddress - To be added. - To be added. + Gets the remote address of the socket. + The remote address of the socket. 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. @@ -466,8 +466,8 @@ System.Int32 - To be added. - To be added. + Gets the remote port of the socket. + The remote port of the socket. 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. @@ -497,7 +497,7 @@ - To be added. + Shuts down this connection. 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. @@ -523,8 +523,8 @@ Java.Net.Socket - To be added. - To be added. + Gets the socket used by this connection. + The socket used by this connection. 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. @@ -557,8 +557,8 @@ System.Int32 - To be added. - To be added. + Gets or sets the socket read timeout in milliseconds. + The socket read timeout in milliseconds. 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. @@ -588,8 +588,8 @@ System.IntPtr - To be added. - To be added. + Gets the Java class used to dispatch virtual method calls. + The Java class used to dispatch virtual method calls. 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. @@ -623,12 +623,12 @@ System.Type - To be added. - To be added. + Gets the managed type used to dispatch virtual method calls. + The managed type used to dispatch virtual method calls. 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. - + \ No newline at end of file diff --git a/docs/xml/ns-Org.Apache.Http.Impl.xml b/docs/xml/ns-Org.Apache.Http.Impl.xml index 6aee43683..c69d28262 100644 --- a/docs/xml/ns-Org.Apache.Http.Impl.xml +++ b/docs/xml/ns-Org.Apache.Http.Impl.xml @@ -1,6 +1,6 @@ - To be added. + Provides implementations of core Apache HTTP client and server connection components. - + \ No newline at end of file From 6bd10b660a8160675d8f9760b8dc74e6213957e3 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 00:27:37 -0500 Subject: [PATCH 2/2] Clarify no-reuse strategy result Refs #301 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml b/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml index 73cb9beca..af330bedb 100644 --- a/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml +++ b/docs/xml/Org.Apache.Http.Impl/NoConnectionReuseStrategy.xml @@ -160,7 +160,7 @@ The HTTP response to process. The HTTP context associated with the operation. Determines whether the connection can remain open after a response. - true if the connection can be reused; otherwise, false. + false because this strategy never allows connection reuse. 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.