类 InterceptingClientHttpRequest.InterceptingRequestExecution
java.lang.Object
cn.taketoday.http.client.InterceptingClientHttpRequest.InterceptingRequestExecution
- 所有已实现的接口:
ClientHttpRequestExecution
private class InterceptingClientHttpRequest.InterceptingRequestExecution
extends Object
implements ClientHttpRequestExecution
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明execute(HttpRequest request, byte[] body) Execute the request with the given request attributes and body, and return the response.
-
字段详细资料
-
iterator
-
-
构造器详细资料
-
InterceptingRequestExecution
public InterceptingRequestExecution()
-
-
方法详细资料
-
execute
从接口复制的说明:ClientHttpRequestExecutionExecute the request with the given request attributes and body, and return the response.- 指定者:
execute在接口中ClientHttpRequestExecution- 参数:
request- the request, containing method, URI, and headersbody- the body of the request to execute- 返回:
- the response
- 抛出:
IOException- in case of I/O errors
-