swpchat.protocol
Interface ProtocolTokens

All Superinterfaces:
ChatTokens
All Known Implementing Classes:
ClientConnection, ServerConnection, FileSendConnection

public interface ProtocolTokens
extends ChatTokens

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


Field Summary
static java.lang.String STR_CONTROL
          initial command controler
static java.lang.String STR_CONTROL_PROTOCOL_ID
          Control ProtocolId
static java.lang.String STR_FILE_SEND
          initial command SendFile Handler
static java.lang.String STR_FILE_SEND_PROTOCOL_ID
          SendFile Handler ProtocolId
static java.lang.String STR_PROTOCOL
          initial command protocol
static java.lang.String STR_PROTOCOL_ID_BEGIN
          initial command begin
static java.lang.String STR_RECEIVER
          initial command receiver
static java.lang.String STR_RECEIVER_PROTOCOL_ID
          Receiver ProtocolId
static java.lang.String STR_SENDER
          initial command sender
static java.lang.String STR_SENDER_PROTOCOL_ID
          Sender ProtocolId
 
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_SENDER

public static final java.lang.String STR_SENDER
initial command sender

STR_RECEIVER

public static final java.lang.String STR_RECEIVER
initial command receiver

STR_CONTROL

public static final java.lang.String STR_CONTROL
initial command controler

STR_FILE_SEND

public static final java.lang.String STR_FILE_SEND
initial command SendFile Handler

STR_PROTOCOL

public static final java.lang.String STR_PROTOCOL
initial command protocol

STR_PROTOCOL_ID_BEGIN

public static final java.lang.String STR_PROTOCOL_ID_BEGIN
initial command begin

STR_RECEIVER_PROTOCOL_ID

public static final java.lang.String STR_RECEIVER_PROTOCOL_ID
Receiver ProtocolId

STR_SENDER_PROTOCOL_ID

public static final java.lang.String STR_SENDER_PROTOCOL_ID
Sender ProtocolId

STR_CONTROL_PROTOCOL_ID

public static final java.lang.String STR_CONTROL_PROTOCOL_ID
Control ProtocolId

STR_FILE_SEND_PROTOCOL_ID

public static final java.lang.String STR_FILE_SEND_PROTOCOL_ID
SendFile Handler ProtocolId