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

Package Functions

 B1 (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
 

Detailed Description

A blocking/single-threaded server which completely services each connection before moving to the next.

Author
Mark Reinhold
Brad R. Wetmore

Definition at line 50 of file B1.java.

Constructor & Destructor Documentation

◆ B1()

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

Definition at line 52 of file B1.java.

Member Function Documentation

◆ runServer()

void B1.runServer ( ) throws Exception
package

Reimplemented from Server.

Definition at line 56 of file B1.java.

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

Here is the call graph for this function:

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