Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
JHttpClient.java
Go to the documentation of this file.
1 package com.griddynamics.jagger.invoker.v2;
2 
12 public interface JHttpClient {
13 
24  JHttpResponse execute(JHttpEndpoint endpoint, JHttpQuery query);
25 }