Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.invoker.v2.SpringBasedHttpClient Class Reference

Implementation of JHttpClient. More...

Inheritance diagram for com.griddynamics.jagger.invoker.v2.SpringBasedHttpClient:

Classes

class  AllowAllCodesResponseErrorHandler
 
enum  JSpringBasedHttpClientParameters
 values: JSpringBasedHttpClientParameters#DEFAULT_URI_VARIABLES, JSpringBasedHttpClientParameters#ERROR_HANDLER, JSpringBasedHttpClientParameters#MESSAGE_CONVERTERS, JSpringBasedHttpClientParameters#URI_TEMPLATE_HANDLER, JSpringBasedHttpClientParameters#INTERCEPTORS, JSpringBasedHttpClientParameters#REQUEST_FACTORY 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)
 

Detailed Description

Implementation of JHttpClient.

This implementation is based on the Spring RestTemplate.

Author
Anton Antonenko
See Also
JHttpClient
Since
2.0

Definition at line 55 of file SpringBasedHttpClient.java.


The documentation for this class was generated from the following file: