All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description IRCConnection Creates a new connection to an IRC server.IRCConstants Contains constants: reply codes, error codes and mIRC color codes.IRCEventAdapter Adapts the events of theIRCEventListener
interface.IRCEventListener Used as listener for incoming events like messages.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 The defaultTrustManager
of theSSLIRCConnection
.SSLDefaultTrustManager Deprecated. This class has been replaced withorg.schwering.irc.lib.ssl.SSLDefaultTrustManager
.SSLIRCConnection The SSL extension of theIRCConnection
class.SSLIRCConnection Deprecated. This class has been replaced withorg.schwering.irc.lib.ssl.SSLDefaultTrustManager
.SSLNotSupportedException Indicates that SSL is not supported.SSLTrustManager A trust manager decides whether the server is trusted or not.