Uses of Class
org.apache.hc.client5.http.io.ConnectionEndpoint
Packages that use ConnectionEndpoint
Package
Description
Client connection management functions based the classic
connection management APIs.
Connection management APIs based on the classic (blocking) I/O model.
-
Uses of ConnectionEndpoint in org.apache.hc.client5.http.impl.io
Methods in org.apache.hc.client5.http.impl.io with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionvoidBasicHttpClientConnectionManager.connect(ConnectionEndpoint endpoint, org.apache.hc.core5.util.TimeValue timeout, org.apache.hc.core5.http.protocol.HttpContext context) voidPoolingHttpClientConnectionManager.connect(ConnectionEndpoint endpoint, org.apache.hc.core5.util.TimeValue timeout, org.apache.hc.core5.http.protocol.HttpContext context) voidBasicHttpClientConnectionManager.release(ConnectionEndpoint endpoint, Object state, org.apache.hc.core5.util.TimeValue keepAlive) voidPoolingHttpClientConnectionManager.release(ConnectionEndpoint endpoint, Object state, org.apache.hc.core5.util.TimeValue keepAlive) voidBasicHttpClientConnectionManager.upgrade(ConnectionEndpoint endpoint, org.apache.hc.core5.http.protocol.HttpContext context) voidPoolingHttpClientConnectionManager.upgrade(ConnectionEndpoint endpoint, org.apache.hc.core5.http.protocol.HttpContext context) -
Uses of ConnectionEndpoint in org.apache.hc.client5.http.io
Methods in org.apache.hc.client5.http.io that return ConnectionEndpointModifier and TypeMethodDescriptionLeaseRequest.get(org.apache.hc.core5.util.Timeout timeout) ReturnsConnectionEndpointwithin a given time.Methods in org.apache.hc.client5.http.io with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionvoidHttpClientConnectionManager.connect(ConnectionEndpoint endpoint, org.apache.hc.core5.util.TimeValue connectTimeout, org.apache.hc.core5.http.protocol.HttpContext context) Connects the endpoint to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).voidHttpClientConnectionManager.release(ConnectionEndpoint endpoint, Object newState, org.apache.hc.core5.util.TimeValue validDuration) Releases the endpoint back to the manager making it potentially re-usable by other consumers.voidHttpClientConnectionManager.upgrade(ConnectionEndpoint endpoint, org.apache.hc.core5.http.protocol.HttpContext context) Upgrades transport security of the given endpoint by using the TLS security protocol.