| Package | Description |
|---|---|
| org.tio.http.common |
| Modifier and Type | Field and Description |
|---|---|
RequestLine |
HttpRequest.requestLine |
| Modifier and Type | Method and Description |
|---|---|
RequestLine |
HttpRequest.getRequestLine() |
static RequestLine |
HttpRequestDecoder.parseRequestLine(ByteBuffer buffer,
HttpConfig httpConfig)
parse request line(the first line)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpMultiBodyDecoder.decode(HttpRequest request,
RequestLine firstLine,
byte[] bodyBytes,
String initboundary,
ChannelContext channelContext,
HttpConfig httpConfig) |
void |
HttpRequest.setRequestLine(RequestLine requestLine) |
Copyright © 2025. All rights reserved.