|
Crossfire JXClient, Trunk
|


Package Functions | |
| BP (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 | |
Static Private Attributes | |
| static final int | POOL_MULTIPLE = 4 |
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 multi-threaded server which creates a pool of threads for use by the server. The Thread pool decides how to schedule those threads.
|
package |
|
package |
Reimplemented from Server.
Definition at line 59 of file BP.java.
References ChannelIO.getInstance(), ChannelIOSecure.getInstance(), POOL_MULTIPLE, Server.ssc, and Server.sslContext.

|
staticprivate |
Definition at line 53 of file BP.java.
Referenced by runServer().
1.8.17