| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Modifier and Type | Field and Description |
|---|---|
private AppendableCharSequence |
HttpObjectDecoder.HeaderParser.seq |
| Modifier and Type | Method and Description |
|---|---|
AppendableCharSequence |
HttpObjectDecoder.HeaderParser.parse(ByteBuf buffer) |
AppendableCharSequence |
HttpObjectDecoder.LineParser.parse(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
private static int |
HttpObjectDecoder.findEndOfString(AppendableCharSequence sb) |
private static int |
HttpObjectDecoder.findNonWhitespace(AppendableCharSequence sb,
int offset) |
private static int |
HttpObjectDecoder.findWhitespace(AppendableCharSequence sb,
int offset) |
private void |
HttpObjectDecoder.splitHeader(AppendableCharSequence sb) |
private static java.lang.String[] |
HttpObjectDecoder.splitInitialLine(AppendableCharSequence sb) |
| Constructor and Description |
|---|
HeaderParser(AppendableCharSequence seq,
int maxLength) |
LineParser(AppendableCharSequence seq,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
AppendableCharSequence |
AppendableCharSequence.append(char c) |
AppendableCharSequence |
AppendableCharSequence.append(java.lang.CharSequence csq) |
AppendableCharSequence |
AppendableCharSequence.append(java.lang.CharSequence csq,
int start,
int end) |
AppendableCharSequence |
AppendableCharSequence.subSequence(int start,
int end) |