Crossfire JXClient, Trunk
Package Functions | List of all members
BN Class Reference
Inheritance diagram for BN:
Inheritance graph
Collaboration diagram for BN:
Collaboration graph

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
 

Detailed Description

A Blocking/Multi-threaded Server which creates a new thread for each connection. This is not efficient for large numbers of connections.

Author
Mark Reinhold
Brad R. Wetmore

Definition at line 51 of file BN.java.

Constructor & Destructor Documentation

◆ BN()

BN.BN ( int  port,
int  backlog,
boolean  secure 
) throws Exception
package

Definition at line 53 of file BN.java.

Member Function Documentation

◆ runServer()

void BN.runServer ( ) throws IOException
package

Reimplemented from Server.

Definition at line 57 of file BN.java.

References ChannelIO.getInstance(), ChannelIOSecure.getInstance(), Server.ssc, and Server.sslContext.

Here is the call graph for this function:

The documentation for this class was generated from the following file: