FrameDecoder will keep calling the decoder method until it returns null?

hezjing hezjing at gmail.com
Sat Jan 2 10:34:56 EST 2010


Hi

I'm reading the Netty 3.2 Getting
Started<http://www.jboss.org/file-access/default/members/netty/freezone/guide/3.2/html/start.html#d0e56>
.

Section 1.7.3 (The Second Solution) explained that the FrameDecoder will
keep calling the decoder method until it returns null.

Shouldn't be the FrameDecoder will keep calling the decoder method until it
returns ChannelBuffer object (or not null)?


-- 

Hez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20100102/3cb7fa38/attachment.html 


More information about the netty-users mailing list