Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Protected Member Functions | List of all members
com.griddynamics.jagger.invoker.http.HttpInvoker Class Reference

Invoker that invokes services of SuT via http protocol. More...

Inheritance diagram for com.griddynamics.jagger.invoker.http.HttpInvoker:
Inheritance graph
[legend]

Public Member Functions

String toString ()
 

Protected Member Functions

HttpParams getHttpClientParams (HttpQuery query)
 Creates http request with method params from query and with url equals endpoint. More...
 
HttpRequestBase getHttpMethod (HttpQuery query, String endpoint)
 Creates http request with method params from query and with url equals endpoint. More...
 

Detailed Description

Invoker that invokes services of SuT via http protocol.

Author
Alexey Kiselyov
Details:

Invoker uses HttpQuery as query and String as endpoint. Can do POST, GET and etc. request.

To use this element in xml-configuration, see this - invoker-http


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