See: Description
Class | Description |
---|---|
Channel |
A Class to represent a joined IRC channel.
|
ConnectionManager |
This class is used to control/store Sessions/Connections.
|
DefaultInternalEventHandler |
Class that will only handle events that effect internal states/caches.
|
ModeAdjustment |
A Class to represent a mode adjustment to a user or a channel.
|
Profile |
A class to hold information about Username, Realname, 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.
|
Session |
Session contains methods to manage an IRC connection.
|
WriteRequest |
WriteRequest - this is sent to a Connection whenever a 'write' needs
to happen.
|
Enum | Description |
---|---|
ModeAdjustment.Action |
Enum of mode action types.
|
ServerInformation.ModeType |
Type A: Modes that must add or remove an address to or from a list.
|
Session.State | |
WriteRequest.Type |
Type enum is used to determine type.
|
Request connections with a ConnectionManager
. This will return a Session
object.
ConnectionManager
,
Session
,
Channel