Javadoc
This commit is contained in:
parent
cad86962ef
commit
230113c0c6
@ -27,10 +27,10 @@ import org.jboss.netty.channel.Channel;
|
||||
import org.jboss.netty.channel.ChannelHandlerContext;
|
||||
|
||||
/**
|
||||
* A {@link FrameDecoder} which decodes the received {@link ChannelBuffer}s
|
||||
* into the {@link ChannelBuffer}s split by one or more delimiters. It is
|
||||
* particularly useful for decoding the frames which ends with a delimiter
|
||||
* such as {@link Delimiters#nulDelimiter() NUL} or
|
||||
* A decoder that decodes the received {@link ChannelBuffer}s into the
|
||||
* {@link ChannelBuffer}s split by one or more delimiters. It is particularly
|
||||
* useful for decoding the frames which ends with a delimiter such as
|
||||
* {@link Delimiters#nulDelimiter() NUL} or
|
||||
* {@linkplain Delimiters#lineDelimiter() newline characters}.
|
||||
*
|
||||
* <h3>Predefined delimiters</h3>
|
||||
|
@ -27,9 +27,9 @@ import org.jboss.netty.channel.Channel;
|
||||
import org.jboss.netty.channel.ChannelHandlerContext;
|
||||
|
||||
/**
|
||||
* A {@link FrameDecoder} which decodes the received {@link ChannelBuffer}s
|
||||
* into the {@link ChannelBuffer}s of the fixed length. For example, if you
|
||||
* received the following four fragmented packets:
|
||||
* A decoder that decodes the received {@link ChannelBuffer}s into the
|
||||
* {@link ChannelBuffer}s of the fixed length. For example, if you received
|
||||
* the following four fragmented packets:
|
||||
* <pre>
|
||||
* +---+----+------+----+
|
||||
* | A | BC | DEFG | HI |
|
||||
|
Loading…
Reference in New Issue
Block a user