ecologylab.services.distributed.common
Interface ClientConstants

All Superinterfaces:
NetworkingConstants
All Known Implementing Classes:
NIOAuthClient, NIOClient, ServicesClient, ServicesClientBase

public interface ClientConstants
extends NetworkingConstants

Constant settings for client functionality.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static int RECONNECT_ATTEMPTS
          Number of reconnect attempts to make before giving up.
static int WAIT_BEWTEEN_RECONNECT_ATTEMPTS
          Number of milliseconds to sleep bewteen attempts to reconnect.
 
Fields inherited from interface ecologylab.services.distributed.common.NetworkingConstants
CHARACTER_ENCODING, CONTENT_LENGTH_STRING, CONTENT_LENGTH_STRING_LENGTH, DECODER, ENCODER, HTTP_HEADER_LINE_DELIMITER, HTTP_HEADER_TERMINATOR, MAX_HTTP_HEADER_LENGTH, MAX_PACKET_SIZE_BYTES, MAX_PACKET_SIZE_CHARACTERS, UNIQUE_IDENTIFIER_STRING
 

Field Detail

RECONNECT_ATTEMPTS

static final int RECONNECT_ATTEMPTS
Number of reconnect attempts to make before giving up.

See Also:
Constant Field Values

WAIT_BEWTEEN_RECONNECT_ATTEMPTS

static final int WAIT_BEWTEEN_RECONNECT_ATTEMPTS
Number of milliseconds to sleep bewteen attempts to reconnect.

See Also:
Constant Field Values