Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
abstract JHttpResponse com.griddynamics.jagger.invoker.v2.AbstractHttpInvoker< HTTP_CLIENT extends JHttpClient >.invoke ( JHttpQuery  query,
JHttpEndpoint  endpoint 
) throws InvocationException
pure virtual

This method must be implemented by extending classes.

It must perform HTTP query to the endpoint using httpClient.

Parameters
endpointJHttpEndpoint to which query must be performed
queryJHttpQuery to perform
Returns
JHttpResponse - the result of the query
Exceptions
InvocationExceptionthrown if invocation failed