Uses of Class
net.sf.retrotranslator.runtime.java.net.Proxy_.Type

Packages that use Proxy_.Type
net.sf.retrotranslator.runtime.java.net   
 

Uses of Proxy_.Type in net.sf.retrotranslator.runtime.java.net
 

Fields in net.sf.retrotranslator.runtime.java.net declared as Proxy_.Type
private  Proxy_.Type Proxy_.type
           
 

Methods in net.sf.retrotranslator.runtime.java.net that return Proxy_.Type
 Proxy_.Type Proxy_.type()
           
static Proxy_.Type Proxy_.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Proxy_.Type[] Proxy_.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in net.sf.retrotranslator.runtime.java.net with parameters of type Proxy_.Type
Proxy_(Proxy_.Type type, java.net.SocketAddress address)