类的使用
cn.mcres.gyhhy.MXLib.http.handlers.rcon.RconClient
-
使用RconClient的程序包 程序包 说明 cn.mcres.gyhhy.MXLib.http.handlers.rcon -
-
cn.mcres.gyhhy.MXLib.http.handlers.rcon中RconClient的使用
返回RconClient的cn.mcres.gyhhy.MXLib.http.handlers.rcon中的方法 修饰符和类型 方法 说明 RconClient
RconConnection. getClient()
static RconClient
RconClient. open(String host, int port, String password)
Create an instance ofRconClient
, opening a connection to the specifiedhost
andport
, and authenticate using the specifiedpassword
.RconClient
RconClient. setCharset(Charset c)
-