StringDecoder
"이희승 (Trustin Lee)"
trustin at gmail.com
Tue Aug 11 22:34:43 EDT 2009
On 08/08/2009 09:14 AM, Mike McGrady wrote:
> Doesn't the StringDecoder always decode? When would it not decode?
StringDecoder and any other decoders will not decode an object unless
the object is a ChannelBuffer. You could take advantage of this
behavior and insert a series of decoders to implement a complicated
decoder, although it will not be necessary to do so in most cases.
Trustin
More information about the netty-users
mailing list