Uses of Class
rreval.ConnectionJ.HostType

Uses of ConnectionJ.HostType in rreval
 

Methods in rreval that return ConnectionJ.HostType
static ConnectionJ.HostType ConnectionJ.HostType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionJ.HostType[] ConnectionJ.HostType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in rreval with parameters of type ConnectionJ.HostType
ConnectionJ(java.net.Socket socket, ConnectionJ.HostType type)