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

mun_resolverサーバとのネットワーク接続処理クラス. More...

#include <MunProxySessionToResolverServer.hpp>

Static Public Member Functions

static bool Initialize (MunProxyConfigure &configure)
 初期化処理. More...
 
static void Update (uint64 updateInterval)
 更新処理(個別送信処理). More...
 
static void Finalize ()
 終了処理.
 
static void Send_ProxyResolver_SetAddress (MrsConnection pMunResolver, STREAM::ProxyResolverSetAddressRequest &request)
 mrs_resolverに対し、mun_proxyサーバのクライアントリスニング情報を渡す. More...
 
static void Send_ProxyResolver_SetWeight (MrsConnection pMunResolver, STREAM::ProxyResolverSetWeightRequest &request)
 mrs_resolverに対し、mun_proxyサーバの負荷の情報を渡す. More...
 

Detailed Description

mun_resolverサーバとのネットワーク接続処理クラス.

Member Function Documentation

bool MunProxySessionToResolverServer::Initialize ( MunProxyConfigure configure)
static

初期化処理.

Parameters
configuremun_proxyサーバ起動設定情報.
Returns
初期化処理に成功したら true 、失敗したら false を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

void MunProxySessionToResolverServer::Send_ProxyResolver_SetAddress ( MrsConnection  pMunResolver,
STREAM::ProxyResolverSetAddressRequest request 
)
static

mrs_resolverに対し、mun_proxyサーバのクライアントリスニング情報を渡す.

Parameters
pMunResolvermun_resolverサーバ側の接続モジュール.
requestmun_resolverサーバ側に送信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunProxySessionToResolverServer::Send_ProxyResolver_SetWeight ( MrsConnection  pMunResolver,
STREAM::ProxyResolverSetWeightRequest request 
)
static

mrs_resolverに対し、mun_proxyサーバの負荷の情報を渡す.

Parameters
pMunResolvermun_resolverサーバ側の接続モジュール.
requestmun_resolverサーバ側に送信する情報.

Here is the call graph for this function:

Here is the caller graph for this function:

void MunProxySessionToResolverServer::Update ( uint64  updateInterval)
static

更新処理(個別送信処理).

Parameters
updateInterval更新間隔(ミリ秒).

Here is the call graph for this function:

Here is the caller graph for this function:


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