| ManagerProvider |
Provides abstraction for obtaining TrustManagers and KeyManagers.
|
| PlainClient |
ReactorClient implementation to provide not encrypted communication.
|
| Reactor |
Provides Reactor abstraction which reacts on
incoming messages and let ReactorClient process
them.
|
| ReactorClient |
Abstract implementation of JsonRpcClient which handles low level networking.
|
| ReactorFactory |
Factory class which provide single instance of Reactors or ResponseWorker within single
loading scope.
|
| ReactorListener |
NioListener provides a way to react on incoming messages.
|
| SSLClient |
ReactorClient implementation to provide encrypted communication.
|
| SSLEngineNioHelper |
Helper object responsible for low level ssl communication.
|