Modifier and Type | Field and Description |
---|---|
static ByteBufProcessor |
ByteBufProcessor.FIND_CR
Deprecated.
Use
ByteProcessor.FIND_CR . |
static ByteBufProcessor |
ByteBufProcessor.FIND_CRLF
Deprecated.
Use
ByteProcessor.FIND_CRLF . |
static ByteBufProcessor |
ByteBufProcessor.FIND_LF
Deprecated.
Use
ByteProcessor.FIND_LF . |
static ByteBufProcessor |
ByteBufProcessor.FIND_LINEAR_WHITESPACE
Deprecated.
Use
ByteProcessor.FIND_LINEAR_WHITESPACE . |
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_CR
Deprecated.
Use
ByteProcessor.FIND_NON_CR . |
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_CRLF
Deprecated.
Use
ByteProcessor.FIND_NON_CRLF . |
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_LF
Deprecated.
Use
ByteProcessor.FIND_NON_LF . |
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_LINEAR_WHITESPACE
Deprecated.
Use
ByteProcessor.FIND_NON_LINEAR_WHITESPACE . |
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_NUL
Deprecated.
Use
ByteProcessor.FIND_NON_NUL . |
static ByteBufProcessor |
ByteBufProcessor.FIND_NUL
Deprecated.
Use
ByteProcessor.FIND_NUL . |
Copyright © 2008–2019 The Netty Project. All rights reserved.