public class InnerServerData extends Object
| 构造器和说明 |
|---|
InnerServerData() |
| 限定符和类型 | 方法和说明 |
|---|---|
BinaryClient |
getBinaryClient() |
io.netty.channel.Channel |
getChannel() |
int |
getInnerPort() |
String |
getOutIp() |
String |
getOutPass() |
int |
getOutPort() |
int |
getServerId() |
int |
getServerLoad() |
int |
getServerType() |
void |
setBinaryClient(BinaryClient binaryClient) |
void |
setChannel(io.netty.channel.Channel channel) |
void |
setInnerPort(int innerPort) |
void |
setOutIp(String outIp) |
void |
setOutPass(String outPass) |
void |
setOutPort(int outPort) |
void |
setServerId(int serverId) |
void |
setServerLoad(int serverLoad) |
void |
setServerType(int serverType) |
String |
toString() |
public int getServerId()
public void setServerId(int serverId)
public String getOutIp()
public void setOutIp(String outIp)
public int getOutPort()
public void setOutPort(int outPort)
public int getInnerPort()
public void setInnerPort(int innerPort)
public String getOutPass()
public void setOutPass(String outPass)
public int getServerLoad()
public void setServerLoad(int serverLoad)
public io.netty.channel.Channel getChannel()
public void setChannel(io.netty.channel.Channel channel)
public BinaryClient getBinaryClient()
public void setBinaryClient(BinaryClient binaryClient)
public int getServerType()
public void setServerType(int serverType)
Copyright © 2017. All rights reserved.