| 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  RemoteConnectionthat wraps anotherRemoteConnectionthat can change dynamically. | 
| GatewayRemoteCommandManager | A  RemoteCommandManagerthat dispatches all the unknown command to theCommandSender. | 
| LimitedLengthInputStream | |
| StreamRemoteConnection |