Exemplo n.º 1
0
  @Override
  protected boolean doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out)
      throws Exception {
    CodedInputStream cis = CodedInputStream.newInstance(in.array());
    C2SMessage msg = cis.readMessage(C2SMessage.PARSER, ExtensionRegistryLite.getEmptyRegistry());

    return false;
  }