| 接口 | 说明 |
|---|---|
| AbstractBatchDecoder.Cumulator |
Cumulate
ByteBufs. |
| Codec |
Codec interface.
|
| 类 | 说明 |
|---|---|
| AbstractBatchDecoder |
This class mainly hack the
ByteToMessageDecoder to provide batch submission capability. |
| ProtocolCodeBasedDecoder |
Protocol code based decoder, the main decoder for a certain protocol, which is lead by one or multi bytes (magic code).
|
| ProtocolCodeBasedEncoder |
Protocol code based newEncoder, the main newEncoder for a certain protocol, which is lead by one or multi bytes (magic code).
|
Copyright © 2020. All rights reserved.