ByteProcessor
.@Deprecated public interface ByteBufProcessor extends io.netty.util.ByteProcessor
Modifier and Type | Field and Description |
---|---|
static ByteBufProcessor |
FIND_CR
Deprecated.
Use
ByteProcessor.FIND_CR . |
static ByteBufProcessor |
FIND_CRLF
Deprecated.
Use
ByteProcessor.FIND_CRLF . |
static ByteBufProcessor |
FIND_LF
Deprecated.
Use
ByteProcessor.FIND_LF . |
static ByteBufProcessor |
FIND_LINEAR_WHITESPACE
Deprecated.
Use
ByteProcessor.FIND_LINEAR_WHITESPACE . |
static ByteBufProcessor |
FIND_NON_CR
Deprecated.
Use
ByteProcessor.FIND_NON_CR . |
static ByteBufProcessor |
FIND_NON_CRLF
Deprecated.
Use
ByteProcessor.FIND_NON_CRLF . |
static ByteBufProcessor |
FIND_NON_LF
Deprecated.
Use
ByteProcessor.FIND_NON_LF . |
static ByteBufProcessor |
FIND_NON_LINEAR_WHITESPACE
Deprecated.
Use
ByteProcessor.FIND_NON_LINEAR_WHITESPACE . |
static ByteBufProcessor |
FIND_NON_NUL
Deprecated.
Use
ByteProcessor.FIND_NON_NUL . |
static ByteBufProcessor |
FIND_NUL
Deprecated.
Use
ByteProcessor.FIND_NUL . |
@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–2019 The Netty Project. All rights reserved.