HDK
|
#include <NET_HTTPSettings.h>
Public Member Functions | |
NET_HTTPSettings () | |
Public Member Functions inherited from UT_IntrusiveRefCounter< NET_HTTPSettings > | |
SYS_FORCE_INLINE | UT_IntrusiveRefCounter () noexcept |
Default constructor: Sets counter to 0. More... | |
SYS_FORCE_INLINE | UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept |
Copy constructor: Sets counter to 0. More... | |
UT_IntrusiveRefCounter & | operator= (const UT_IntrusiveRefCounter &) noexcept |
Assignment operator: Does not modify counter. More... | |
SYS_FORCE_INLINE uint32 | use_count () const noexcept |
Return current counter. More... | |
SYS_FORCE_INLINE bool | conditionalAddRef () noexcept |
Public Attributes | |
int | myIdleTimeout |
int | myReadTimeout |
int | myWriteTimeout |
int64 | myMaxInMemorySize |
UT_StringHolder | myServer |
UT_StringHolder | myServerId |
bool | myIsDebug |
UT_StringHolder | myCAChain |
bool | myVerifyPeer |
int | myRateLimitIPv6Mask = 64 |
int | myRateLimitIPv4Mask = 32 |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IntrusiveRefCounter< NET_HTTPSettings > | |
SYS_FORCE_INLINE | ~UT_IntrusiveRefCounter () |
Destructor: Only derived classes can destruct this. More... | |
Definition at line 22 of file NET_HTTPSettings.h.
|
inline |
Definition at line 25 of file NET_HTTPSettings.h.
UT_StringHolder NET_HTTPSettings::myCAChain |
Definition at line 41 of file NET_HTTPSettings.h.
int NET_HTTPSettings::myIdleTimeout |
Definition at line 34 of file NET_HTTPSettings.h.
bool NET_HTTPSettings::myIsDebug |
Definition at line 40 of file NET_HTTPSettings.h.
int64 NET_HTTPSettings::myMaxInMemorySize |
Definition at line 37 of file NET_HTTPSettings.h.
int NET_HTTPSettings::myRateLimitIPv4Mask = 32 |
Definition at line 44 of file NET_HTTPSettings.h.
int NET_HTTPSettings::myRateLimitIPv6Mask = 64 |
Definition at line 43 of file NET_HTTPSettings.h.
int NET_HTTPSettings::myReadTimeout |
Definition at line 35 of file NET_HTTPSettings.h.
UT_StringHolder NET_HTTPSettings::myServer |
Definition at line 38 of file NET_HTTPSettings.h.
UT_StringHolder NET_HTTPSettings::myServerId |
Definition at line 39 of file NET_HTTPSettings.h.
bool NET_HTTPSettings::myVerifyPeer |
Definition at line 42 of file NET_HTTPSettings.h.
int NET_HTTPSettings::myWriteTimeout |
Definition at line 36 of file NET_HTTPSettings.h.