Uses of Class
org.apache.hc.client5.http.EndpointInfo
Packages that use EndpointInfo
Package
Description
HTTP client APIs based on the asynchronous, event driven I/O model.
HTTP client APIs based on the classic (blocking) I/O model.
Connection management APIs based on the classic (blocking) I/O model.
Connection management APIs based on the asynchronous I/O model.
-
Uses of EndpointInfo in org.apache.hc.client5.http.async
Methods in org.apache.hc.client5.http.async that return EndpointInfoModifier and TypeMethodDescriptiondefault EndpointInfoAsyncExecRuntime.getEndpointInfo()Gets information about the underlying endpoint when connected ornullotherwise. -
Uses of EndpointInfo in org.apache.hc.client5.http.classic
Methods in org.apache.hc.client5.http.classic that return EndpointInfoModifier and TypeMethodDescriptiondefault EndpointInfoExecRuntime.getEndpointInfo()Gets information about the underlying endpoint when connected ornullotherwise. -
Uses of EndpointInfo in org.apache.hc.client5.http.io
Methods in org.apache.hc.client5.http.io that return EndpointInfoModifier and TypeMethodDescriptionConnectionEndpoint.getInfo()Returns information about the endpoint ornullwhen not connected. -
Uses of EndpointInfo in org.apache.hc.client5.http.nio
Methods in org.apache.hc.client5.http.nio that return EndpointInfoModifier and TypeMethodDescriptionAsyncConnectionEndpoint.getInfo()Returns information about the endpoint ornullwhen not connected.