new Request("answer", "", "") connection.send(new Request("rate", "null", "null")); connection.send(new Request("player", "Integer", currentGame.getCurrentPlayer().getID())); connection.send(new Request("question", "Question", currentGame.getCurrentQuestion())); connection.send(new Request("cost", "Integer", currentGame.getCurrentCostID())); connection.send(new Request("currentBank", "Integer", currentGame.getRoundBank())); connection.send(new Request("summaryBank", "Integer", currentGame.getGlobalBank())); connection.send(new Request("bankEnabled", "Boolean", true)); connection.send(new Request("bankEnabled", "Boolean", false)); connection.send(new Request("ROUND", "Integer", currentGame.getCurrentRound())); connection.send(new Request("drop", "Object", new Object() { public TreeMap Rates = new TreeMap(rates); public int Weakest = weakest; })); connection.send(new Request("start", "TreeMap", currentGame.getAllPlayers()));