Decoders
César Fernando Henriques
cesar at alttab.com.ar
Thu May 21 16:45:26 EDT 2009
Guys, is there any way in what I can Decode a message on top of
HttpRequestDecode? I mean can I add a ChannelHandler that execute
after HttpRequestDecoder or should I create a subclass of
HttpRequestDecoder to decode my object? In that is the case how can I
decode differents types of Http Messages?
I'm looking to create a custom protocol on top of http, maybe should I
create a utility object that return custom RequestMessages and done
but the first approach seems to be more elegant.
Regards
More information about the netty-users
mailing list