Jagger
|
Implementation of JHttpClient. More...
Public Member Functions | |
JHttpResponse | execute (JHttpEndpoint endpoint, JHttpQuery query) |
Performs HTTP query to the endpoint. More... | |
JHttpResponse | execute (JHttpEndpoint endpoint) |
Map< String, Object > | getClientParams () |
SpringBasedHttpClient () | |
SpringBasedHttpClient (Map< String, Object > clientParams) | |
Implementation of JHttpClient.
This implementation is based on the Spring RestTemplate.
Definition at line 55 of file SpringBasedHttpClient.java.