Uses of Class
org.apache.hc.client5.http.EndpointInfo
-
Packages that use EndpointInfo 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.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only.org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs.org.apache.hc.client5.http.impl.nio Client connection management functions based the asynchronous connection management APIs.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. -
-
Uses of EndpointInfo in org.apache.hc.client5.http.async
Methods in org.apache.hc.client5.http.async that return EndpointInfo Modifier and Type Method Description default 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 EndpointInfo Modifier and Type Method Description default 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 EndpointInfo Modifier and Type Method Description EndpointInfoInternalH2AsyncExecRuntime. getEndpointInfo()EndpointInfoInternalHttpAsyncExecRuntime. getEndpointInfo() -
Uses of EndpointInfo in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic that return EndpointInfo Modifier and Type Method Description EndpointInfoInternalExecRuntime. getEndpointInfo() -
Uses of EndpointInfo in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io that return EndpointInfo Modifier and Type Method Description EndpointInfoBasicHttpClientConnectionManager.InternalConnectionEndpoint. getInfo()EndpointInfoPoolingHttpClientConnectionManager.InternalConnectionEndpoint. getInfo() -
Uses of EndpointInfo in org.apache.hc.client5.http.impl.nio
Methods in org.apache.hc.client5.http.impl.nio that return EndpointInfo Modifier and Type Method Description EndpointInfoPoolingAsyncClientConnectionManager.InternalConnectionEndpoint. getInfo() -
Uses of EndpointInfo in org.apache.hc.client5.http.io
Methods in org.apache.hc.client5.http.io that return EndpointInfo Modifier and Type Method Description EndpointInfoConnectionEndpoint. 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 EndpointInfo Modifier and Type Method Description EndpointInfoAsyncConnectionEndpoint. getInfo()Returns information about the endpoint ornullwhen not connected.
-