HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_HTTPSettings Class Reference

#include <NET_HTTPSettings.h>

+ Inheritance diagram for NET_HTTPSettings:

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_IntrusiveRefCounteroperator= (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
 

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...
 

Detailed Description

Definition at line 22 of file NET_HTTPSettings.h.

Constructor & Destructor Documentation

NET_HTTPSettings::NET_HTTPSettings ( )
inline

Definition at line 25 of file NET_HTTPSettings.h.

Member Data Documentation

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::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.

int NET_HTTPSettings::myWriteTimeout

Definition at line 36 of file NET_HTTPSettings.h.


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