- getChannels() - Method in class ServerModel
-
Gets a collection of the names of all the channels that are
present on the server.
- getChannels() - Method in interface ServerModelApi
-
Gets a collection of the names of all the channels that are present on the server.
- getCode() - Method in enum ServerResponse
-
- getNickname(int) - Method in class ServerModel
-
Gets the nickname currently associated with the given user
ID.
- getNickname(int) - Method in interface ServerModelApi
-
Gets the nickname currently associated with the given user ID.
- getOwner(String) - Method in class ServerModel
-
Gets the nickname of the owner of the given channel.
- getOwner(String) - Method in interface ServerModelApi
-
Gets the nickname of the owner of the given channel.
- getRegisteredUsers() - Method in class ServerModel
-
Gets a collection of the nicknames of all users who are
registered with the server.
- getRegisteredUsers() - Method in interface ServerModelApi
-
Gets a collection of the nicknames of all users who are registered with the server.
- getResponses(ServerModelApi) - Method in class Broadcast
-
You should not call this method yourself.
- getSender() - Method in class Command
-
Gets the nickname of the client who issued the Command
.
- getSenderId() - Method in class Command
-
Gets the user ID of the client who issued the Command
.
- getUserId(String) - Method in class ServerModel
-
Gets the user ID currently associated with the given
nickname.
- getUserId(String) - Method in interface ServerModelApi
-
Gets the user ID currently associated with the given nickname.
- getUsersInChannel(String) - Method in class ServerModel
-
Gets a collection of the nicknames of all the users in a given
channel.
- getUsersInChannel(String) - Method in interface ServerModelApi
-
Gets a collection of the nicknames of all the users in a given channel.