common.commun
Interface StaticProtocolStrings

All Known Implementing Classes:
ClientManager

public interface StaticProtocolStrings


Field Summary
static java.lang.String ACTTOPASS_CON_TYPE
          msg type - when passive connect to active for request
static java.lang.String BRIDGE_CON_PURPOSE_COMM
           
static java.lang.String BRIDGE_CON_PURPOSE_TRANS
           
static java.lang.String BRIDGE_CON_ROLE_ANS
           
static java.lang.String BRIDGE_CON_ROLE_REQ
           
static java.lang.String CLIENT_CONNECTED
           
static java.lang.String CLIENT_DISCONNECTED
           
static java.lang.String CONNECT_TO_SERVER
          msg type - when client connects to a server
static java.lang.String NORM_CON_TYPE_TO_CLIENT
          msg type - when a client connects to an other client
static java.lang.String REQ_SERVER_TO_ASK_PASSIVE_CON_TYPE
          msg type - client asks server to connect him to passive
static java.lang.String REQ_SERVER_TO_ASK_PASSIVE_TRANS_TYPE
          msg type - client asks server to connect him to passive for transfer purpose
static java.lang.String SERV_TO_REQUESTED_TO_BRIDGE
          server asks the target client to connect to the bridge
static java.lang.String SERV_TO_REQUESTED_TO_BRIDGE_TRANS
          server asks the target client to connect to the bridge for transf purpose
static java.lang.String SERV_TO_REQUESTER_TO_BRIDGE
          server asks requester to connec to the brisge
static java.lang.String SERV_TO_REQUESTER_TO_BRIDGE_TRANS
          server asks requester to connec to the brisge for trans purpose
static java.lang.String STANDARD_TYPE_NAME
          msg type - standard type for normal download
static java.lang.String TO_BRIDGE_CONN_TYPE
          msg typpe - connectiong to bridge
static java.lang.String TOACT_FROM_PASSIVE_TRANS_REPLY
          msg type - passive client connects to active as replying for transfer request.
static java.lang.String TOACTO_FROM_PASS_SERVER_REQ
          msg type - server asks passive client to connect to active (for communication)
static java.lang.String TOACTO_FROM_PASS_TRANS_SERVER_REQ
          msg type - server / connected client asks passive client to connect to active (for transfer)
static java.lang.String TRANSF_RESTRICT
           
static java.lang.String TRASF_RESTRICT_REASON_ACCESS
           
static java.lang.String TRASF_RESTRICT_REASON_FNOTEXIST
           
static java.lang.String TRASF_RESTRICT_REASON_UNKNOWN
           
 

Field Detail

STANDARD_TYPE_NAME

static final java.lang.String STANDARD_TYPE_NAME
msg type - standard type for normal download

See Also:
Constant Field Values

NORM_CON_TYPE_TO_CLIENT

static final java.lang.String NORM_CON_TYPE_TO_CLIENT
msg type - when a client connects to an other client

See Also:
Constant Field Values

ACTTOPASS_CON_TYPE

static final java.lang.String ACTTOPASS_CON_TYPE
msg type - when passive connect to active for request

See Also:
Constant Field Values

TOACTO_FROM_PASS_SERVER_REQ

static final java.lang.String TOACTO_FROM_PASS_SERVER_REQ
msg type - server asks passive client to connect to active (for communication)

See Also:
Constant Field Values

TOACTO_FROM_PASS_TRANS_SERVER_REQ

static final java.lang.String TOACTO_FROM_PASS_TRANS_SERVER_REQ
msg type - server / connected client asks passive client to connect to active (for transfer)

See Also:
Constant Field Values

TOACT_FROM_PASSIVE_TRANS_REPLY

static final java.lang.String TOACT_FROM_PASSIVE_TRANS_REPLY
msg type - passive client connects to active as replying for transfer request.

See Also:
Constant Field Values

CONNECT_TO_SERVER

static final java.lang.String CONNECT_TO_SERVER
msg type - when client connects to a server

See Also:
Constant Field Values

REQ_SERVER_TO_ASK_PASSIVE_CON_TYPE

static final java.lang.String REQ_SERVER_TO_ASK_PASSIVE_CON_TYPE
msg type - client asks server to connect him to passive

See Also:
Constant Field Values

REQ_SERVER_TO_ASK_PASSIVE_TRANS_TYPE

static final java.lang.String REQ_SERVER_TO_ASK_PASSIVE_TRANS_TYPE
msg type - client asks server to connect him to passive for transfer purpose

See Also:
Constant Field Values

SERV_TO_REQUESTER_TO_BRIDGE

static final java.lang.String SERV_TO_REQUESTER_TO_BRIDGE
server asks requester to connec to the brisge

See Also:
Constant Field Values

SERV_TO_REQUESTED_TO_BRIDGE

static final java.lang.String SERV_TO_REQUESTED_TO_BRIDGE
server asks the target client to connect to the bridge

See Also:
Constant Field Values

SERV_TO_REQUESTER_TO_BRIDGE_TRANS

static final java.lang.String SERV_TO_REQUESTER_TO_BRIDGE_TRANS
server asks requester to connec to the brisge for trans purpose

See Also:
Constant Field Values

SERV_TO_REQUESTED_TO_BRIDGE_TRANS

static final java.lang.String SERV_TO_REQUESTED_TO_BRIDGE_TRANS
server asks the target client to connect to the bridge for transf purpose

See Also:
Constant Field Values

TO_BRIDGE_CONN_TYPE

static final java.lang.String TO_BRIDGE_CONN_TYPE
msg typpe - connectiong to bridge

See Also:
Constant Field Values

BRIDGE_CON_PURPOSE_COMM

static final java.lang.String BRIDGE_CON_PURPOSE_COMM
See Also:
Constant Field Values

BRIDGE_CON_PURPOSE_TRANS

static final java.lang.String BRIDGE_CON_PURPOSE_TRANS
See Also:
Constant Field Values

BRIDGE_CON_ROLE_ANS

static final java.lang.String BRIDGE_CON_ROLE_ANS
See Also:
Constant Field Values

BRIDGE_CON_ROLE_REQ

static final java.lang.String BRIDGE_CON_ROLE_REQ
See Also:
Constant Field Values

TRANSF_RESTRICT

static final java.lang.String TRANSF_RESTRICT
See Also:
Constant Field Values

TRASF_RESTRICT_REASON_ACCESS

static final java.lang.String TRASF_RESTRICT_REASON_ACCESS
See Also:
Constant Field Values

TRASF_RESTRICT_REASON_FNOTEXIST

static final java.lang.String TRASF_RESTRICT_REASON_FNOTEXIST
See Also:
Constant Field Values

TRASF_RESTRICT_REASON_UNKNOWN

static final java.lang.String TRASF_RESTRICT_REASON_UNKNOWN
See Also:
Constant Field Values

CLIENT_CONNECTED

static final java.lang.String CLIENT_CONNECTED
See Also:
Constant Field Values

CLIENT_DISCONNECTED

static final java.lang.String CLIENT_DISCONNECTED
See Also:
Constant Field Values