azure-docs-sdk-java/docs-ref-autogen/com.azure.core.http.ProxyOp...

88 строки
5.2 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.core.http.ProxyOptions.Type"
fullName: "com.azure.core.http.ProxyOptions.Type"
name: "ProxyOptions.Type"
nameWithType: "ProxyOptions.Type"
summary: "The type of the proxy."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **ProxyOptions.Type**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.core.http.ProxyOptions.Type?alt=com.azure.core.http.ProxyOptions.Type&text=Type\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.core.http.ProxyOptions.Type.HTTP"
fullName: "com.azure.core.http.ProxyOptions.Type.HTTP"
name: "HTTP"
nameWithType: "ProxyOptions.Type.HTTP"
summary: "HTTP proxy type."
desc: "HTTP proxy type."
- uid: "com.azure.core.http.ProxyOptions.Type.SOCKS4"
fullName: "com.azure.core.http.ProxyOptions.Type.SOCKS4"
name: "SOCKS4"
nameWithType: "ProxyOptions.Type.SOCKS4"
summary: "SOCKS4 proxy type."
desc: "SOCKS4 proxy type."
- uid: "com.azure.core.http.ProxyOptions.Type.SOCKS5"
fullName: "com.azure.core.http.ProxyOptions.Type.SOCKS5"
name: "SOCKS5"
nameWithType: "ProxyOptions.Type.SOCKS5"
summary: "SOCKS5 proxy type."
desc: "SOCKS5 proxy type."
methods:
- uid: "com.azure.core.http.ProxyOptions.Type.toProxyType()"
fullName: "com.azure.core.http.ProxyOptions.Type.toProxyType()"
name: "toProxyType()"
nameWithType: "ProxyOptions.Type.toProxyType()"
summary: "Get the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Proxy.Type\"></xref> equivalent of this type."
syntax: "public Proxy.Type toProxyType()"
desc: "Get the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Proxy.Type\"></xref> equivalent of this type."
returns:
description: "the proxy type"
type: "<xref href=\"java.net.Proxy.Type?alt=java.net.Proxy.Type&text=Type\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.http.ProxyOptions.Type.valueOf(java.lang.String)"
fullName: "com.azure.core.http.ProxyOptions.Type.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ProxyOptions.Type.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ProxyOptions.Type valueOf(String name)"
returns:
type: "<xref href=\"com.azure.core.http.ProxyOptions.Type?alt=com.azure.core.http.ProxyOptions.Type&text=Type\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.http.ProxyOptions.Type.values()"
fullName: "com.azure.core.http.ProxyOptions.Type.values()"
name: "values()"
nameWithType: "ProxyOptions.Type.values()"
modifiers:
- "static"
syntax: "public static ProxyOptions.Type[] values()"
returns:
type: "<xref href=\"com.azure.core.http.ProxyOptions.Type?alt=com.azure.core.http.ProxyOptions.Type&text=Type\" data-throw-if-not-resolved=\"False\" />[]"
desc: "The type of the proxy."
metadata: {}
package: "com.azure.core.http"
artifact: com.azure:azure-core:1.52.0