Uses of Class
org.apache.hc.client5.http.io.ConnectionEndpoint
-
Packages that use ConnectionEndpoint Package Description 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.io 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 ConnectionEndpoint Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ConnectionEndpoint>InternalExecRuntime. endpointRefMethods in org.apache.hc.client5.http.impl.classic that return ConnectionEndpoint Modifier and Type Method Description (package private) ConnectionEndpointInternalExecRuntime. ensureValid()Methods in org.apache.hc.client5.http.impl.classic with parameters of type ConnectionEndpoint Modifier and Type Method Description private 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.io Modifier and Type Class Description (package private) classBasicHttpClientConnectionManager.InternalConnectionEndpoint(package private) static classPoolingHttpClientConnectionManager.InternalConnectionEndpointMethods in org.apache.hc.client5.http.impl.io with parameters of type ConnectionEndpoint Modifier and Type Method Description private BasicHttpClientConnectionManager.InternalConnectionEndpointBasicHttpClientConnectionManager. cast(ConnectionEndpoint endpoint)private PoolingHttpClientConnectionManager.InternalConnectionEndpointPoolingHttpClientConnectionManager. 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, java.lang.Object state, org.apache.hc.core5.util.TimeValue keepAlive)voidPoolingHttpClientConnectionManager. release(ConnectionEndpoint endpoint, java.lang.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 ConnectionEndpoint Modifier and Type Method Description ConnectionEndpointLeaseRequest. get(org.apache.hc.core5.util.Timeout timeout)ReturnsConnectionEndpointwithin a given time.Methods in org.apache.hc.client5.http.io with parameters of type ConnectionEndpoint Modifier and Type Method Description voidHttpClientConnectionManager. 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, java.lang.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.
-