if i have customized logic in my Netty server encoder, decoder, and handshake handlers, and i have a TCP client written in pure java NIO, is it must to replicate my server encoder, decoder and handshake handler logic in a client specific handlers, to not lose any packets or streams, which leads to closing the opened channels?
Thanks a lot