|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AuthenticatedHttpEventProcessor.HttpRequestCallback<T>
Callback used when executing HTTP-request. After this has been called, the response-stream is closed automatically.
| Method Summary | |
|---|---|
T |
onCallSuccess(org.apache.commons.httpclient.HttpMethod method)
Called when call was successful. |
boolean |
onError(org.apache.commons.httpclient.HttpMethod method,
Throwable t)
Called when an error occurs when sending the request. |
| Method Detail |
|---|
T onCallSuccess(org.apache.commons.httpclient.HttpMethod method)
method - the method executed which can be used to extract response from.
boolean onError(org.apache.commons.httpclient.HttpMethod method,
Throwable t)
method - the method executedt - optional exception that caused the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||