|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.jboss.netty.handler.codec.frame.Delimiters
public class Delimiters
A set of commonly used delimiters for DelimiterBasedFrameDecoder
.
方法摘要 | |
---|---|
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. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
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.
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |