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

G

getAcceptedIssuers() - Method in class org.schwering.irc.lib.SSLDefaultTrustManager
Deprecated. Returns the accepted certificates.
getAcceptedIssuers() - Method in class org.schwering.irc.lib.ssl.SSLDefaultTrustManager
Returns the accepted certificates.
getAcceptedIssuers() - Method in interface org.schwering.irc.lib.ssl.SSLTrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getArgAt(int) - Method in class org.schwering.irc.lib.IRCModeParser
Returns the nick of a given index.
getColors() - Method in class org.schwering.irc.lib.IRCConnection
Indicates whether colors are stripped out or not.
getCommand() - Method in class org.schwering.irc.lib.IRCParser
Returns the line's command.
getCount() - Method in class org.schwering.irc.lib.IRCModeParser
Returns count of modes.
getEncoding() - Method in class org.schwering.irc.lib.IRCConnection
Returns the encoding of the socket.
getHost() - Method in class org.schwering.irc.lib.IRCConnection
Returns the server of this instance.
getHost() - Method in class org.schwering.irc.lib.IRCParser
Returns the host of the person who sent the line.
getHost() - Method in class org.schwering.irc.lib.IRCUser
Returns the host of the person who sent the line.
getLine() - Method in class org.schwering.irc.lib.IRCModeParser
Returns the line as it was sent from the IRC server.
getLine() - Method in class org.schwering.irc.lib.IRCParser
Returns the unparsed line.
getMiddle() - Method in class org.schwering.irc.lib.IRCParser
Returns the line's middle.
getModeAt(int) - Method in class org.schwering.irc.lib.IRCModeParser
Returns the mode (for example o, v, m, i) of a given index.
getNick() - Method in class org.schwering.irc.lib.IRCConnection
Returns the nickname of this instance.
getNick() - Method in class org.schwering.irc.lib.IRCParser
Returns the nickname of the person who sent the line or the servername of the server which sent the line.
getNick() - Method in class org.schwering.irc.lib.IRCUser
Returns the nickname of the person who sent the line or the servername of the server which sent the line.
getOperatorAt(int) - Method in class org.schwering.irc.lib.IRCModeParser
Returns the operator (+ or -) of a given index.
getParameter(int) - Method in class org.schwering.irc.lib.IRCParser
Get one parameter of the line.
getParameterCount() - Method in class org.schwering.irc.lib.IRCParser
Gets count of parameters.
getParameters() - Method in class org.schwering.irc.lib.IRCParser
Returns the line's parameters which consists of the middle and the trailing.
getParametersFrom(int) - Method in class org.schwering.irc.lib.IRCParser
Grabs the line's parameters from the ith to the last parameter (including the ith).
getParametersTo(int) - Method in class org.schwering.irc.lib.IRCParser
Grabs the line's parameters from the first to the ith parameters (including the ith).
getPassword() - Method in class org.schwering.irc.lib.IRCConnection
Returns the password of this instance.
getPong() - Method in class org.schwering.irc.lib.IRCConnection
Indicates whether automatic PING?
getPort() - Method in class org.schwering.irc.lib.IRCConnection
Returns the port to which the IRCConnection connected, or 0 if the connection failed or wasn't tried yet.
getPorts() - Method in class org.schwering.irc.lib.IRCConnection
Returns all ports to which the IRCConnection is going to try or has tried to connect to.
getPrefix() - Method in class org.schwering.irc.lib.IRCParser
Returns the line's prefix.
getRealname() - Method in class org.schwering.irc.lib.IRCConnection
Returns the realname of this instance.
getServername() - Method in class org.schwering.irc.lib.IRCParser
Returns the servername of the server which sent the line or the nickname of the person who sent the line.
getServername() - Method in class org.schwering.irc.lib.IRCUser
Returns the servername of the server which sent the line or the nickname of the person who sent the line.
getTimeout() - Method in class org.schwering.irc.lib.IRCConnection
Returns the timeout of the socket.
getTrailing() - Method in class org.schwering.irc.lib.IRCParser
Returns the line's trailing.
getTrustManagers() - Method in class org.schwering.irc.lib.SSLIRCConnection
Deprecated. Returns the set TrustManagers.
getTrustManagers() - Method in class org.schwering.irc.lib.ssl.SSLIRCConnection
Returns the set SSLTrustManagers.
getUser() - Method in class org.schwering.irc.lib.IRCParser
Returns a new IRCUser object.
getUsername() - Method in class org.schwering.irc.lib.IRCConnection
Returns the username of this instance.
getUsername() - Method in class org.schwering.irc.lib.IRCParser
Returns the username of the person who sent the line.
getUsername() - Method in class org.schwering.irc.lib.IRCUser
Returns the username of the person who sent the line.

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