diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml
index 6f6a30633..320bf68d6 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 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.
@@ -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..4d1dcb2da 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 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.
@@ -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..5fa4dcbbd 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 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.
@@ -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..387c8bde7 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 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.
@@ -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..a85046295 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 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.
@@ -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..454c11479 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 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.
@@ -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..2dbb6c79a 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 according to terms described in the Creative Commons 2.5 Attribution 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 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 f3e356344..91885329a 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 according to terms described in the Creative Commons 2.5 Attribution 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 according to terms described in the Creative Commons 2.5 Attribution 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 according to terms described in the Creative Commons 2.5 Attribution 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 according to terms described in the Creative Commons 2.5 Attribution 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..dde824812 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 according to terms described in the Creative Commons 2.5 Attribution 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 according to terms described in the Creative Commons 2.5 Attribution 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 according to terms described in the Creative Commons 2.5 Attribution 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 according to terms described in the Creative Commons 2.5 Attribution License.
+