Uses of Package
jerklib

Packages that use jerklib
jerklib Package contains classes for working with the IRC protocol and IRC servers. 
jerklib.events Package contains all the event interfaces. 
jerklib.events.impl Package contains all the event implementations 
jerklib.events.impl.dcc Package contains all the DCC event implementations 
jerklib.events.modes Package contains classes for ModeEvents 
jerklib.listeners Package contains listener classes for JerkLib 
jerklib.parsers Package contains all the event parsers used in JerkLib. 
jerklib.util Package contains utilites for working with JerkLib and IRC in general 
 

Classes in jerklib used by jerklib
Channel
          A Class to represent a joined IRC channel.
ConnectionManager
          This class is used to control/store Sessions/Connections.
Profile
          A class to hold information about Nick,RealName,AltNic etc.
RequestedConnection
          Class to encapsulate data about a requested connection,
ServerInformation
          This class allows you to probe various pieces of information about the server.
ServerInformation.ModeType
           Type A: Modes that must add or remove an address to or from a list.
Session
          Session contains methods to manage an IRC connection.
Session.State
           
WriteRequest.Type
          Type enum is used to determine type.
 

Classes in jerklib used by jerklib.events
Channel
          A Class to represent a joined IRC channel.
ServerInformation
          This class allows you to probe various pieces of information about the server.
Session
          Session contains methods to manage an IRC connection.
 

Classes in jerklib used by jerklib.events.impl
Channel
          A Class to represent a joined IRC channel.
ServerInformation
          This class allows you to probe various pieces of information about the server.
Session
          Session contains methods to manage an IRC connection.
 

Classes in jerklib used by jerklib.events.impl.dcc
Channel
          A Class to represent a joined IRC channel.
Session
          Session contains methods to manage an IRC connection.
 

Classes in jerklib used by jerklib.events.modes
Channel
          A Class to represent a joined IRC channel.
 

Classes in jerklib used by jerklib.listeners
WriteRequest
          WriteRequest - this is sent to a Connection whenever a 'write' needs to happen.
 

Classes in jerklib used by jerklib.parsers
EventToken
          A Class to parse a line of IRC text
 

Classes in jerklib used by jerklib.util
Session
          Session contains methods to manage an IRC connection.