| Class | Description |
|---|---|
| BufferedDataObjectStream |
Adds a receive buffer to
DataObjectStream for performance reasons and
adds a reconnect functionality in case of an error. |
| Connection |
This thread represents one client.
It maintains all resources associated with the client: The socket The object send buffer The OutputStream
and dispatches the buffered data items to the client |
| ConnectionHandler |
This thread maintains all clients.
|
| DataTap | |
| DataTap.ClientHandler | |
| DataTap.ServerThread | |
| DataTapSink |
This
Sink receives data items and transmit them via TCP socket
connections.It can be used for inter-process- / inter-machine-communication. |
| TcpSender | |
| UDPStream |
Copyright © 2018. All rights reserved.