From 9f1befab033be3f126aeb71be3642409b6d256b5 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 11:42:02 -0500 Subject: [PATCH 1/2] Document connection parameter APIs Closes #274 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../ConnConnectionParamBean.xml | 14 +++---- .../ConnManagerParamBean.xml | 24 +++++------- .../ConnManagerParams+InterfaceConsts.xml | 8 ++-- .../ConnManagerParams.xml | 14 +++---- .../ConnPerRouteBean.xml | 37 ++++++++----------- .../ConnRouteParamBean.xml | 24 +++++------- .../ConnRouteParams+InterfaceConsts.xml | 8 ++-- .../ConnRouteParams.xml | 14 +++---- .../IConnConnectionPNames.xml | 12 ++++-- .../IConnManagerPNames.xml | 24 ++++++++---- .../IConnPerRoute.xml | 7 ++-- .../IConnRoutePNames.xml | 24 ++++++++---- 12 files changed, 107 insertions(+), 103 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml index 6f6a30633..70d9500a2 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml @@ -59,9 +59,8 @@ - To be added. - - + The HTTP parameters to configure. + Initializes a parameter bean backed by the specified 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. @@ -115,8 +114,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this type. + The JNI peer metadata used to access this type's Java members. 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. @@ -145,9 +144,8 @@ - To be added. - - + The maximum number of ignorable lines allowed before a response status line. + Sets the maximum number of ignorable lines allowed before a response status line. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml index 98b3b669f..5951d1ff7 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml @@ -59,9 +59,8 @@ - To be added. - - + The HTTP parameters to configure. + Initializes a parameter bean backed by the specified 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. @@ -115,8 +114,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this type. + The JNI peer metadata used to access this type's Java members. 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. @@ -145,9 +144,8 @@ - To be added. - - + The per-route connection limit configuration. + Sets the per-route connection limit configuration. 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. @@ -178,9 +176,8 @@ - To be added. - - + The maximum total number of connections allowed. + Sets the maximum total number of connections allowed. 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. @@ -211,9 +208,8 @@ - To be added. - - + The timeout in milliseconds for retrieving a managed client connection. + Sets the timeout for retrieving a managed client 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml index f21556ec5..0352026d3 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml @@ -18,7 +18,7 @@ - To be added. + Provides compatibility constants for connection-manager parameter names. 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. @@ -44,7 +44,7 @@ System.String - To be added. + Defines the maximum number of connections per route for an individual connection manager. 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. @@ -70,7 +70,7 @@ System.String - To be added. + Defines the maximum total number of connections for an individual connection manager. 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. @@ -96,7 +96,7 @@ System.String - To be added. + Defines the timeout in milliseconds for retrieving a managed client connection from a connection manager. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml index 1de7493d9..1f780917b 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml @@ -118,7 +118,7 @@ HTTP parameters Returns lookup interface for maximum number of connections allowed per route. - To be added. + A lookup interface for the maximum number of connections allowed per route. 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. @@ -151,7 +151,7 @@ HTTP parameters Gets the maximum number of connections allowed. - To be added. + The maximum number of connections allowed. 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. @@ -182,11 +182,11 @@ - To be added. + The HTTP parameters from which to retrieve the timeout. Returns the timeout in milliseconds used when retrieving a from the . - To be added. + The 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. @@ -217,8 +217,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this type. + The JNI peer metadata used to access this type's Java members. 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,7 +317,7 @@ - To be added. + The HTTP parameters on which to set the timeout. the timeout in milliseconds Sets the timeout in milliseconds used when retrieving a diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml index 9bf8824ef..80dbf1893 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml @@ -93,9 +93,8 @@ - To be added. - - + The default maximum number of connections allowed for a route. + Initializes a per-route connection limit configuration with the specified default maximum. 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. @@ -122,9 +121,8 @@ System.Int32 - - - To be added. + Gets the default maximum number of connections allowed for a route. + The default maximum number of connections allowed for a route. 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,10 +183,9 @@ - To be added. - - - To be added. + The route for which to obtain the maximum connection count. + Gets the configured maximum number of connections for a route. + The configured maximum, or the default maximum when no route-specific value is set. 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. @@ -226,8 +223,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this type. + The JNI peer metadata used to access this type's Java members. 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,9 +253,8 @@ - To be added. - - + The default maximum number of connections allowed for a route. + Sets the default maximum number of connections allowed for a route. 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. @@ -289,10 +285,9 @@ - To be added. - To be added. - - + The route for which to set a connection limit. + The maximum number of connections allowed for . + Sets the maximum number of connections allowed for a route. 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,8 +324,8 @@ - To be added. - To be added. + The route-to-maximum-connection-count mapping to apply. + Replaces the route-specific connection limits with the specified mapping. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml index 5e0f38c75..0c81a5a5d 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml @@ -59,9 +59,8 @@ - To be added. - - + The HTTP parameters to configure. + Initializes a parameter bean backed by the specified 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. @@ -115,8 +114,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this type. + The JNI peer metadata used to access this type's Java members. 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. @@ -145,9 +144,8 @@ - To be added. - - + The default proxy to set. + Sets the default proxy parameter. 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. @@ -178,9 +176,8 @@ - To be added. - - + The route to use instead of computing a route. + Sets the forced route parameter. 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. @@ -211,9 +208,8 @@ - To be added. - - + The local address used to select a network interface. + Sets the local address parameter. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml index 293d62a28..fd823c911 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml @@ -18,7 +18,7 @@ - To be added. + Provides compatibility constants for connection-route parameter names. 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. @@ -44,7 +44,7 @@ System.String - To be added. + Defines the default proxy parameter used by route planner implementations. 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. @@ -70,7 +70,7 @@ System.String - To be added. + Defines a route that route planner implementations return instead of computing a route. 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. @@ -96,7 +96,7 @@ System.String - To be added. + Defines the local address used to select a network interface for a 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml index 167cdecc3..0fad14f20 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml @@ -87,7 +87,7 @@ the parameters in which to look up Obtains the parameter value. - To be added. + The default proxy set in , or null when it is not set. 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 @@ the parameters in which to look up Obtains the parameter value. - To be added. + The forced route set in , or null when it is not set. 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. @@ -153,7 +153,7 @@ the parameters in which to look up Obtains the parameter value. - To be added. + The local address set in , or null when it is not set. 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,8 +188,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer metadata for this type. + The JNI peer metadata used to access this type's Java members. 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. @@ -216,7 +216,7 @@ A special value indicating "no host". - To be added. + A sentinel host used to explicitly unset the default proxy in parameter hierarchies. 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. @@ -244,7 +244,7 @@ A special value indicating "no route". - To be added. + A sentinel route used to explicitly unset the forced route in parameter hierarchies. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml index a44d6f5aa..8c538eb8c 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml @@ -15,8 +15,10 @@ - To be added. - To be added. + Defines parameter names for connections in HttpConn. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -39,8 +41,10 @@ System.String - To be added. - To be added. + Defines the maximum number of ignorable lines before an HTTP response status line is expected. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml index f3e356344..dfb6a6d31 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml @@ -15,8 +15,10 @@ - To be added. - To be added. + Defines parameter names for connection managers in HttpConn. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -39,8 +41,10 @@ System.String - To be added. - To be added. + Defines the maximum number of connections per route for an individual connection manager. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -63,8 +67,10 @@ System.String - To be added. - To be added. + Defines the maximum total number of connections for an individual connection manager. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -87,8 +93,10 @@ System.String - To be added. - To be added. + Defines the timeout in milliseconds for retrieving a managed client connection from a connection manager. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml index 1ee928193..cd5d2d92b 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml @@ -65,10 +65,9 @@ - To be added. - - - To be added. + The route for which to obtain the maximum connection count. + Gets the maximum number of connections allowed for a route. + The maximum number of connections allowed for . 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml index 3aa6845c5..4597cb220 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml @@ -15,8 +15,10 @@ - To be added. - To be added. + Defines parameter names for routing in HttpConn. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -39,8 +41,10 @@ System.String - To be added. - To be added. + Defines the default proxy parameter used by route planner implementations. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -63,8 +67,10 @@ System.String - To be added. - To be added. + Defines a route that route planner implementations return instead of computing a route. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + @@ -87,8 +93,10 @@ System.String - To be added. - To be added. + Defines the local address used to select a network interface for a connection. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + From 2814c36a791f87d9755a19e2aa73118d1c55f2d8 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 11:53:27 -0500 Subject: [PATCH 2/2] Address connection parameter doc review Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../ConnConnectionParamBean.xml | 4 ++-- .../Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml | 4 ++-- .../xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml | 4 ++-- docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml | 4 ++-- .../Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml | 4 ++-- docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml | 4 ++-- .../Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml | 4 ++-- .../Org.Apache.Http.Conn.Params/IConnManagerPNames.xml | 8 ++++---- docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml | 8 ++++---- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml index 70d9500a2..320bf68d6 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml @@ -114,8 +114,8 @@ Java.Interop.JniPeerMembers - Gets the JNI peer metadata for this type. - The JNI peer metadata used to access this type's Java members. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for ConnConnectionParamBean. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml index 5951d1ff7..4d1dcb2da 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml @@ -114,8 +114,8 @@ Java.Interop.JniPeerMembers - Gets the JNI peer metadata for this type. - The JNI peer metadata used to access this type's Java members. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for ConnManagerParamBean. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml index 1f780917b..5fa4dcbbd 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml @@ -217,8 +217,8 @@ Java.Interop.JniPeerMembers - Gets the JNI peer metadata for this type. - The JNI peer metadata used to access this type's Java members. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for ConnManagerParams. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml index 80dbf1893..387c8bde7 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml @@ -223,8 +223,8 @@ Java.Interop.JniPeerMembers - Gets the JNI peer metadata for this type. - The JNI peer metadata used to access this type's Java members. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for ConnPerRouteBean. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml index 0c81a5a5d..a85046295 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml @@ -114,8 +114,8 @@ Java.Interop.JniPeerMembers - Gets the JNI peer metadata for this type. - The JNI peer metadata used to access this type's Java members. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for ConnRouteParamBean. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml index 0fad14f20..454c11479 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml @@ -188,8 +188,8 @@ Java.Interop.JniPeerMembers - Gets the JNI peer metadata for this type. - The JNI peer metadata used to access this type's Java members. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for ConnRouteParams. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml index 8c538eb8c..2dbb6c79a 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml @@ -17,7 +17,7 @@ Defines parameter names for connections in HttpConn. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -43,7 +43,7 @@ Defines the maximum number of ignorable lines before an HTTP response status line is expected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml index dfb6a6d31..91885329a 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml @@ -17,7 +17,7 @@ Defines parameter names for connection managers in HttpConn. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -43,7 +43,7 @@ Defines the maximum number of connections per route for an individual connection manager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -69,7 +69,7 @@ Defines the maximum total number of connections for an individual connection manager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -95,7 +95,7 @@ Defines the timeout in milliseconds for retrieving a managed client connection from a connection manager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml index 4597cb220..dde824812 100644 --- a/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml +++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml @@ -17,7 +17,7 @@ Defines parameter names for routing in HttpConn. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -43,7 +43,7 @@ Defines the default proxy parameter used by route planner implementations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -69,7 +69,7 @@ Defines a route that route planner implementations return instead of computing a route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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. @@ -95,7 +95,7 @@ Defines the local address used to select a network interface for a connection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used under the Creative Commons Attribution 2.5 License. + 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.