|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectequip.net.SapConstants
Various constants used in ServerSap,
ConnectionSap and sub-classes.
| Field Summary | |
static boolean |
ACK_EVERY_PACKET
ack every packet?? |
static int |
DEFAULT_BUF_SIZE
default input/output buffer size (64000). |
static int |
DEFAULT_CONNECTION_TIMEOUT_MS
Connection timeout, ms (not configurable for tcp) (30000) |
static int |
DEFAULT_KEEP_ALIVE_TIME_MS
Default keep-alive message send interval, milliseconds (5000) |
static int |
DEFAULT_LONG_CONNECTION_TIMEOUT_MS
Alternative connection timeout for 'long' timeouts, e.g. |
static int |
DEFAULT_PROBING_INTERVAL_MS
Default channel probing time, ms (UDP?!) |
static int |
DEFAULT_RECV_TIMEOUT_MS
Default receive timeout (0); 0=blocking |
static int |
DEFAULT_SLOW_RESPONSE_TIME_MS
Default slow response time, milliseconds (2000) |
static int |
DEFAULT_SLOW_RESPONSE_TIME_MS_TCP
TCP slow response time, ms (7000). |
static int |
DEFAULT_SLOW_RESPONSE_TIME_MS_UDP
UDP slow response time, ms (2000). |
| Constructor Summary | |
SapConstants()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEFAULT_BUF_SIZE
public static final int DEFAULT_RECV_TIMEOUT_MS
public static final int DEFAULT_KEEP_ALIVE_TIME_MS
public static final int DEFAULT_SLOW_RESPONSE_TIME_MS
public static final int DEFAULT_SLOW_RESPONSE_TIME_MS_TCP
public static final int DEFAULT_SLOW_RESPONSE_TIME_MS_UDP
public static final int DEFAULT_PROBING_INTERVAL_MS
public static final int DEFAULT_CONNECTION_TIMEOUT_MS
public static final int DEFAULT_LONG_CONNECTION_TIMEOUT_MS
public static final boolean ACK_EVERY_PACKET
| Constructor Detail |
public SapConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||