Click or drag to resize

Guardtime.KSI.Service.Tcp Namespace

 
Classes
  ClassDescription
Public classTcpAsyncResultCollection
Syncronized collection containing TcpKsiServiceProtocol asyncResults.
Public classTcpKsiExtendingServiceProtocol
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.
Public classTcpKsiServiceAsyncResult
TCP KSI service async result.
Public classTcpKsiServiceProtocolBase
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.
Public classTcpKsiSigningServiceProtocol
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.
Public classTcpResponseProcessor
Class for processing TCP request response bytes. Corresponding async results are searched and marked as done when parsing data received via TCP.
Enumerations
  EnumerationDescription
Public enumerationTcpRequestType Obsolete.
TCP request types