21222324252627
public ClientConnection(String server, int port) throws IOException { super(server, port); this.server = server; this.port = port; this.parser = new ClientParser(this, server); }