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.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
Client connection management functions based the classic
connection management APIs.
Client connection management functions based the asynchronous
connection management APIs.
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.impl.async
Methods in org.apache.hc.client5.http.impl.async that return EndpointInfoModifier and TypeMethodDescriptionInternalH2AsyncExecRuntime.getEndpointInfo()InternalHttpAsyncExecRuntime.getEndpointInfo() -
Uses of EndpointInfo in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic that return EndpointInfo -
Uses of EndpointInfo in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io that return EndpointInfo -
Uses of EndpointInfo in org.apache.hc.client5.http.impl.nio
Methods in org.apache.hc.client5.http.impl.nio that return EndpointInfoModifier and TypeMethodDescriptionPoolingAsyncClientConnectionManager.InternalConnectionEndpoint.getInfo() -
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.