Uses of Class
org.apache.hc.client5.http.io.ConnectionEndpoint
Packages that use ConnectionEndpoint
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
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.classic
Fields in org.apache.hc.client5.http.impl.classic with type parameters of type ConnectionEndpointModifier and TypeFieldDescriptionprivate final AtomicReference<ConnectionEndpoint> InternalExecRuntime.endpointRefMethods in org.apache.hc.client5.http.impl.classic that return ConnectionEndpointModifier and TypeMethodDescription(package private) ConnectionEndpointInternalExecRuntime.ensureValid()Methods in org.apache.hc.client5.http.impl.classic with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionprivate voidInternalExecRuntime.connectEndpoint(ConnectionEndpoint endpoint, HttpClientContext context) private voidInternalExecRuntime.discardEndpoint(ConnectionEndpoint endpoint) -
Uses of ConnectionEndpoint in org.apache.hc.client5.http.impl.io
Subclasses of ConnectionEndpoint in org.apache.hc.client5.http.impl.ioModifier and TypeClassDescription(package private) class(package private) static classMethods in org.apache.hc.client5.http.impl.io with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionBasicHttpClientConnectionManager.cast(ConnectionEndpoint endpoint) PoolingHttpClientConnectionManager.cast(ConnectionEndpoint endpoint) voidBasicHttpClientConnectionManager.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.