示例#1
0
 public Bot(String host, int port) throws IOException {
   this.host = host;
   this.port = port;
   connect();
 }