A B C D E G I O P R S T U

I

IRCConnection - class org.schwering.irc.lib.IRCConnection.
Creates a new connection to an IRC server.
IRCConnection(String, int[], String, String, String, String) - Constructor for class org.schwering.irc.lib.IRCConnection
Creates a new IRC connection.
IRCConnection(String, int, int, String, String, String, String) - Constructor for class org.schwering.irc.lib.IRCConnection
Creates a new IRC connection.
IRCConstants - interface org.schwering.irc.lib.IRCConstants.
Contains constants: reply codes, error codes and mIRC color codes.
IRCEventAdapter - class org.schwering.irc.lib.IRCEventAdapter.
Adapts the events of the IRCEventListener interface.
IRCEventAdapter() - Constructor for class org.schwering.irc.lib.IRCEventAdapter
The default and only constructor does nothing.
IRCEventListener - interface org.schwering.irc.lib.IRCEventListener.
Used as listener for incoming events like messages.
IRCModeParser - class org.schwering.irc.lib.IRCModeParser.
Parses channel-modes.
IRCModeParser(String) - Constructor for class org.schwering.irc.lib.IRCModeParser
Analyzes the modes and parses them into the parts operators (+ or -), modes (one character) and optional arguments (one word or number).
IRCModeParser(String, String) - Constructor for class org.schwering.irc.lib.IRCModeParser
Analyzes the modes and parses them into the parts operators (+ or -), modes (one character) and optional arguments (one word or number).
IRCParser - class org.schwering.irc.lib.IRCParser.
Parses a line sent from the IRC server.
IRCParser(String) - Constructor for class org.schwering.irc.lib.IRCParser
Parses the line after erasing all mIRC color codes.
IRCParser(String, boolean) - Constructor for class org.schwering.irc.lib.IRCParser
The main constructor.
IRCUser - class org.schwering.irc.lib.IRCUser.
Holds variables for the nick, username and host of a user.
IRCUser(String, String, String) - Constructor for class org.schwering.irc.lib.IRCUser
Creates a new IRCUser object.
IRCUtil - class org.schwering.irc.lib.IRCUtil.
Contains some utilities like numeric error and reply numbers.
isChan(String) - Static method in class org.schwering.irc.lib.IRCUtil
According to RFC2812 the channel's name may and must start with one of the following characters.
isClientTrusted(X509Certificate[]) - Method in class org.schwering.irc.lib.SSLDefaultTrustManager
Deprecated. Does nothing.
isConnected() - Method in class org.schwering.irc.lib.IRCConnection
Tells whether there's a connection to the IRC network or not.
isServerTrusted(X509Certificate[]) - Method in class org.schwering.irc.lib.SSLDefaultTrustManager
Deprecated. Invoked when the client should check whether he trusts the server or not.
isTrusted(X509Certificate[]) - Method in class org.schwering.irc.lib.ssl.SSLDefaultTrustManager
Trusts the complete certificate chain and returns true.
isTrusted(X509Certificate[]) - Method in interface org.schwering.irc.lib.ssl.SSLTrustManager
Checks whether the server is trusted or not.

A B C D E G I O P R S T U