Package | Description |
---|---|
org.apache.hc.client5.http.async |
HTTP client APIs based on the asynchronous, event driven I/O model.
|
org.apache.hc.client5.http.classic |
HTTP client APIs based on the classic (blocking) I/O model.
|
org.apache.hc.client5.http.io |
Connection management APIs based on the classic (blocking) I/O model.
|
org.apache.hc.client5.http.nio |
Connection management APIs based on the asynchronous I/O model.
|
Modifier and Type | Method and Description |
---|---|
default EndpointInfo |
AsyncExecRuntime.getEndpointInfo()
Gets information about the underlying endpoint when connected or
null otherwise. |
Modifier and Type | Method and Description |
---|---|
default EndpointInfo |
ExecRuntime.getEndpointInfo()
Gets information about the underlying endpoint when connected or
null otherwise. |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
ConnectionEndpoint.getInfo()
Returns information about the endpoint or
null when not connected. |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
AsyncConnectionEndpoint.getInfo()
Returns information about the endpoint or
null when not connected. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.