Package org.eclipse.ecf.core.util
Class Proxy.Type
- java.lang.Object
- 
- org.eclipse.ecf.core.util.Proxy.Type
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- Proxy
 
 public static class Proxy.Type extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static Proxy.TypeDIRECTstatic Proxy.TypeHTTPstatic Proxy.TypeSOCKS
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Proxy.TypefromString(String type)StringtoString()
 
- 
- 
- 
Field Detail- 
DIRECTpublic static final Proxy.Type DIRECT 
 - 
HTTPpublic static final Proxy.Type HTTP 
 - 
SOCKSpublic static final Proxy.Type SOCKS 
 
- 
 - 
Constructor Detail- 
Typeprotected Type(String name) 
 
- 
 - 
Method Detail- 
fromStringpublic static Proxy.Type fromString(String type) 
 
- 
 
-