This commit is contained in:
Trustin Lee 2009-06-19 15:36:42 +00:00
parent 6058cf3981
commit 4e2be13306

View File

@ -36,8 +36,8 @@ import org.jboss.netty.handler.codec.frame.TooLongFrameException;
/**
* A {@link ChannelHandler} that aggregates an {@link HttpMessage}
* and its following {@link HttpChunk}s into an {@link HttpMessage} with no
* following {@link HttpChunk}s. It is useful when you don't want to take
* and its following {@link HttpChunk}s into a single {@link HttpMessage} with
* no following {@link HttpChunk}s. It is useful when you don't want to take
* care of HTTP messages whose transfer encoding is 'chunked'.
*
* @author The Netty Project (netty-dev@lists.jboss.org)