Gridarta Editor
|
Package Functions | |
BN (int port, int backlog, boolean secure) throws Exception | |
void | runServer () throws IOException |
![]() | |
Server (int port, int backlog, boolean secure) throws Exception | |
Additional Inherited Members | |
![]() | |
static void | main (String args[]) throws Exception |
![]() | |
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.