|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Util.Config
a static wrapper for global configuration options
| Field Summary | |
static int |
max_connections
The maximum number of concurrent client connection requests, to the server. |
static int |
max_socket_retries
The maximum number of retries in socket connections |
static java.lang.String |
server_host
Server name. |
static int |
server_port
Server Port. |
| Constructor Summary | |
Config()
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final java.lang.String server_host
public static final int server_port
public static final int max_connections
public static final int max_socket_retries
| Constructor Detail |
public Config()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||