diff --git a/docs/xml/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml b/docs/xml/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml index c1f0a97d3..837991ed2 100644 --- a/docs/xml/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml +++ b/docs/xml/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml @@ -148,7 +148,7 @@ 0 or a negative number for any additional for connecting Connects a socket to the given host. - To be added. + the connected 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. @@ -181,7 +181,7 @@ Creates a new, unconnected socket. - To be added. + a new 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. @@ -216,7 +216,7 @@ the connected socket Checks whether a socket connection is secure. - To be added. + 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. @@ -284,7 +284,7 @@ Gets the singleton instance of this class. - To be added. + the one and only plain socket factory 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.Schemes/Scheme.xml b/docs/xml/Org.Apache.Http.Conn.Schemes/Scheme.xml index 9d31e1e53..b1a86e1c2 100644 --- a/docs/xml/Org.Apache.Http.Conn.Schemes/Scheme.xml +++ b/docs/xml/Org.Apache.Http.Conn.Schemes/Scheme.xml @@ -60,9 +60,9 @@ - To be added. - To be added. - To be added. + the scheme name, for example http. The name will be converted to lowercase. + the factory for creating sockets for communication with this scheme + the default port for this scheme Creates a new scheme. 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,7 +91,7 @@ Obtains the default port. - To be added. + the default port for this scheme 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,7 +123,7 @@ the object to compare with Compares this scheme to an object. - To be added. + true if the argument is equal to this scheme; 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. @@ -151,7 +151,7 @@ Indicates whether this scheme allows for layered connections. - To be added. + true if layered connections are possible; 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. @@ -214,7 +214,7 @@ Obtains the scheme name. - To be added. + the name of this scheme, in lowercase 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,7 +247,7 @@ the port to be resolved, a negative number to obtain the default port Resolves the correct port for this scheme. - To be added. + the given port or the default port 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,7 +275,7 @@ Obtains the socket factory. - To be added. + the socket factory for this scheme 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. @@ -370,7 +370,7 @@ Return a string representation of this object. - To be added. + a human-readable string description of this scheme 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.Schemes/SchemeRegistry.xml b/docs/xml/Org.Apache.Http.Conn.Schemes/SchemeRegistry.xml index 19517361f..c56317f41 100644 --- a/docs/xml/Org.Apache.Http.Conn.Schemes/SchemeRegistry.xml +++ b/docs/xml/Org.Apache.Http.Conn.Schemes/SchemeRegistry.xml @@ -87,7 +87,7 @@ the name of the scheme to look up (in lowercase) Obtains a scheme by name, if registered. - To be added. + the scheme, or null if there is none by this 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. @@ -119,7 +119,7 @@ the host for which to obtain the scheme Obtains a scheme by name. - To be added. + the scheme for the given host, never null 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 name of the scheme to look up (in lowercase) Obtains a scheme by name. - To be added. + the scheme, never null 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. @@ -218,7 +218,7 @@ the scheme to register Registers a scheme. - To be added. + the scheme previously registered with that name, or null if none was registered 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. @@ -250,7 +250,7 @@ Obtains the names of the registered schemes in their default order. - To be added. + a list containing registered scheme 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. @@ -287,8 +287,8 @@ - To be added. - To be added. + protocol schemes + Populates the internal collection of registered protocol schemes with the content of the supplied map. 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. @@ -381,7 +381,7 @@ the name of the scheme to unregister (in lowercase) Unregisters a scheme. - To be added. + the unregistered scheme, or null if there was none 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.