KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > Proxy.Type

java.net
Enum Proxy.Type

java.lang.Object
  extended by java.lang.Enum<Proxy.Type>
      extended by java.net.Proxy.Type
All Implemented Interfaces:
Serializable, Comparable<Proxy.Type>
Enclosing class:
Proxy

public static final Proxy.Type DIRECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Proxy.Type HTTP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Proxy.Type SOCKS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Proxy.Type valueOf(String name)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Proxy.Type[] values()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags