Click or drag to resize

TcpResponseProcessor Class

Class for processing TCP request response bytes. Corresponding async results are searched and marked as done when parsing data received via TCP.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Service.TcpTcpResponseProcessor

Namespace:  Guardtime.KSI.Service.Tcp
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class TcpResponseProcessor

The TcpResponseProcessor type exposes the following members.

Constructors
  NameDescription
Public methodTcpResponseProcessor
Create TCP request response processor instance
Top
Methods
  NameDescription
Public methodClear
Clear received data
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEncodedReceivedData
Return received bytes that are not processed.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessReceivedData
Process received data. Corresponding async results are searched and marked as done.
Public methodToString (Inherited from Object.)
Top
See Also