No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | java.net.Proxy.Type | |
Enum class for the proxy type. Possible options are DIRECT, HTTP and SOCKS.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Proxy.Type | DIRECT | Direct connection. | |||||||||
| Proxy.Type | HTTP | HTTP type proxy. | |||||||||
| Proxy.Type | SOCKS | SOCKS type proxy. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
|
|
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Enum
|
|||||||||||
From class java.lang.Object
|
|||||||||||
From interface java.lang.Comparable
|
|||||||||||
HTTP type proxy. It's often used by protocol handlers such as HTTP, HTTPS and FTP.