public class UserListUpdateMessage extends ChatMessage
CHAT_MESSAGE, CHATTRANSCRIPT_UPDATE, DISCONNECT_REQUEST, DISCONNECT_RESPONSE, LOGIN_REQUEST, LOGIN_RESPONSE, SEP, USERLIST_UPDATE| Constructor and Description |
|---|
UserListUpdateMessage() |
UserListUpdateMessage(List usernames) |
UserListUpdateMessage(Set usernames) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
void |
fromString(String s) |
List |
getUserList() |
getType, main, parseMessagepublic UserListUpdateMessage(Set usernames)
public UserListUpdateMessage()
public UserListUpdateMessage(List usernames)
public List getUserList()
public void fromString(String s)
fromString in class ChatMessagepublic String asString()
asString in class ChatMessageCopyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.