Uses of Class
org.sr.client.HttpFormResponse

Packages that use HttpFormResponse
org.sr.client This package contains java client classes 
 

Uses of HttpFormResponse in org.sr.client
 

Methods in org.sr.client that return HttpFormResponse
 HttpFormResponse HttpForm.get(java.lang.String url)
          sends the form values to given url by using http get
 HttpFormResponse HttpForm.post(java.lang.String url)
          posts the form to given url