Uses of Interface
org.ferris.net.runner.HttpResponseHandler

Packages that use HttpResponseHandler
org.ferris.net.runner Provides classes which make it easier to make a GET or POST call to a URL, pass request parameters, and loop over the results which come back. 
 

Uses of HttpResponseHandler in org.ferris.net.runner
 

Methods in org.ferris.net.runner with parameters of type HttpResponseHandler
 List<M> HttpRequestRunner.get(String request, HttpResponseHandler<M> handler)
          Make the HTTP request using GET
 List<M> HttpRequestRunner.post(String request, HttpResponseHandler<M> handler)
          Make the HTTP request using POST
 



Copyright © Jun 11, 2009-2011 The Ferris Foundation. All Rights Reserved.