|
Crossfire JXClient, Trunk
|


Package Functions | |
| BN (int port, int backlog, boolean secure) throws Exception | |
| void | runServer () throws IOException |
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 Blocking/Multi-threaded Server which creates a new thread for each connection. This is not efficient for large numbers of connections.
|
package |
|
package |
Reimplemented from Server.
Definition at line 57 of file BN.java.
References ChannelIO.getInstance(), ChannelIOSecure.getInstance(), Server.ssc, and Server.sslContext.

1.8.17