Classes in de.netseeker.ejoe.core used by de.netseeker.ejoe.core |
ChannelRegistrar
|
ConnectionReader
ConnectionReader targets three jobs:
Read (partial) data from a established client connection
Invoke the server handler to process the received data
Hand over the response to the ConnectionProcessor for further processing (sending to the client)
|
EJServerRegistry
A simple registry wherein all known local EJServers are registered, so that clients lookup an EJServer within the
same JVM. |
InJvmProcessor
An In-JVM solution using Piped-Streams to communicate directly with the ServerHandler of a local EJServer. |