All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface semper.download.ProtocolConstants

public interface ProtocolConstants
This interface defines the client/server states during the download procedure

Version:
$Revision: 1.2 $ $Date: 1998/03/13 16:40:57 $
Author:
Petros Pantis, Kostas Tzelepis

Variable Index

 o CLIENT_BREAK_DES
During this state the client informs the server to proceed with the sending procedure of the public files
 o CLIENT_DATA
Defines the offset of the DcfClientProtocol constances
 o CLIENT_ERROR_CODES
Clients error codes offset
 o CLIENT_GEN_ERROR
Unexpected error
 o CLIENT_GENERAL_CODES
Specific client's codes offset
 o CLIENT_RECEIVE_DCF_LIST
During this state the client is receiving the list of new/updated certificate block identifiers
 o CLIENT_RECEIVE_FILES
During this state the client is receiving files from the server
 o CLIENT_RECEIVE_VMFS
During this state the client is receiving the list of certificate blocks from the server
 o CLIENT_SEND_DCF_LIST
During this state the client sent the new/updated certificate block identifiers to the server
 o CLIENT_SEND_DES_CERT_LIST
During this state the client send the list of the requested certificates
 o CLIENT_SEND_DES_RESP
During this state the client sends a message encrypted by the symetric key
 o CLIENT_SEND_FILE_LIST
During this state the client sent list of new/updated files to the server
 o CLIENT_SEND_IDENTIFIER
During this state the client sends his identifier to the server
 o CLIENT_SEND_UPDATE_DCF
Sent by the client in case of successful receiving and validation of the sended, by the server, files
 o CLIENT_SETUP_CONNECTION
During this state the client connects the server host
 o CLIENT_SUCCESS
State which declares that the client procedure terminates successfuly
 o MSGERROR_ON_SENDING_FILE_LIST
Error message occur if the procedure of sending the list of files terminates on error
 o MSGERROR_UNEXPECTED_RESPONSE
Error message occur if the client receive an unexpected server response
 o MSGERROR_UNEXPECTED_STATE
Protocol error message
 o SERVER_DATA
Server's state offset
 o SERVER_ERROR_CODES
Server's error code offset
 o SERVER_GEN_ERROR
Unexpected protocol error
 o SERVER_GENERAL_CODES
Specific server's codes offset
 o SERVER_RECEIVE_DCF_LIST
During this state server is waiting to obtain the new/updated certificate identifiers from the client
 o SERVER_RECEIVE_FILE_LIST
During this state server is waiting to obtain the new/updated file list from the client
 o SERVER_RETRIEVE_CLIENT_ID
During this state server is waiting for the client identifier
 o SERVER_SEND_DCF_LIST
During this state server is sending the new/updated certificate identifiers to the client
 o SERVER_SEND_DES
During this state server send the symetric key to the client
 o SERVER_SEND_FILES
During this state server is sending the requested files
 o SERVER_SEND_VMFS
During this state server is sending the new/updated certificate blocks
 o SERVER_SUCCESS
Server terminates successfuly
 o SERVER_UPDATE_DCF
During this state server updates the DCF

Variables

 o CLIENT_DATA
 public static final int CLIENT_DATA
Defines the offset of the DcfClientProtocol constances

 o CLIENT_SETUP_CONNECTION
 public static final int CLIENT_SETUP_CONNECTION
During this state the client connects the server host

 o CLIENT_SEND_IDENTIFIER
 public static final int CLIENT_SEND_IDENTIFIER
During this state the client sends his identifier to the server

 o CLIENT_RECEIVE_DCF_LIST
 public static final int CLIENT_RECEIVE_DCF_LIST
During this state the client is receiving the list of new/updated certificate block identifiers

 o CLIENT_SEND_DCF_LIST
 public static final int CLIENT_SEND_DCF_LIST
During this state the client sent the new/updated certificate block identifiers to the server

 o CLIENT_RECEIVE_VMFS
 public static final int CLIENT_RECEIVE_VMFS
During this state the client is receiving the list of certificate blocks from the server

 o CLIENT_SEND_FILE_LIST
 public static final int CLIENT_SEND_FILE_LIST
During this state the client sent list of new/updated files to the server

 o CLIENT_RECEIVE_FILES
 public static final int CLIENT_RECEIVE_FILES
During this state the client is receiving files from the server

 o CLIENT_SEND_UPDATE_DCF
 public static final int CLIENT_SEND_UPDATE_DCF
Sent by the client in case of successful receiving and validation of the sended, by the server, files

 o CLIENT_BREAK_DES
 public static final int CLIENT_BREAK_DES
During this state the client informs the server to proceed with the sending procedure of the public files

 o CLIENT_SEND_DES_CERT_LIST
 public static final int CLIENT_SEND_DES_CERT_LIST
During this state the client send the list of the requested certificates

 o CLIENT_SEND_DES_RESP
 public static final int CLIENT_SEND_DES_RESP
During this state the client sends a message encrypted by the symetric key

 o CLIENT_ERROR_CODES
 public static final int CLIENT_ERROR_CODES
Clients error codes offset

 o CLIENT_GEN_ERROR
 public static final int CLIENT_GEN_ERROR
Unexpected error

 o CLIENT_SUCCESS
 public static final int CLIENT_SUCCESS
State which declares that the client procedure terminates successfuly

 o SERVER_DATA
 public static final int SERVER_DATA
Server's state offset

 o SERVER_RETRIEVE_CLIENT_ID
 public static final int SERVER_RETRIEVE_CLIENT_ID
During this state server is waiting for the client identifier

 o SERVER_SEND_DCF_LIST
 public static final int SERVER_SEND_DCF_LIST
During this state server is sending the new/updated certificate identifiers to the client

 o SERVER_RECEIVE_DCF_LIST
 public static final int SERVER_RECEIVE_DCF_LIST
During this state server is waiting to obtain the new/updated certificate identifiers from the client

 o SERVER_SEND_VMFS
 public static final int SERVER_SEND_VMFS
During this state server is sending the new/updated certificate blocks

 o SERVER_RECEIVE_FILE_LIST
 public static final int SERVER_RECEIVE_FILE_LIST
During this state server is waiting to obtain the new/updated file list from the client

 o SERVER_SEND_FILES
 public static final int SERVER_SEND_FILES
During this state server is sending the requested files

 o SERVER_UPDATE_DCF
 public static final int SERVER_UPDATE_DCF
During this state server updates the DCF

 o SERVER_SEND_DES
 public static final int SERVER_SEND_DES
During this state server send the symetric key to the client

 o SERVER_ERROR_CODES
 public static final int SERVER_ERROR_CODES
Server's error code offset

 o SERVER_GEN_ERROR
 public static final int SERVER_GEN_ERROR
Unexpected protocol error

 o SERVER_SUCCESS
 public static final int SERVER_SUCCESS
Server terminates successfuly

 o SERVER_GENERAL_CODES
 public static final int SERVER_GENERAL_CODES
Specific server's codes offset

 o CLIENT_GENERAL_CODES
 public static final int CLIENT_GENERAL_CODES
Specific client's codes offset

 o MSGERROR_UNEXPECTED_RESPONSE
 public static final String MSGERROR_UNEXPECTED_RESPONSE
Error message occur if the client receive an unexpected server response

 o MSGERROR_ON_SENDING_FILE_LIST
 public static final String MSGERROR_ON_SENDING_FILE_LIST
Error message occur if the procedure of sending the list of files terminates on error

 o MSGERROR_UNEXPECTED_STATE
 public static final String MSGERROR_UNEXPECTED_STATE
Protocol error message


All Packages  Class Hierarchy  This Package  Previous  Next  Index