Because networking code is easily switchable in Coerce (Example: it's easy to switch from using Netty to a NIO implementation without having to modify any implementations of the Coerce framework), I have yet to make it so we can alter the pipeline / have multiple codecs (at the moment, you can only have 1 encoder and 1 decoder, the pipeline is unchangeable).
Because networking code is easily switchable in Coerce (Example: it's easy to switch from using Netty to a NIO implementation without having to modify any implementations of the Coerce framework), I have yet to make it so we can alter the pipeline / have multiple codecs (at the moment, you can only have 1 encoder and 1 decoder, the pipeline is unchangeable).