7 #ifndef __MUN_RESOLVER_PROXY_CONNECT_INFO_HPP__ 8 #define __MUN_RESOLVER_PROXY_CONNECT_INFO_HPP__ 19 std::string m_Address;
44 void SetAddress(std::string address) { m_Address = address; }
virtual ~ProxyServerConnectInfo()
デストラクタ.
Definition: MunResolverProxyConnectInfo.hpp:110
void SetUdpPort(uint16 port)
UDPポート番号の設定.
Definition: MunResolverProxyConnectInfo.hpp:68
uint16 GetTcpPort()
TCPポート番号の取得.
Definition: MunResolverProxyConnectInfo.hpp:50
uint16 GetWssPort()
WebSocketポート番号の取得.
Definition: MunResolverProxyConnectInfo.hpp:86
std::string GetAddress()
IPアドレスの取得.
Definition: MunResolverProxyConnectInfo.hpp:38
uint16 GetUdpPort()
UDPポート番号の取得.
Definition: MunResolverProxyConnectInfo.hpp:62
void SetWsPort(uint16 port)
WebSocketポート番号の設定.
Definition: MunResolverProxyConnectInfo.hpp:80
void SetAddress(std::string address)
IPアドレスの設定.
Definition: MunResolverProxyConnectInfo.hpp:44
uint16 GetWsPort()
WebSocketポート番号の取得.
Definition: MunResolverProxyConnectInfo.hpp:74
mun_proxyサーバの接続情報.
Definition: MunResolverProxyConnectInfo.hpp:15
ProxyServerConnectInfo()
コンストラクタ.
Definition: MunResolverProxyConnectInfo.hpp:98
void SetTcpPort(uint16 port)
TCPポート番号の設定.
Definition: MunResolverProxyConnectInfo.hpp:56
void SetWssPort(uint16 port)
WebSocketポート番号の設定.
Definition: MunResolverProxyConnectInfo.hpp:92