Exemplo n.º 1
0
 public void sendCommand(ClientConnection connection, byte[] bytes) throws ChatIOException {
   connection.sendCommand(bytes);
 }