You.i Engine
YiNetworkConfigurationPS4.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_NETWORK_CONFIGURATIONPS4_H_
3 #define _YI_NETWORK_CONFIGURATIONPS4_H_
4 
5 #include "framework/YiPredef.h"
6 #include "utility/YiString.h"
8 
24 {
25 public:
26 
29 
33  void SetHTTPLibPoolSize(const uint32_t uBytes);
34 
38  void SetSSLPoolSize(const uint32_t uBytes);
39 
43  void SetNetHeapSize(const uint32_t uBytes);
44 
48  uint32_t GetHTTPLibPoolSize() const;
49 
53  uint32_t GetSSLPoolSize() const;
54 
58  uint32_t GetNetHeapSize() const;
59 
60 private:
61  uint32_t m_nLibHttpPoolSize;
62  uint32_t m_nSSLPoolSize;
63  uint32_t m_nNetHeapSize;
64 };
65 
68 #endif // _YI_NETWORK_CONFIGURATIONPS4_H_
void SetSSLPoolSize(const uint32_t uBytes)
void SetHTTPLibPoolSize(const uint32_t uBytes)
CYINetworkConfiguration is a data structure that describes the properties of the You.i Engine network components.
Definition: YiNetworkConfiguration.h:22
uint32_t GetSSLPoolSize() const
uint32_t GetNetHeapSize() const
CYINetworkConfigurationPS4 is a data structure that describes the properties of the You...
Definition: YiNetworkConfigurationPS4.h:23
uint32_t GetHTTPLibPoolSize() const
void SetNetHeapSize(const uint32_t uBytes)
virtual ~CYINetworkConfigurationPS4()