swpchat.protocol
Interface FileTransferTokens

All Superinterfaces:
ChatTokens
All Known Implementing Classes:
FileConnection, FileProtocolHandler, ControlConnection, FileSendConnection

public interface FileTransferTokens
extends ChatTokens

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


Field Summary
static java.lang.String STR_SEND_FILE_REQUEST
          Sending a file request
static java.lang.String STR_SEND_FILE_REQUEST_BEGIN
          Constant initial part of a fileObject.
static java.lang.String STR_SET_FILENAME
          Sending a setFileName message
static java.lang.String STR_SET_FILENAME_BEGIN
          Constant initial part of a setFileName message.
static java.lang.String STR_SET_FILESIZE
          Sending a setFileSize message
static java.lang.String STR_SET_FILESIZE_BEGIN
          Constant initial part of a setFileSize message.
 
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_SET_FILENAME

public static final java.lang.String STR_SET_FILENAME
Sending a setFileName message

STR_SET_FILESIZE

public static final java.lang.String STR_SET_FILESIZE
Sending a setFileSize message

STR_SEND_FILE_REQUEST

public static final java.lang.String STR_SEND_FILE_REQUEST
Sending a file request

STR_SET_FILENAME_BEGIN

public static final java.lang.String STR_SET_FILENAME_BEGIN
Constant initial part of a setFileName message.

STR_SET_FILESIZE_BEGIN

public static final java.lang.String STR_SET_FILESIZE_BEGIN
Constant initial part of a setFileSize message.

STR_SEND_FILE_REQUEST_BEGIN

public static final java.lang.String STR_SEND_FILE_REQUEST_BEGIN
Constant initial part of a fileObject.