OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
ConnectionSettings Struct Reference

#include <HandlerSettings.h>

Public Member Functions

 ConnectionSettings ()
 
std::string toString () const
 

Public Attributes

UInt16 clientSendAliveIntervalReq
 
UInt16 clientReceiveAliveIntervalReq
 
SInt16 comunicWindowSize
 
bool compressionEnabled
 

Detailed Description

Definition at line 128 of file HandlerSettings.h.

Constructor & Destructor Documentation

Initialize default instance.

Member Function Documentation

std::string toString ( ) const

Returns the string representation.

Member Data Documentation

UInt16 clientReceiveAliveIntervalReq

Specifies the value of the timeout at which the handler must send heartbeat to prevent the server from closing the session.

Definition at line 139 of file HandlerSettings.h.

UInt16 clientSendAliveIntervalReq

Specifies the value of the timeout at which the handle must close the SSP session. The handler must reset this timeout whenever it receives a valid data from the server.

Definition at line 136 of file HandlerSettings.h.

bool compressionEnabled

Indicates whether compression of the block data is enabled or not.

Definition at line 145 of file HandlerSettings.h.

SInt16 comunicWindowSize

Size of the communication window.

Definition at line 142 of file HandlerSettings.h.


The documentation for this struct was generated from the following file: