|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientHttpRequestExecution
Represents the context of a client-side HTTP request execution.
Used to invoke the next interceptor in the interceptor chain, or - if the calling interceptor is last - execute the request itself.
ClientHttpRequestInterceptor
Method Summary | |
---|---|
ClientHttpResponse |
execute(HttpRequest request,
byte[] body)
Execute the request with the given request attributes and body, and return the response. |
Method Detail |
---|
ClientHttpResponse execute(HttpRequest request, byte[] body) throws IOException
request
- the request, containing method, URI, and headersbody
- the body of the request to execute
IOException
- in case of I/O errors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |