| 程序包 | 说明 |
|---|---|
| org.apache.hc.core5.http.impl.io |
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpService.handleRequest(HttpServerConnection conn,
HttpContext context)
Handles receives one HTTP request over the given connection within the
given execution context and sends a response back to the client.
|
Copyright © 2023. All rights reserved.