Home | History | Annotate | Download | only in integration

Lines Matching full:httpget

6 import org.apache.http.client.methods.HttpGet;
25 HttpGet httpget = new HttpGet("http://localhost:8192/");
27 httpclient.execute(httpget, responseHandler);
36 HttpGet httpget = new HttpGet("http://localhost:8192/");
38 httpclient.execute(httpget, responseHandler);
54 HttpGet httpget = new HttpGet("http://localhost:8192/");
56 httpclient.execute(httpget, responseHandler);