|
Crossfire JXClient, Trunk
|


Package Functions | |
| N2 (int port, int backlog, boolean secure) throws Exception | |
| void | runServer () throws Exception |
Package Functions inherited from Server | |
| Server (int port, int backlog, boolean secure) throws Exception | |
Additional Inherited Members | |
Static Public Member Functions inherited from Server | |
| static void | main (String args[]) throws Exception |
Package Attributes inherited from Server | |
| ServerSocketChannel | ssc |
| SSLContext | sslContext = null |
A non-blocking/dual-threaded which performs accept()s in one thread, and services requests in a second. Both threads use select().
|
package |
|
package |
Reimplemented from Server.
Definition at line 54 of file N2.java.
References a, Server.ssc, and Server.sslContext.
1.8.17