Public Member Functions | |
| ConnectionSettings () | |
| std::string | toString () const |
Public Attributes | |
| UInt16 | clientSendAliveIntervalReq |
| UInt16 | clientReceiveAliveIntervalReq |
| SInt16 | comunicWindowSize |
| bool | compressionEnabled |
Definition at line 147 of file HandlerSettings.h.
Initialize default instance.
| std::string toString | ( | ) | const |
Returns the string representation.
| 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 158 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 155 of file HandlerSettings.h.
| bool compressionEnabled |
Indicates whether compression of the block data is enabled or not.
Definition at line 164 of file HandlerSettings.h.
| SInt16 comunicWindowSize |
Size of the communication window.
Definition at line 161 of file HandlerSettings.h.