Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Protected Member Functions | List of all members
com.griddynamics.jagger.invoker.http.ApacheAbstractHttpInvoker< Q > Class Referenceabstract

This class creates http request to the services of SuT. More...

Inheritance diagram for com.griddynamics.jagger.invoker.http.ApacheAbstractHttpInvoker< Q >:
Inheritance graph
[legend]

Public Member Functions

final HttpResponse invoke (Q query, String endpoint) throws InvocationException
 Executes http request via apache http client. More...
 
void setHttpClient (AbstractHttpClient httpClient)
 

Protected Member Functions

abstract HttpParams getHttpClientParams (Q query)
 Extract client params from query. More...
 
abstract HttpRequestBase getHttpMethod (Q query, String endpoint)
 Creates request(GET, POST, etc) from query and endpoint. More...
 

Detailed Description

This class creates http request to the services of SuT.

Author
Evelina Stepanova
Details:

An abstract implementation of http invoker. It based on apache http-client. Create http-requests and params from your queries and endpoints.

Parameters
<Q>-query type

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