类 HttpClientTransport.HttpClientResponse
java.lang.Object
cn.taketoday.buildpack.platform.docker.transport.HttpClientTransport.HttpClientResponse
- 所有已实现的接口:
HttpTransport.Response,Closeable,AutoCloseable
- 封闭类:
- HttpClientTransport
private static class HttpClientTransport.HttpClientResponse
extends Object
implements HttpTransport.Response
An HTTP operation response.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
response
private final org.apache.hc.core5.http.ClassicHttpResponse response
-
-
构造器详细资料
-
HttpClientResponse
HttpClientResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
-
-
方法详细资料
-
getContent
从接口复制的说明:HttpTransport.ResponseReturn the content of the response.- 指定者:
getContent在接口中HttpTransport.Response- 返回:
- the response content
- 抛出:
IOException- on IO error
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 抛出:
IOException
-