Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 42 additions & 16 deletions docs/xml/Java.Net/Proxy+Type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,17 @@
<ReturnType>Java.Net.Proxy+Type</ReturnType>
</ReturnValue>
<Docs>
<summary>Direct connection.</summary>
<value>To be added.</value>
<summary>Represents a direct connection, or the absence of a proxy.</summary>
<value>Represents a direct connection, or the absence of a proxy.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/Proxy.Type.html#DIRECT" title="Reference documentation">Java documentation for <code>java.net.Proxy.Type.DIRECT</code>.</a>
</format>
Comment thread
jonathanpeppers marked this conversation as resolved.
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="" />
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="Http">
Expand All @@ -88,12 +93,17 @@
<ReturnType>Java.Net.Proxy+Type</ReturnType>
</ReturnValue>
<Docs>
<summary>HTTP type proxy.</summary>
<value>To be added.</value>
<summary>Represents proxy for high level protocols such as HTTP or FTP.</summary>
<value>Represents proxy for high level protocols such as HTTP or FTP.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/Proxy.Type.html#HTTP" title="Reference documentation">Java documentation for <code>java.net.Proxy.Type.HTTP</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="" />
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="JniPeerMembers">
Expand Down Expand Up @@ -151,12 +161,17 @@
<ReturnType>Java.Net.Proxy+Type</ReturnType>
</ReturnValue>
<Docs>
<summary>SOCKS type proxy.</summary>
<value>To be added.</value>
<summary>Represents a SOCKS (V4 or V5) proxy.</summary>
<value>Represents a SOCKS (V4 or V5) proxy.</value>
<remarks>
<para>
<format type="text/html">
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/Proxy.Type.html#SOCKS" title="Reference documentation">Java documentation for <code>java.net.Proxy.Type.SOCKS</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="" />
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="ThresholdClass">
Expand Down Expand Up @@ -248,13 +263,20 @@
<Parameter Name="name" Type="System.String" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
<summary>
</summary>
<returns>To be added.</returns>
<param name="name">The name of the enum constant to be returned.</param>
<summary>Returns the enum constant with the specified name.</summary>
<returns>The enum constant with the specified name.</returns>
<remarks>
<para>The string must match exactly an identifier used to declare an enum constant in this class. Extraneous whitespace characters are not permitted.</para>
<para>
<format type="text/html">
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/Proxy.Type.html#valueOf(java.lang.String)" title="Reference documentation">Java documentation for <code>java.net.Proxy.Type.valueOf(java.lang.String)</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<exception cref="T:Java.Lang.IllegalArgumentException">If this enum class has no constant with the specified name.</exception>
<exception cref="T:Java.Lang.NullPointerException">If the argument is <see langword="null" />.</exception>
<since version="Added in API level 1" />
</Docs>
</Member>
Expand Down Expand Up @@ -285,10 +307,14 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>
</summary>
<returns>To be added.</returns>
<summary>Returns an array containing the constants of this enum class, in the order they are declared.</summary>
<returns>An array containing the constants of this enum class, in the order they are declared.</returns>
<remarks>
<para>
<format type="text/html">
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/Proxy.Type.html#values()" title="Reference documentation">Java documentation for <code>java.net.Proxy.Type.values()</code>.</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
Expand Down