Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Field and Description |
---|---|
static ByteBufProcessor |
ByteBufProcessor.FIND_CR
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_CRLF
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_LF
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_LINEAR_WHITESPACE
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_CR
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_CRLF
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_LF
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_LINEAR_WHITESPACE
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_NON_NUL
Deprecated.
|
static ByteBufProcessor |
ByteBufProcessor.FIND_NUL
Deprecated.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.