Skip to content

Commit

Permalink
1.set input charset gbk
Browse files Browse the repository at this point in the history
  • Loading branch information
finald committed Jun 8, 2017
1 parent 23f54be commit bd7e6d7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ public void run() {
}
}

public void setIp(String ip) {
mIp = ip;
}

public void setPort(int port) {
mPort = port;
}

public void reconnet() {
if (mSocket != null) {
try {
Expand Down

0 comments on commit bd7e6d7

Please sign in to comment.