Package org.schwering.irc.lib
-
Interface Summary Interface Description IRCConstants Contains constants: reply codes, error codes and mIRC color codes.IRCEventListener Used as listener for incoming events like messages. -
Class Summary Class Description IRCConnection Creates a new connection to an IRC server.IRCEventAdapter Adapts the events of theIRCEventListener
interface.IRCModeParser Parses channel-modes.IRCParser Parses a line sent from the IRC server.IRCUser Holds variables for the nick, username and host of a user.IRCUtil Contains some utilities like numeric error and reply numbers.SSLDefaultTrustManager Deprecated. This class has been replaced withorg.schwering.irc.lib.ssl.SSLDefaultTrustManager
.SSLIRCConnection Deprecated. This class has been replaced withorg.schwering.irc.lib.ssl.SSLDefaultTrustManager
.