Package org.jboss.netty.handler.codec.oneone
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.
-
ClassesClassDescriptionTransforms a received message into another message.Transforms a write request into another write request.Special
OneToOneEncoder
which enforce strict ordering of encoding and writing.