swpchat.protocol
Interface ControlTokens

All Superinterfaces:
ChatTokens
All Known Implementing Classes:
ControlProtocolHandler, ProtocolHandler, ServerConnection, ControlConnection, ControlReceiver

public interface ControlTokens
extends ChatTokens

The tokens used in the communication between chat control client and server. This interface defines more constants only, the basic structure is documented in ChatTokens.


Field Summary
static java.lang.String STR_EMOTION
          send notification to client
static java.lang.String STR_LOGIN
          Logging in
static java.lang.String STR_LOGIN_BEGIN
          Constant initial part of a login message.
static java.lang.String STR_LOGIN_RE_BEGIN
          Constant initial part of a login reply message.
static java.lang.String STR_LOGOUT
          Logging out
static java.lang.String STR_LOGOUT_BEGIN
          Constant initial part of a logout message.
static java.lang.String STR_LOGOUT_RE_BEGIN
          Constant initial part of a logout reply message.
static java.lang.String STR_MEMBER
          Member Message
static java.lang.String STR_MEMBER_BEGIN
          Constant initial part of a member Message
static java.lang.String STR_MEMBER_INFO
          MemberInfo Message
static java.lang.String STR_MEMBER_JOIN
          join for the MemberInfo
static java.lang.String STR_MEMBER_LEAVE
          leave for the MemberInfo
static java.lang.String STR_MEMBER_SHIP
          ship for the MemberInfo
static java.lang.String STR_NEW_CHANNEL
          Creating new Channel
static java.lang.String STR_NOTIFICATION
          send notification to client
static java.lang.String STR_NOTIFICATION_BEGIN
          Constant initial part of a notification message.
static java.lang.String STR_NOTIFY_REQUEST
          send notify request to server
static java.lang.String STR_REMOVE_CHANNEL
          Removing Channel
static java.lang.String STR_RENAME_CHANNEL
          Renaming Channel
static java.lang.String STR_REQUEST_IP
          request IP Address from another client
static java.lang.String STR_REQUST_IP_RE_BEGIN
          Constant initial part of a requestIP reply message.
static java.lang.String STR_SEND_USERINFO
          send userInfo command: client -> server
static java.lang.String STR_SET_NICK
          Changing the Nickname
static java.lang.String STR_SET_NICK_BEGIN
          Constant initial part of a setNick message.
static java.lang.String STR_SET_NICK_RE_BEGIN
          Constant initial part of a setNick reply message.
static java.lang.String STR_SET_SESSIONKEY
          Sending sessionKey
static java.lang.String STR_STOP_NOTIFICATION
          send stopNotification message
static java.lang.String STR_TELEPHONE_REQUEST
          send phone request to another client
 
Fields inherited from interface swpchat.protocol.ChatTokens
CHAR_ARG_SEP, CHAR_MSG_END, CHAR_MSG_EOL, CHAR_QUOTE, CHAR_STRING_DELIMITER, STR_ARG_SEP, STR_AUTHORIZE, STR_MSG_END, STR_MSG_EOL, STR_NEG_ARG, STR_NEGATIVE, STR_POS_ARG, STR_POSITIVE, STR_QUOTE, STR_REPLY, STR_STRING_DELIMITER, STR_WAIT
 

Field Detail

STR_LOGIN

public static final java.lang.String STR_LOGIN
Logging in

STR_LOGOUT

public static final java.lang.String STR_LOGOUT
Logging out

STR_SET_NICK

public static final java.lang.String STR_SET_NICK
Changing the Nickname

STR_MEMBER

public static final java.lang.String STR_MEMBER
Member Message

STR_MEMBER_INFO

public static final java.lang.String STR_MEMBER_INFO
MemberInfo Message

STR_NEW_CHANNEL

public static final java.lang.String STR_NEW_CHANNEL
Creating new Channel

STR_RENAME_CHANNEL

public static final java.lang.String STR_RENAME_CHANNEL
Renaming Channel

STR_REMOVE_CHANNEL

public static final java.lang.String STR_REMOVE_CHANNEL
Removing Channel

STR_SET_SESSIONKEY

public static final java.lang.String STR_SET_SESSIONKEY
Sending sessionKey

STR_SEND_USERINFO

public static final java.lang.String STR_SEND_USERINFO
send userInfo command: client -> server

STR_REQUEST_IP

public static final java.lang.String STR_REQUEST_IP
request IP Address from another client

STR_TELEPHONE_REQUEST

public static final java.lang.String STR_TELEPHONE_REQUEST
send phone request to another client

STR_NOTIFY_REQUEST

public static final java.lang.String STR_NOTIFY_REQUEST
send notify request to server

STR_STOP_NOTIFICATION

public static final java.lang.String STR_STOP_NOTIFICATION
send stopNotification message

STR_NOTIFICATION

public static final java.lang.String STR_NOTIFICATION
send notification to client

STR_EMOTION

public static final java.lang.String STR_EMOTION
send notification to client

STR_MEMBER_JOIN

public static final java.lang.String STR_MEMBER_JOIN
join for the MemberInfo

STR_MEMBER_LEAVE

public static final java.lang.String STR_MEMBER_LEAVE
leave for the MemberInfo

STR_MEMBER_SHIP

public static final java.lang.String STR_MEMBER_SHIP
ship for the MemberInfo

STR_LOGIN_BEGIN

public static final java.lang.String STR_LOGIN_BEGIN
Constant initial part of a login message. Currently, that's all.

STR_LOGOUT_BEGIN

public static final java.lang.String STR_LOGOUT_BEGIN
Constant initial part of a logout message. Currently, that's all.

STR_SET_NICK_BEGIN

public static final java.lang.String STR_SET_NICK_BEGIN
Constant initial part of a setNick message.

STR_MEMBER_BEGIN

public static final java.lang.String STR_MEMBER_BEGIN
Constant initial part of a member Message

STR_NOTIFICATION_BEGIN

public static final java.lang.String STR_NOTIFICATION_BEGIN
Constant initial part of a notification message.

STR_LOGIN_RE_BEGIN

public static final java.lang.String STR_LOGIN_RE_BEGIN
Constant initial part of a login reply message.

STR_LOGOUT_RE_BEGIN

public static final java.lang.String STR_LOGOUT_RE_BEGIN
Constant initial part of a logout reply message.

STR_SET_NICK_RE_BEGIN

public static final java.lang.String STR_SET_NICK_RE_BEGIN
Constant initial part of a setNick reply message.

STR_REQUST_IP_RE_BEGIN

public static final java.lang.String STR_REQUST_IP_RE_BEGIN
Constant initial part of a requestIP reply message.