public final class Delimiters
extends java.lang.Object
DelimiterBasedFrameDecoder
。
Modifier and Type | Method and Description |
---|---|
static ByteBuf[] |
lineDelimiter()
返回
CR ('\r') 和
LF ('\n') 分隔符,可用于基于文本的线路协议。
|
static ByteBuf[] |
nulDelimiter()
返回一个
NUL (0x00) 分隔符,它可用于Flash XML套接字或任何类似的协议。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.