public abstract class ChatMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHAT_MESSAGE |
static String |
CHATTRANSCRIPT_UPDATE |
static String |
DISCONNECT_REQUEST |
static String |
DISCONNECT_RESPONSE |
static String |
LOGIN_REQUEST |
static String |
LOGIN_RESPONSE |
static String |
SEP |
static String |
USERLIST_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asString() |
abstract void |
fromString(String s) |
String |
getType() |
static void |
main(String[] args) |
static ChatMessage |
parseMessage(String s) |
public static final String LOGIN_REQUEST
public static final String LOGIN_RESPONSE
public static final String USERLIST_UPDATE
public static final String CHAT_MESSAGE
public static final String CHATTRANSCRIPT_UPDATE
public static final String DISCONNECT_REQUEST
public static final String DISCONNECT_RESPONSE
public static final String SEP
Copyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.