Guardtime.KSI.Service.Tcp Namespace |
| Class | Description | |
|---|---|---|
| TcpAsyncResultCollection |
Syncronized collection containing TcpKsiServiceProtocol asyncResults.
| |
| TcpKsiExtendingServiceProtocol |
TCP KSI extending service protocol.
Responsible for making TCP requests to extender.
All requests and responses go through one socket that is kept opened for future requests.
If a request fails (eg. socket is closed by server) it will be repeated once more with a new freshly connected socket.
| |
| TcpKsiServiceAsyncResult |
TCP KSI service async result.
| |
| TcpKsiServiceProtocolBase |
Manages TCP requests to one server.
All requests and responses go through one socket that is kept opened for future requests.
If a request fails (eg. socket is closed by server) it will be repeated once more with a new freshly connected socket.
| |
| TcpKsiSigningServiceProtocol |
TCP KSI signing service protocol.
Responsible for making TCP requests to aggregator.
All requests and responses go through one socket that is kept opened for future requests.
If a request fails (eg. socket is closed by server) it will be repeated once more with a new freshly connected socket.
| |
| TcpResponseProcessor |
Class for processing TCP request response bytes.
Corresponding async results are searched and marked as done when parsing data received via TCP.
|
| Enumeration | Description | |
|---|---|---|
| TcpRequestType | Obsolete.
TCP request types
|