Houdini Engine 6.0
|
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 |
Options to configure a Thrift server being started from HARC.
Definition at line 1085 of file HAPI_Common.h.
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.