|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HttpExecuteInterceptor
@Deprecated public interface HttpExecuteIntercepter
HTTP request execute intercepter invoked at the start of HttpRequest.execute().
Useful for example for signing HTTP requests during authentication. Care should be taken to ensure that intercepters not interfere with each other since there are no guarantees regarding their independence. In particular, the order in which the intercepters are invoked is important.
| Method Summary | |
|---|---|
void |
intercept(HttpRequest request)
Deprecated. Invoked at the start of HttpRequest.execute(). |
| Method Detail |
|---|
void intercept(HttpRequest request)
throws IOException
HttpRequest.execute().
IOException - any I/O exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||