Package | Description |
---|---|
org.apache.hc.core5.http.impl.io |
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection . |
Modifier and Type | Method and Description |
---|---|
void |
HttpService.handleRequest(HttpServerConnection conn,
HttpContext localContext)
Handles receives one HTTP request over the given connection within the
given execution context and sends a response back to the client.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.