| BackEndDispatcher |
This class implements the FrontEndDispatcher related BackEnd dispatcher
managable by an asynchronous JICPMediatorManager
|
| BEManagementService |
This service handles BEContainer creation requests and manages IO operations
for data exchanged between the created BEContainers and their FEContainers
in an asynchronous way using java.nio
Having this functionality implemented as a service allows propagating
(through the ServiceHelper) BackEnd related events (e.g.
|
| NIOBEDispatcher |
This class implements the BIFEDispatcher related BackEnd dispatcher
managable by an asynchronous JICPMediatorManager
|
| NIOHelper |
static helper for ssl/nio related handshaking/input/output
|
| NIOHTTPBEDispatcher |
|
| NIOHTTPConnection |
|
| NIOHTTPHelper |
|
| NIOHTTPPeer |
|
| NIOHTTPSConnection |
|
| NIOHTTPSPeer |
|
| NIOJICPConnection |
|
| NIOJICPPeer |
|
| NIOJICPSConnection |
This class provides a nio based server connection for which ssl can be configured.
|
| NIOJICPSPeer |
|
| SSLEngineHelper |
helper class that holds the ByteBuffers, SSLEngine and other Objects that deal with the non static part of the
ssl/nio handshaking/input/output.
|