diff --git a/docs/xml/Java.Net/Proxy+Type.xml b/docs/xml/Java.Net/Proxy+Type.xml index 3d45df211..6f60fe423 100644 --- a/docs/xml/Java.Net/Proxy+Type.xml +++ b/docs/xml/Java.Net/Proxy+Type.xml @@ -60,12 +60,17 @@ Java.Net.Proxy+Type - Direct connection. - To be added. + Represents a direct connection, or the absence of a proxy. + Represents a direct connection, or the absence of a proxy. + + + Java documentation for java.net.Proxy.Type.DIRECT. + + Portions of this page are modifications based on 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,12 +93,17 @@ Java.Net.Proxy+Type - HTTP type proxy. - To be added. + Represents proxy for high level protocols such as HTTP or FTP. + Represents proxy for high level protocols such as HTTP or FTP. + + + Java documentation for java.net.Proxy.Type.HTTP. + + Portions of this page are modifications based on 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,12 +161,17 @@ Java.Net.Proxy+Type - SOCKS type proxy. - To be added. + Represents a SOCKS (V4 or V5) proxy. + Represents a SOCKS (V4 or V5) proxy. + + + Java documentation for java.net.Proxy.Type.SOCKS. + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + @@ -248,13 +263,20 @@ - To be added. - - - To be added. + The name of the enum constant to be returned. + Returns the enum constant with the specified name. + The enum constant with the specified name. + The string must match exactly an identifier used to declare an enum constant in this class. Extraneous whitespace characters are not permitted. + + + Java documentation for java.net.Proxy.Type.valueOf(java.lang.String). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + If this enum class has no constant with the specified name. + If the argument is . @@ -285,10 +307,14 @@ - - - To be added. + Returns an array containing the constants of this enum class, in the order they are declared. + An array containing the constants of this enum class, in the order they are declared. + + + Java documentation for java.net.Proxy.Type.values(). + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.