Uses of Class
jerklib.Profile

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

Uses of Profile in jerklib
 

Methods in jerklib that return Profile
 Profile Profile.clone()
           
 Profile ConnectionManager.getDefaultProfile()
          gets the default profile used for new connections
 Profile RequestedConnection.getProfile()
          Get profile
 

Methods in jerklib with parameters of type Profile
 Session ConnectionManager.requestConnection(String hostName, int port, Profile profile)
          request a new connection to a host
 void ConnectionManager.setDefaultProfile(Profile profile)
          sets the default profile to use for new connections
 

Constructors in jerklib with parameters of type Profile
ConnectionManager(Profile defaultProfile)
          Takes a profile to use as default profile for new Connections
RequestedConnection(String hostName, int port, Profile profile)
          Create new RequestedConnection object