| 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. | 
| org.apache.hc.core5.http2.impl.nio | Default implementation of HTTP/2 transport based on
 the asynchronous (non-blocking) I/O model. | 
| Modifier and Type | Method and Description | 
|---|---|
| EndpointDetails | HttpConnection. getEndpointDetails()Returns this connection's endpoint details. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicEndpointDetailsBasic 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| EndpointDetails | HttpProtocolNegotiator. getEndpointDetails() | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.