| Interface | Description |
|---|---|
| ServerStream |
A server stream establishes a connection between a client and a server and
allows the client to access the stream via the AristaFlow-communication
framework.
|
| Class | Description |
|---|---|
| ServerInputStream |
This is a simple wrapper for an
InputStream as
ServerStream which allows for keeping an
InputStream locally and use it remotely. |