Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
O
P
R
S
T
U
D
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
O
P
R
S
T
U