/ Nov 7th, 2019 /

Support multiple codecs

Support multiple codecs to encode/decode TCP stream

About this change

In this change, gnet integrates multiple codecs to encode/decode network frames into/from TCP stream: LineBasedFrameCodec, DelimiterBasedFrameCodec, FixedLengthFrameCodec and LengthFieldBasedFrameCodec, referencing netty codec, in addition to these built-in codecs, gnet also supports customized codecs by functional option Codec.

Get This Change

This kind of change with the `new feature` tag brings new features to gnet. Feel free to have a galance through all those commits of new features if you are interested.

Like What You See?