Package | Description |
---|---|
org.apache.hc.core5.http |
Core HTTP transport component APIs.
|
org.apache.hc.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassicHttpRequest
'Classic'
HttpRequest message that can enclose HttpEntity . |
interface |
ClassicHttpResponse
'Classic'
HttpResponse message that can enclose HttpEntity . |
Modifier and Type | Class and Description |
---|---|
class |
BasicClassicHttpRequest
Basic implementation of
ClassicHttpRequest . |
class |
BasicClassicHttpResponse
Basic implementation of
ClassicHttpResponse . |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.