8081828384858687888990
if (opCode == null) { throw new IOException("opCode " + opCodeId + " not supported"); } final Channel channel = ctx.channel(); final ClientRequest ret; switch (opCode) { case OP_QUERY: ret = handleQuery(channel, header, in); break;