|
Crossfire JXClient, Trunk
|


Package Functions | |
| N1 (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/single-threaded server. All accept() and read()/write() operations are performed by a single thread, but only after being selected for those operations by a Selector.
|
package |
Definition at line 53 of file N1.java.
References Server.ssc.
|
package |
Reimplemented from Server.
Definition at line 58 of file N1.java.
References Dispatcher.register(), Server.ssc, and Server.sslContext.

1.8.17