|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.http.client.InterceptingClientHttpRequest.RequestExecution
private class InterceptingClientHttpRequest.RequestExecution
Field Summary | |
---|---|
private java.util.Iterator<ClientHttpRequestInterceptor> |
iterator
|
Constructor Summary | |
---|---|
private |
InterceptingClientHttpRequest.RequestExecution()
|
Method Summary | |
---|---|
ClientHttpResponse |
execute(HttpRequest request,
byte[] body)
Execute the request with the given request attributes and body, and return the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.util.Iterator<ClientHttpRequestInterceptor> iterator
Constructor Detail |
---|
private InterceptingClientHttpRequest.RequestExecution()
Method Detail |
---|
public ClientHttpResponse execute(HttpRequest request, byte[] body) throws java.io.IOException
ClientHttpRequestExecution
execute
in interface ClientHttpRequestExecution
request
- the request, containing method, URI, and headersbody
- the body of the request to execute
java.io.IOException
- in case of I/O errors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |