摘要:
1 @Override 2 public final void read() { 3 final ChannelConfig config = config(); 4 if (shouldBreakReadReady(config)) { 5 clearReadPending(); 6 return 阅读全文
摘要:
1 /** 2 * Creates a new instance. 3 * 4 * @param byteOrder 5 * the {@link ByteOrder} of the length field 6 * @param maxFrameLength 包的最大长度 7 * the maxi 阅读全文