ByteProcessor
.@Deprecated public interface ByteBufProcessor extends ByteProcessor
ByteProcessor.IndexNotOfProcessor, ByteProcessor.IndexOfProcessor
Modifier and Type | Field and Description |
---|---|
static ByteBufProcessor |
FIND_CR
Deprecated.
|
static ByteBufProcessor |
FIND_CRLF
Deprecated.
|
static ByteBufProcessor |
FIND_LF
Deprecated.
|
static ByteBufProcessor |
FIND_LINEAR_WHITESPACE
Deprecated.
|
static ByteBufProcessor |
FIND_NON_CR
Deprecated.
|
static ByteBufProcessor |
FIND_NON_CRLF
Deprecated.
|
static ByteBufProcessor |
FIND_NON_LF
Deprecated.
|
static ByteBufProcessor |
FIND_NON_LINEAR_WHITESPACE
Deprecated.
|
static ByteBufProcessor |
FIND_NON_NUL
Deprecated.
|
static ByteBufProcessor |
FIND_NUL
Deprecated.
|
FIND_SEMI_COLON
process
@Deprecated static final ByteBufProcessor FIND_NUL
ByteProcessor.FIND_NUL
.@Deprecated static final ByteBufProcessor FIND_NON_NUL
ByteProcessor.FIND_NON_NUL
.@Deprecated static final ByteBufProcessor FIND_CR
ByteProcessor.FIND_CR
.@Deprecated static final ByteBufProcessor FIND_NON_CR
ByteProcessor.FIND_NON_CR
.@Deprecated static final ByteBufProcessor FIND_LF
ByteProcessor.FIND_LF
.@Deprecated static final ByteBufProcessor FIND_NON_LF
ByteProcessor.FIND_NON_LF
.@Deprecated static final ByteBufProcessor FIND_CRLF
ByteProcessor.FIND_CRLF
.@Deprecated static final ByteBufProcessor FIND_NON_CRLF
ByteProcessor.FIND_NON_CRLF
.@Deprecated static final ByteBufProcessor FIND_LINEAR_WHITESPACE
ByteProcessor.FIND_LINEAR_WHITESPACE
.@Deprecated static final ByteBufProcessor FIND_NON_LINEAR_WHITESPACE
ByteProcessor.FIND_NON_LINEAR_WHITESPACE
.Copyright © 2008–2017 The Netty Project. All rights reserved.