Package org.jboss.netty.handler.codec.oneone
Simplistic abstract classes which help implement encoder and decoder that
transform an object into another object and vice versa.
-
Class Summary Class Description OneToOneDecoder Transforms a received message into another message.OneToOneEncoder Transforms a write request into another write request.OneToOneStrictEncoder SpecialOneToOneEncoder
which enforce strict ordering of encoding and writing.