Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
MunResolverConfigure Class Reference

mun_resolver サーバの設定. More...

#include <MunResolverConfigure.hpp>

Inheritance diagram for MunResolverConfigure:
Collaboration diagram for MunResolverConfigure:

Public Member Functions

std::string GetProxyServerListeningAddress ()
 mun_proxy に対するリスニングアドレスの取得. More...
 
int32 GetProxyServerListeningPort ()
 mun_proxy に対するリスニングポートの取得. More...
 
int32 GetProxyServerListeningBacklog ()
 mun_proxy に対するリスニングバックログ数の取得. More...
 
int32 GetClientListeningFlag ()
 クライアントリスニング使用フラグの取得. More...
 
std::string GetClientListeningAddress ()
 クライアントリスニングアドレスの取得. More...
 
int32 GetClientListeningPortTCP ()
 クライアントリスニングポート(TCP)の取得. More...
 
int32 GetClientListeningPortUDP ()
 クライアントリスニングポート(UDP)の取得. More...
 
int32 GetClientListeningPortWS ()
 クライアントリスニングポート(WS)の取得. More...
 
int32 GetClientListeningPortWSS ()
 クライアントリスニングポート(WSS)の取得. More...
 
int32 GetClientListeningBacklogTCP ()
 クライアントリスニングバックログ数(TCP)の取得. More...
 
int32 GetClientListeningBacklogUDP ()
 クライアントリスニングバックログ数(UDP)の取得. More...
 
int32 GetClientListeningBacklogWS ()
 クライアントリスニングバックログ数(WS)の取得. More...
 
int32 GetClientListeningBacklogWSS ()
 クライアントリスニングバックログ数(WSS)の取得. More...
 
void SetLogLevel (int32 level)
 ログレベルの設定. More...
 
int32 GetLogLevel ()
 ログレベルの取得. More...
 
bool GetIsOutputLogFile ()
 ログをファイルで出力するかどうかのフラグの取得. More...
 
std::string GetLogDirPath ()
 ログ出力パスの取得. More...
 
int32 GetLogRotate ()
 ログローテートの取得. More...
 
uint32 GetKeepAliveUpdateInterval ()
 キープアライブ更新間隔の取得. More...
 
std::string GetMonitoringAddr ()
 モニタリング用ソケットのアドレスの取得. More...
 
uint16 GetMonitoringPort ()
 モニタリング用ソケットのポートの取得. More...
 
 MunResolverConfigure ()
 コンストラクタ.
 
virtual ~MunResolverConfigure ()
 デストラクタ.
 
virtual bool Parse (int32 argc, char **argv, mrs::OptArg::Callback callback=NULL)
 引数解析. More...
 

Protected Member Functions

virtual bool OnParse (int32 argi, const char *value, char short_name, const char *long_name, const char *default_value, const char *msg)
 引数解析用コールバック. More...
 
virtual void PrintUsage ()
 標準出力に引数ヘルプを表示.
 

Protected Attributes

std::string m_ProxyServerListeningAddress
 mun_proxy に対するリスニングアドレス. More...
 
int32 m_ProxyServerListeningPort
 mun_proxy に対するリスニングポート. More...
 
int32 m_ProxyServerListeningBacklog
 mun_proxy に対するリスニングバックログ数. More...
 
int32 m_ClientListeningFlag
 クライアントリスニング使用フラグ. More...
 
std::string m_ClientListeningAddress
 クライアントリスニングアドレス. More...
 
int32 m_ClientListeningPortTCP
 クライアントリスニングポート(TCP). More...
 
int32 m_ClientListeningPortUDP
 クライアントリスニングポート(UDP). More...
 
int32 m_ClientListeningPortWS
 クライアントリスニングポート(WS). More...
 
int32 m_ClientListeningPortWSS
 クライアントリスニングポート(WSS). More...
 
int32 m_ClientListeningBacklogTCP
 クライアントリスニングバックログ数(TCP). More...
 
int32 m_ClientListeningBacklogUDP
 クライアントリスニングバックログ数(UDP). More...
 
int32 m_ClientListeningBacklogWS
 クライアントリスニングバックログ数(WS). More...
 
int32 m_ClientListeningBacklogWSS
 クライアントリスニングバックログ数(WSS). More...
 
int32 m_LogLevel
 ログレベル. More...
 
bool m_IsOutputLogFile
 ログをファイルで出力するかどうかのフラグ. More...
 
std::string m_LogDirPath
 ログ出力パス. More...
 
int32 m_LogRotate
 ログローテート. More...
 
uint32 m_KeepAliveUpdateInterval
 キープアライブ更新間隔. More...
 
std::string m_MonitoringAddr
 モニタリング用ソケットのアドレス. More...
 
uint16 m_MonitoringPort
 モニタリング用ソケットのポート. More...
 

Detailed Description

mun_resolver サーバの設定.

Member Function Documentation

std::string MunResolverConfigure::GetClientListeningAddress ( )

クライアントリスニングアドレスの取得.

Returns
クライアントリスニングアドレスを返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningBacklogTCP ( )

クライアントリスニングバックログ数(TCP)の取得.

Returns
クライアントリスニングバックログ数(TCP)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningBacklogUDP ( )

クライアントリスニングバックログ数(UDP)の取得.

Returns
クライアントリスニングバックログ数(UDP)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningBacklogWS ( )

クライアントリスニングバックログ数(WS)の取得.

Returns
クライアントリスニングバックログ数(WS)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningBacklogWSS ( )

クライアントリスニングバックログ数(WSS)の取得.

Returns
クライアントリスニングバックログ数(WSS)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningFlag ( )

