|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseCallback | |
---|---|
org.springbyexample.httpclient |
Uses of ResponseCallback in org.springbyexample.httpclient |
---|
Subinterfaces of ResponseCallback in org.springbyexample.httpclient | |
---|---|
interface |
ResponseByteCallback
Used to process a response byte array. |
interface |
ResponseStreamCallback
Used to process a response stream. |
interface |
ResponseStringCallback
Used to process a response stream. |
Methods in org.springbyexample.httpclient with parameters of type ResponseCallback | |
---|---|
void |
AbstractHttpClientTemplate.executeGetMethod(Map<String,String> hParams,
ResponseCallback<?> callback)
Execute get method. |
void |
AbstractHttpClientTemplate.executeGetMethod(ResponseCallback<?> callback)
Execute get method. |
void |
AbstractHttpClientTemplate.executeGetMethod(String uri,
Map<String,String> hParams,
ResponseCallback<?> callback)
Execute get method. |
void |
HttpClientTemplate.executePostMethod(byte[] input,
ResponseCallback<?> callback)
Execute post method. |
void |
HttpClientTemplate.executePostMethod(InputStream input,
ResponseCallback<?> callback)
Execute post method. |
void |
AbstractHttpClientTemplate.executePostMethod(Map<String,String> hParams,
ResponseCallback<?> callback)
Execute post method. |
void |
AbstractHttpClientTemplate.executePostMethod(ResponseCallback<?> callback)
Execute post method. |
void |
HttpClientTemplate.executePostMethod(String uri,
RequestEntity requestPayload,
Map<String,String> hParams,
ResponseCallback<?> callback)
Execute post method. |
void |
HttpClientTemplate.executePostMethod(String input,
ResponseCallback<?> callback)
Execute post method. |
void |
HttpClientOxmTemplate.executePostMethod(String uri,
T requestPayload,
Map<String,String> hParams,
ResponseCallback<?> callback)
Execute post method. |
abstract void |
AbstractHttpClientTemplate.executePostMethod(String uri,
T requestPayload,
Map<String,String> hParams,
ResponseCallback<?> callback)
Execute post method. |
void |
HttpClientOxmTemplate.executePostMethod(T requestPayload,
Map<String,String> hParams,
ResponseCallback<?> callback)
Execute post method. |
void |
HttpClientOxmTemplate.executePostMethod(T requestPayload,
ResponseCallback<?> callback)
Execute post method. |
protected void |
HttpClientOxmTemplate.processHttpMethod(HttpMethod httpMethod,
ResponseCallback callback)
Processes HttpMethod by executing the method,
validating the response, and calling the callback. |
protected void |
HttpClientTemplate.processHttpMethod(HttpMethod httpMethod,
ResponseCallback<?> callback)
Processes HttpMethod by executing the method,
validating the response, and calling the callback. |
protected abstract void |
AbstractHttpClientTemplate.processHttpMethod(HttpMethod httpMethod,
ResponseCallback<?> callback)
Processes HttpMethod by executing the method,
validating the response, and calling the callback. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |