thread titled "Some questions about the DemuxingProtocolCodecFactory" and I noticed that the order of the encoder/decoder pair was swapped in the ProtocolCodecFactory's. My question: Does the order in which the
"codec3" (ProtocolCodecFactory_3) decoder3 encoder3 builder.addFirst("filter1", new ProtocolCodecFilter(codec1)); builder.addAfter("filter1", "filter2", new ProtocolCodecFilter(codec2)); builder.addLast("filter3", new ProtocolCodecFilter(codec3)); So in that configuration, I have in ord...