Uses of Interface
org.apache.hc.client5.http.impl.classic.CloseableDelegate
Packages that use CloseableDelegate
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of CloseableDelegate in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as CloseableDelegateModifier and TypeFieldDescriptionprivate final CloseableDelegateCloseableHttpResponse.closeableDelegateMethods in org.apache.hc.client5.http.impl.classic with parameters of type CloseableDelegateModifier and TypeMethodDescriptionstatic CloseableHttpResponseCloseableHttpResponse.create(org.apache.hc.core5.http.ClassicHttpResponse response, CloseableDelegate closeableDelegate) Constructors in org.apache.hc.client5.http.impl.classic with parameters of type CloseableDelegateModifierConstructorDescription(package private)CloseableHttpResponse(org.apache.hc.core5.http.ClassicHttpResponse response, CloseableDelegate closeableDelegate)