Uses of Interface
org.apache.hc.client5.http.impl.classic.CloseableDelegate
-
Packages that use CloseableDelegate Package Description org.apache.hc.client5.http.impl.classic 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 CloseableDelegate Modifier and Type Field Description private CloseableDelegateCloseableHttpResponse. closeableDelegateMethods in org.apache.hc.client5.http.impl.classic with parameters of type CloseableDelegate Modifier and Type Method Description static CloseableHttpResponseCloseableHttpResponse. create(org.apache.hc.core5.http.ClassicHttpResponse response, CloseableDelegate closeableDelegate)Constructors in org.apache.hc.client5.http.impl.classic with parameters of type CloseableDelegate Constructor Description CloseableHttpResponse(org.apache.hc.core5.http.ClassicHttpResponse response, CloseableDelegate closeableDelegate)
-