edu.berkeley.psi.seda.generic
Interface genericConst

All Known Implementing Classes:
genericServer, genericUdpService

public interface genericConst

This interface defines various constants used by the generic server implementation.


Field Summary
static java.lang.String CRLF
          Standard TELNET/HTTP end-of-line marker, equal to "\r\n".
static int DEFAULT_PORT
          The default port on which genericServer listens.
static int WRITE_CLOG_THRESHOLD
          The threshold for outgoing TCP connections; currently set to -1, meaning infinite threshold.
 

Field Detail

DEFAULT_PORT

static final int DEFAULT_PORT
The default port on which genericServer listens.

See Also:
Constant Field Values

WRITE_CLOG_THRESHOLD

static final int WRITE_CLOG_THRESHOLD
The threshold for outgoing TCP connections; currently set to -1, meaning infinite threshold.

See Also:
Constant Field Values

CRLF

static final java.lang.String CRLF
Standard TELNET/HTTP end-of-line marker, equal to "\r\n".

See Also:
Constant Field Values