Package | Description |
---|---|
org.apache.hc.core5.http |
Core HTTP transport component APIs.
|
org.apache.hc.core5.http.impl |
Default implementations of core HTTP APIs.
|
org.apache.hc.core5.http.protocol |
Core HTTP protocol interceptors.
|
Modifier and Type | Method and Description |
---|---|
EndpointDetails |
HttpConnection.getEndpointDetails()
Returns this connection's endpoint details.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicEndpointDetails
Basic HTTP connection endpoint details.
|
Modifier and Type | Method and Description |
---|---|
EndpointDetails |
HttpCoreContext.getEndpointDetails()
Represents current connection endpoint details.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpCoreContext.setEndpointDetails(EndpointDetails endpointDetails) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.