クライアントリスニング使用フラグの取得.

Returns
クライアントリスニング使用フラグを返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningPortTCP ( )

クライアントリスニングポート(TCP)の取得.

Returns
クライアントリスニングポート(TCP)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningPortUDP ( )

クライアントリスニングポート(UDP)の取得.

Returns
クライアントリスニングポート(UDP)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningPortWS ( )

クライアントリスニングポート(WS)の取得.

Returns
クライアントリスニングポート(WS)を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetClientListeningPortWSS ( )

クライアントリスニングポート(WSS)の取得.

Returns
クライアントリスニングポート(WSS)を返す.

Here is the caller graph for this function:

bool MunResolverConfigure::GetIsOutputLogFile ( )

ログをファイルで出力するかどうかのフラグの取得.

Returns
ログをファイルで出力するかどうかのフラグを返す.

Here is the caller graph for this function:

uint32 MunResolverConfigure::GetKeepAliveUpdateInterval ( )

キープアライブ更新間隔の取得.

Returns
キープアライブ更新間隔を返す.

Here is the caller graph for this function:

std::string MunResolverConfigure::GetLogDirPath ( )

ログ出力パスの取得.

Returns
ログ出力パスを返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetLogLevel ( )

ログレベルの取得.

Returns
ログレベルを返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetLogRotate ( )

ログローテートの取得.

Returns
ログローテートを返す.

Here is the caller graph for this function:

std::string MunResolverConfigure::GetMonitoringAddr ( )

モニタリング用ソケットのアドレスの取得.

Returns
モニタリング用ソケットのアドレスを返す.

Here is the caller graph for this function:

uint16 MunResolverConfigure::GetMonitoringPort ( )

モニタリング用ソケットのポートの取得.

Returns
モニタリング用ソケットのポートを返す.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string MunResolverConfigure::GetProxyServerListeningAddress ( )

mun_proxy に対するリスニングアドレスの取得.

Returns
mun_proxy に対するリスニングアドレスを返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetProxyServerListeningBacklog ( )

mun_proxy に対するリスニングバックログ数の取得.

Returns
mun_proxy に対するリスニングバックログ数を返す.

Here is the caller graph for this function:

int32 MunResolverConfigure::GetProxyServerListeningPort ( )

mun_proxy に対するリスニングポートの取得.

Returns
mun_proxy に対するリスニングポートを返す.

Here is the caller graph for this function:

bool MunResolverConfigure::OnParse ( int32  argi,
const char *  value,
char  short_name,
const char *  long_name,
const char *  default_value,
const char *  msg 
)
protectedvirtual

引数解析用コールバック.

Parameters
argi引数のインデックス.
value設定値.
short_name短いオプション名。オプションではない引数を渡す場合は -1.
long_name長いオプション名.
default_value初期値.
msgメッセージ.
Returns
継続する場合には true、終了する場合には false を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

bool MunResolverConfigure::Parse ( int32  argc,
char **  argv,
mrs::OptArg::Callback  callback = NULL 
)
virtual

引数解析.

Parameters
argc引数の数.
argv引数の値の配列.
callback引数解析用コールバック.
Returns
継続する場合には true、終了する場合には false を返す。

Here is the caller graph for this function:

void MunResolverConfigure::SetLogLevel ( int32  level)

ログレベルの設定.

Parameters
ログレベル.

Member Data Documentation

std::string MunResolverConfigure::m_ClientListeningAddress
protected

クライアントリスニングアドレス.

int32 MunResolverConfigure::m_ClientListeningBacklogTCP
protected

クライアントリスニングバックログ数(TCP).

int32 MunResolverConfigure::m_ClientListeningBacklogUDP
protected

クライアントリスニングバックログ数(UDP).

int32 MunResolverConfigure::m_ClientListeningBacklogWS
protected

クライアントリスニングバックログ数(WS).

int32 MunResolverConfigure::m_ClientListeningBacklogWSS
protected

クライアントリスニングバックログ数(WSS).

int32 MunResolverConfigure::m_ClientListeningFlag
protected

クライアントリスニング使用フラグ.

int32 MunResolverConfigure::m_ClientListeningPortTCP
protected

クライアントリスニングポート(TCP).

int32 MunResolverConfigure::m_ClientListeningPortUDP
protected

クライアントリスニングポート(UDP).

int32 MunResolverConfigure::m_ClientListeningPortWS
protected

クライアントリスニングポート(WS).

int32 MunResolverConfigure::m_ClientListeningPortWSS
protected

クライアントリスニングポート(WSS).

bool MunResolverConfigure::m_IsOutputLogFile
protected

ログをファイルで出力するかどうかのフラグ.

uint32 MunResolverConfigure::m_KeepAliveUpdateInterval
protected

キープアライブ更新間隔.

std::string MunResolverConfigure::m_LogDirPath
protected

ログ出力パス.

int32 MunResolverConfigure::m_LogLevel
protected

ログレベル.

int32 MunResolverConfigure::m_LogRotate
protected

ログローテート.

std::string MunResolverConfigure::m_MonitoringAddr
protected

モニタリング用ソケットのアドレス.

uint16 MunResolverConfigure::m_MonitoringPort
protected

モニタリング用ソケットのポート.

std::string MunResolverConfigure::m_ProxyServerListeningAddress
protected

mun_proxy に対するリスニングアドレス.

int32 MunResolverConfigure::m_ProxyServerListeningBacklog
protected

mun_proxy に対するリスニングバックログ数.

int32 MunResolverConfigure::m_ProxyServerListeningPort
protected

mun_proxy に対するリスニングポート.


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