private class InterceptingClientHttpRequest.InterceptingRequestExecution extends java.lang.Object implements ClientHttpRequestExecution
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<ClientHttpRequestInterceptor> |
iterator |
| Constructor and Description |
|---|
InterceptingRequestExecution() |
| Modifier and Type | Method and Description |
|---|---|
ClientHttpResponse |
execute(HttpRequest request,
byte[] body)
Execute the request with the given request attributes and body,
and return the response.
|
private final java.util.Iterator<ClientHttpRequestInterceptor> iterator
public ClientHttpResponse execute(HttpRequest request, byte[] body) throws java.io.IOException
ClientHttpRequestExecutionexecute in interface ClientHttpRequestExecutionrequest - the request, containing method, URI, and headersbody - the body of the request to executejava.io.IOException - in case of I/O errors