|
Crossfire JXClient, Trunk
|
Inheritance diagram for Server:
Collaboration diagram for Server:Static Public Member Functions | |
| static void | main (String args[]) throws Exception |
Private Member Functions | |
| void | createSSLContext () throws Exception |
Static Private Member Functions | |
| static void | checkArgs (int i, int len) |
| static Server | createServer (String args[]) throws Exception |
| static void | usage () |
Static Private Attributes | |
| static int | BACKLOG = 1024 |
| static int | PORT = 8000 |
| static boolean | SECURE = false |
The main server base class.
This class is responsible for setting up most of the server state before the actual server subclasses take over.
Definition at line 56 of file Server.java.
|
staticprivate |
Definition at line 164 of file Server.java.
References usage().
Referenced by createServer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 124 of file Server.java.
References BACKLOG, checkArgs(), PORT, SECURE, and usage().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 82 of file Server.java.
|
static |
Definition at line 170 of file Server.java.
References createServer(), and usage().
Here is the call graph for this function:
|
staticprivate |
Definition at line 101 of file Server.java.
Referenced by checkArgs(), createServer(), and main().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 62 of file Server.java.
Referenced by createServer(), and usage().
|
staticprivate |
Definition at line 61 of file Server.java.
Referenced by createServer(), and usage().
|
staticprivate |
Definition at line 63 of file Server.java.
Referenced by createServer().