- doAway() - Method in class org.schwering.irc.lib.IRCConnection
-
Removes away message.
- doAway(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Sets away message.
- doInvite(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Invites a user to a channel.
- doIson(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Checks if one or more nicks are used on the server.
- doJoin(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Joins a channel without a key.
- doJoin(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Joins a channel with a key.
- doKick(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Kicks a user from a channel.
- doKick(String, String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Kicks a user from a channel with a comment.
- doList() - Method in class org.schwering.irc.lib.IRCConnection
-
Lists all channels with their topic and status.
- doList(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Lists channel(s) with their topic and status.
- doMode(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Requests a Reply 324 for the modes of a given channel.
- doMode(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Sends a mode to the server.
- doNames() - Method in class org.schwering.irc.lib.IRCConnection
-
Lists all visible users.
- doNames(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Lists all visible users of (a) channel(s).
- doNick(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Changes the nickname.
- doNotice(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Notices a message to a person or a channel.
- doPart(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Parts from a given channel.
- doPart(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Parts from a given channel with a given parg-msg.
- doPong(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Quits from the IRC server with a quit-msg.
- doPrivmsg(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Sends a message to a person or a channel.
- doQuit() - Method in class org.schwering.irc.lib.IRCConnection
-
Quits from the IRC server.
- doQuit(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Quits from the IRC server with a quit-msg.
- doTopic(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Requests the topic of a chan.
- doTopic(String, String) - Method in class org.schwering.irc.lib.IRCConnection
-
Changes the topic of a chan.
- doUserhost(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Requires host-information about up to 5 users which must be listed and
divided by spaces.
- doWho(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Requests information about users matching the given criteric,
for example a channel they are on.
- doWhois(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Requires information about an existing user.
- doWhowas(String) - Method in class org.schwering.irc.lib.IRCConnection
-
Requires host-information about a user, who is not connected anymore.
- encoding - Variable in class org.schwering.irc.lib.IRCConnection
-
The String
contains the name of the character encoding used
to talk to the server.
- ERR_ALREADYREGISTRED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You may not reregister".
- ERR_BADCHANMASK - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- ERR_BADCHANNELKEY - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> Cannot join channel (+k)".
- ERR_BANNEDFROMCHAN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> Cannot join channel (+b)".
- ERR_CANNOTSENDTOCHAN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel name> Cannot send to channel".
- ERR_CANTKILLSERVER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You cant kill a server!".
- ERR_CHANNELISFULL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> Cannot join channel (+l)".
- ERR_CHANOPRIVSNEEDED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> You're not channel operator".
- ERR_ERRONEUSNICKNAME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> Erroneus nickname".
- ERR_FILEERROR - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "File error doing <file op> on <file>".
- ERR_INVITEONLYCHAN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> Cannot join channel (+i)".
- ERR_KEYSET - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> Channel key already set".
- ERR_NEEDMOREPARAMS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<command> Not enough parameters".
- ERR_NICKCOLLISION - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> Nickname collision KILL".
- ERR_NICKNAMEINUSE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> Nickname is already in use".
- ERR_NOADMININFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<server> No administrative info available".
- ERR_NOLOGIN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<user> User not logged in".
- ERR_NOMOTD - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "MOTD File is missing".
- ERR_NONICKNAMEGIVEN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "No nickname given".
- ERR_NOOPERHOST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "No O-lines for your host".
- ERR_NOORIGIN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "No origin specified".
- ERR_NOPERMFORHOST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Your host isn't among the privileged".
- ERR_NOPRIVILEGES - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Permission Denied- You're not an IRC operator".
- ERR_NORECIPIENT - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "No recipient given (<command>)".
- ERR_NOSERVICEHOST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- ERR_NOSUCHCHANNEL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel name> No such channel".
- ERR_NOSUCHNICK - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Used to indicate the nickname parameter supplied to
a command is currently unused.
- ERR_NOSUCHSERVER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<server name> No such server".
- ERR_NOTEXTTOSEND - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "No text to send".
- ERR_NOTONCHANNEL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> You're not on that channel".
- ERR_NOTOPLEVEL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<mask> No toplevel domain specified".
- ERR_NOTREGISTERED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You have not registered".
- ERR_PASSWDMISMATCH - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Password incorrect".
- ERR_SUMMONDISABLED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "SUMMON has been disabled".
- ERR_TOOMANYCHANNELS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel name> You have joined too many
channels".
- ERR_TOOMANYTARGETS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<target> Duplicate recipients.
- ERR_UMODEUNKNOWNFLAG - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Unknown MODE flag".
- ERR_UNKNOWNCOMMAND - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<command> Unknown command".
- ERR_UNKNOWNMODE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<char> is unknown mode char to me".
- ERR_USERNOTINCHANNEL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <channel> They aren't on that channel".
- ERR_USERONCHANNEL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<user> <channel> is already on channel".
- ERR_USERSDISABLED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "USERS has been disabled".
- ERR_USERSDONTMATCH - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Cant change mode for other users".
- ERR_WASNOSUCHNICK - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nickname> There was no such nickname".
- ERR_WILDTOPLEVEL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<mask> Wildcard in toplevel domain".
- ERR_YOUREBANNEDCREEP - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You are banned from this server".
- ERR_YOUWILLBEBANNED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- 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.
- getAcceptedIssuers() - Method in class org.schwering.irc.lib.SSLDefaultTrustManager
-
Deprecated.
Returns the accepted certificates.
- 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.
It is found in the prefix which always looks like that:
<servername> | <nick>
[ '!' <username> ] [ '@' <host> ]
If the host is not specified, this method returns null
.
- 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 i
th to the last
parameter (including the i
th).
- getParametersTo(int) - Method in class org.schwering.irc.lib.IRCParser
-
Grabs the line's parameters from the first to the i
th
parameters (including the i
th).
- 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? PONG! is enabled or not.
- 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.ssl.SSLIRCConnection
-
Returns the set SSLTrustManager
s.
- getTrustManagers() - Method in class org.schwering.irc.lib.SSLIRCConnection
-
Deprecated.
Returns the set TrustManager
s.
- 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.
It is found in the prefix which always looks like that:
<servername> | <nick>
[ '!' <username> ] [ '@' <host> ]
If the username is not specified, this method returns null
.
- getUsername() - Method in class org.schwering.irc.lib.IRCUser
-
Returns the username of the person who sent the line.
- onDisconnected() - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when the own connection is broken.
- onDisconnected() - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when the own connection is broken.
- onError(String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when an ERROR
command is received.
- onError(int, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when a numeric error is received.
- onError(String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when an ERROR
command is received.
- onError(int, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when a numeric error is received.
- onInvite(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody is invited to a channel.
- onInvite(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody is invited to a channel.
- onJoin(String, IRCUser) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody joins a channel.
- onJoin(String, IRCUser) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody joins a channel.
- onKick(String, IRCUser, String, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody is kicked from a channel.
- onKick(String, IRCUser, String, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody is kicked from a channel.
- onMode(String, IRCUser, IRCModeParser) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when an operator changes the modes of a channel.
- onMode(IRCUser, String, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody changes somebody's usermodes.
- onMode(String, IRCUser, IRCModeParser) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when an operator changes the modes of a channel.
- onMode(IRCUser, String, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody changes somebody's usermodes.
- onNick(IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody changes his nickname successfully.
- onNick(IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody changes his nickname successfully.
- onNotice(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody sends a NOTICE
to a user or a group.
- onNotice(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody sends a NOTICE
to a user or a group.
- onPart(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody parts from a channel.
- onPart(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody parts from a channel.
- onPing(String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when a PING
comes in.
- onPing(String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when a PING
comes in.
- onPrivmsg(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when a user sends a PRIVMSG
to a user or to a
group.
- onPrivmsg(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when a user sends a PRIVMSG
to a user or to a
group.
- onQuit(IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when somebody quits from the network.
- onQuit(IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when somebody quits from the network.
- onRegistered() - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when the own connection is successfully established.
- onRegistered() - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when the own connection is successfully established.
- onReply(int, String, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when a numeric reply is received.
- onReply(int, String, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when a numeric reply is received.
- onTopic(String, IRCUser, String) - Method in class org.schwering.irc.lib.IRCEventAdapter
-
Fired when the topic is changed by operators.
- onTopic(String, IRCUser, String) - Method in interface org.schwering.irc.lib.IRCEventListener
-
Fired when the topic is changed by operators.
- org.schwering.irc.lib - package org.schwering.irc.lib
-
IRClib is a library for the client-side of IRC (Internet Relay Chat)
connections.
- org.schwering.irc.lib.ssl - package org.schwering.irc.lib.ssl
-
Provides support for secure IRC connections.
- removeIRCEventListener(IRCEventListener) - Method in class org.schwering.irc.lib.IRCConnection
-
Removes the first occurence of the given
IRCEventListener
from the listener-vector.
- removeTrustManager(SSLTrustManager) - Method in class org.schwering.irc.lib.ssl.SSLIRCConnection
-
Removes one SSLTrustManager
.
- removeTrustManager(TrustManager) - Method in class org.schwering.irc.lib.SSLIRCConnection
-
Deprecated.
Removes one TrustManager
.
Please remind that we're talking here about
com.sun.net.ssl.TrustManager
s of the JSSE API and not the
javax.net.ssl.TrustManager
s of the Java 1.4 API!
- RPL_ADMINEMAIL - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<admin info>".
- RPL_ADMINLOC1 - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<admin info>".
- RPL_ADMINLOC2 - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<admin info>".
- RPL_ADMINME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<server> Administrative info".
- RPL_AUTHNAME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <authname> is authed as"
This is part of /WHOIS on many servers which provide bots to authenticate.
- RPL_AWAY - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <away message>".
- RPL_BANLIST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <banid>".
- RPL_CHANNELMODEIS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <mode> <mode params>".
- RPL_CLOSEEND - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_CLOSING - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_CREATED - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Usually the first replies when you're connected.
- RPL_ENDOFBANLIST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> End of channel ban list".
- RPL_ENDOFINFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "End of /INFO list".
- RPL_ENDOFLINKS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<mask> End of /LINKS list".
- RPL_ENDOFMOTD - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "End of /MOTD command".
- RPL_ENDOFNAMES - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> End of /NAMES list".
- RPL_ENDOFSERVICES - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_ENDOFSTATS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<stats letter> End of /STATS report".
- RPL_ENDOFUSERS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "End of users".
- RPL_ENDOFWHO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<name> End of /WHO list".
- RPL_ENDOFWHOIS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> End of /WHOIS list".
- RPL_ENDOFWHOWAS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> End of WHOWAS".
- RPL_INFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<string>".
- RPL_INFOSTART - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_INVITING - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <nick>".
- RPL_ISON - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "[<nick> {<space><nick>}]".
- RPL_ISUPPORT - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Usually the first replies when you're connected.
- RPL_KILLDONE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_LINKS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<mask> <server> <hopcount> <server info>".
- RPL_LIST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <# visible> <topic>".
- RPL_LISTEND - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "End of /LIST".
- RPL_LISTSTART - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Channel Users Name".
- RPL_LUSERCHANNELS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<integer> channels formed".
- RPL_LUSERCLIENT - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "There are <integer> users and <integer>
invisible on <integer> servers".
- RPL_LUSERME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "I have <integer> clients and <integer>
servers".
- RPL_LUSEROP - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<integer> operator(s) online".
- RPL_LUSERUNKNOWN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<integer> unknown connection(s)".
- RPL_MOTD - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "- <text>".
- RPL_MOTDSTART - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "- <server> Message of the day - ".
- RPL_MYINFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Usually the first replies when you're connected.
- RPL_MYPORTIS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_NAMREPLY - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> [[@|+]<nick> [[@|+]<nick>
[...]]]".
- RPL_NONE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Dummy reply number.
- RPL_NOTOPIC - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> No topic is set".
- RPL_NOUSERS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Nobody logged in".
- RPL_NOWAWAY - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You have been marked as being away".
- RPL_REHASHING - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<config file> Rehashing".
- RPL_SERVICE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_SERVICEINFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_SERVLIST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_SERVLISTEND - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_STATSCLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "C <host> * <name> <port> <class>".
- RPL_STATSCOMMANDS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<command> <count>".
- RPL_STATSHLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "H <hostmask> * <servername>".
- RPL_STATSILINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "I <host> * <host> <port> <class>".
- RPL_STATSKLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "K <host> * <username> <port> <class>".
- RPL_STATSLINKINFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<linkname> <sendq> <sent messages>
<sent bytes> <received messages>
<received bytes> <time open>".
- RPL_STATSLLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "L <hostmask> * <servername> <maxdepth>".
- RPL_STATSNLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "N <host> * <name> <port> <class>".
- RPL_STATSOLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "O <hostmask> * <name>"
- RPL_STATSQLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_STATSUPTIME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Server Up %d days %d:%02d:%02d".
- RPL_STATSYLINE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Y <class> <ping frequency> <connect
frequency> <max sendq>".
- RPL_SUMMONING - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<user> Summoning user to IRC".
- RPL_TIME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<server> <string showing server's local time>".
- RPL_TOPIC - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <topic>".
- RPL_TOPICINFO - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <nick-who-set-topic> <seconds>".
- RPL_TRACECLASS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_TRACECONNECTING - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Try.
- RPL_TRACEHANDSHAKE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "H.S.
- RPL_TRACELINK - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Link <version & debug level> <destination>
<next server>".
- RPL_TRACELOG - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "File <logfile> <debug level>".
- RPL_TRACENEWTYPE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<newtype> 0 <client name>".
- RPL_TRACEOPERATOR - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Oper <class> <nick>".
- RPL_TRACESERVER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "Serv <class> <int>S <int>C <server>
<nick!user|*!*>@<host|server>".
- RPL_TRACEUNKNOWN - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "???? <class> [<client IP address in dot form>]".
- RPL_TRACEUSER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "User <class> <nick>".
- RPL_UMODEIS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<user mode string>".
- RPL_UNAWAY - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You are no longer marked as being away".
- RPL_USERHOST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "[<reply>{<space><reply>}]".
- RPL_USERS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "%-8s %-9s %-8s".
- RPL_USERSSTART - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "UserID Terminal Host".
- RPL_VERSION - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<version>.<debuglevel> <server>
<comments>".
- RPL_WELCOME - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Usually the first replies when you're connected.
- RPL_WHOISCHANNELS - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> {[@|+]<channel><space>}".
- RPL_WHOISCHANOP - Static variable in interface org.schwering.irc.lib.IRCConstants
-
This numeric is no longer in use, reserved for future planned use or
anything else.
- RPL_WHOISIDLE - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <integer> seconds idle".
- RPL_WHOISOPERATOR - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> is an IRC operator".
- RPL_WHOISSERVER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <server> <server info>".
- RPL_WHOISUSER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <user> <host> * :<real name>".
- RPL_WHOREPLY - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<channel> <user> <host> <server>
<nick> <H|G>[*][@|+] <hopcount> <real name>".
- RPL_WHOWASUSER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "<nick> <user> <host> * <real name>".
- RPL_YOUREOPER - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Format: "You are now an IRC operator".
- RPL_YOURHOST - Static variable in interface org.schwering.irc.lib.IRCConstants
-
Usually the first replies when you're connected.
- run() - Method in class org.schwering.irc.lib.IRCConnection
-
The Thread
is started by the connect
method.