Class | Description |
---|---|
AbstractRemoteService | |
ChunkedInputStream |
A chunked input stream is made of chunk of data with the following format: n byte count (int), n bytes of data.
|
DefaultRemoteCommandManager | |
DynamicRemoteConnection |
Implements an
RemoteConnection that wraps another RemoteConnection that can change dynamically. |
GatewayRemoteCommandManager |
A
RemoteCommandManager that dispatches all the unknown command to the
CommandSender . |
LimitedLengthInputStream | |
StreamRemoteConnection |