dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

What's the netty decoder used in moco? #277

Open waitshang opened 4 years ago

waitshang commented 4 years ago

Usually, there are LengthFieldBasedFrameDecoder, DelimiterBasedFrameDecoder used in netty. I really want to know what's the decoder used in moco.

dreamhead commented 4 years ago

Checkout the source code and you will get all the answers.