- getChannels() - Method in class ServerModel
-
Returns a collection of the names of all the channels that are present
on the server.
- getChannels() - Method in interface ServerModelApi
-
Returns a collection of the names of all the channels that are present
on the server.
- getCode() - Method in enum ServerError
-
- getNickname(int) - Method in class ServerModel
-
Returns the nickname currently associated with the given user ID.
- getNickname(int) - Method in interface ServerModelApi
-
Returns the nickname currently associated with the given user ID.
- getOwner(String) - Method in class ServerModel
-
Returns the nickname of the owner of the current channel.
- getOwner(String) - Method in interface ServerModelApi
-
Returns the nickname of the owner of the current channel.
- getRegisteredUsers() - Method in class ServerModel
-
Returns a collection of the nicknames of all users that are registered
with the server.
- getRegisteredUsers() - Method in interface ServerModelApi
-
Returns a collection of the nicknames of all users that are registered
with the server.
- getResponses(ServerModelApi) - Method in class Broadcast
-
Associates the stored responses with the user IDs of the recipients.
- getSender() - Method in class Command
-
Returns the nickname of the client who issued the Command
.
- getSenderId() - Method in class Command
-
Returns the user ID of the client who issued the Command
.
- getUserId(String) - Method in class ServerModel
-
Returns the user ID currently associated with the given nickname.
- getUserId(String) - Method in interface ServerModelApi
-
Returns the user ID currently associated with the given nickname.
- getUsers(String) - Method in class ServerModel
-
Returns a collection of the nicknames of all the users in a given
channel.
- getUsers(String) - Method in interface ServerModelApi
-
Returns a collection of the nicknames of all the users in a given
channel.