|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.handler.codec.frame.Delimiters
public class Delimiters

A set of commonly used delimiters for DelimiterBasedFrameDecoder.
| Method Summary | |
|---|---|
static ChannelBuffer[] |
lineDelimiter()
Returns CR ('\r') and LF ('\n') delimiters, which could
be used for text-based line protocols. |
static ChannelBuffer[] |
nulDelimiter()
Returns a NUL (0x00) delimiter, which could be used for
Flash XML socket or any similar protocols. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ChannelBuffer[] nulDelimiter()
NUL (0x00) delimiter, which could be used for
Flash XML socket or any similar protocols.
public static ChannelBuffer[] lineDelimiter()
CR ('\r') and LF ('\n') delimiters, which could
be used for text-based line protocols.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||