| public static final enum java.net Proxy.Type
|
Java SE 6 |
| Enum constants | |
|---|---|
| final public static Proxy.Type | DIRECT Represents a direct connection, or the absence of a proxy. |
| final public static Proxy.Type | HTTP Represents proxy for high level protocols such as HTTP or FTP. |
| final public static Proxy.Type | SOCKS Represents a SOCKS (V4 or V5) proxy. |
| Methods | |
|---|---|
| public static Proxy.Type | valueOf(String name) |
| public static Proxy.Type[] | values() |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|