im::floo::floolib::BMXSDKConfig::HostConfig
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| HostConfig() | |
| HostConfig(String im, int port, String rest) 服务设置 |
|
| void | setImHost(String value) |
| String | getImHost() |
| void | setImPort(int value) |
| int | getImPort() |
| void | setRestHost(String value) |
| String | getRestHost() |
Protected Functions
| Name | |
|---|---|
| HostConfig(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| long | getCPtr(HostConfig obj) |
Protected Attributes
| Name | |
|---|---|
| transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function HostConfig
inline HostConfig()
Example:
function HostConfig
inline HostConfig(
String im,
int port,
String rest
)
服务设置
Parameters:
- im IM服务器地址
- port IM服务器端口
- rest ratel服务器地址
Example:
function setImHost
inline void setImHost(
String value
)
Example:
function getImHost
inline String getImHost()
Example:
function setImPort
inline void setImPort(
int value
)
Example:
function getImPort
inline int getImPort()
Example:
function setRestHost
inline void setRestHost(
String value
)
Example:
function getRestHost
inline String getRestHost()
Protected Functions Documentation
Example:
function HostConfig
inline HostConfig(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
HostConfig obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800
