Houdini Engine 6.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HAPI_ThriftServerOptions Struct Reference

Options to configure a Thrift server being started from HARC. More...

#include <HAPI_Common.h>

Public Attributes

HAPI_Bool autoClose
 Close the server automatically when all clients disconnect from it. More...
 
float timeoutMs
 
HAPI_StatusVerbosity verbosity
 

Detailed Description

Options to configure a Thrift server being started from HARC.

Definition at line 1085 of file HAPI_Common.h.

Member Data Documentation

HAPI_Bool HAPI_ThriftServerOptions::autoClose

Close the server automatically when all clients disconnect from it.

Definition at line 1088 of file HAPI_Common.h.

float HAPI_ThriftServerOptions::timeoutMs

Timeout in milliseconds for waiting on the server to signal that it's ready to serve. If the server fails to signal within this time interval, the start server call fails and the server process is terminated.

Definition at line 1094 of file HAPI_Common.h.

HAPI_StatusVerbosity HAPI_ThriftServerOptions::verbosity

Definition at line 1097 of file HAPI_Common.h.


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