| Package | Description |
|---|---|
| org.tio.http.common | |
| org.tio.http.common.handler |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
default HttpResponse |
HttpRequestHandler.resp404(HttpRequest request,
RequestLine requestLine)
响应404
|
default HttpResponse |
HttpRequestHandler.resp500(HttpRequest request,
RequestLine requestLine,
Throwable throwable)
响应500
|
Copyright © 2025. All rights reserved.