Uses of Class
jerklib.Session.State

Packages that use Session.State
jerklib Package contains classes for working with the IRC protocol and IRC servers. 
 

Uses of Session.State in jerklib
 

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