Class Summary |
ConnectionAcceptor |
The ConnectionAcceptor class is a server thread handling accepting of incoming client connections and simply hands
over these connections to another thread for further processing. |
ConnectionHeader |
A simple connection header contining informations about compression and
blocking/non-blocking io features. |
ConnectionProcessorManager |
The ConnectionProcessorManager handles the further processing of accepted client connections. |
ConnectionReader |
ConnectionReader targets two jobs:
Read (partial) data from a established client connection
Invoke the server handler to process the received data
|
ConnectionWriter |
ConnectionWriter serializes a server answer and sends it through the established connection. |
EJClassLoader |
A remote classloader using an EJClient instance to retrieve class definitions
from an EJOE classloaderserver. |
EJClient |
This is the client component of EJOE. |
EJConstants |
|
EJServer |
This is the server component of EJOE. |