Uses of Class
ch.hsr.bieridee.test.http.HttpHelper

Packages that use HttpHelper
ch.hsr.bieridee.test.http   
 

Uses of HttpHelper in ch.hsr.bieridee.test.http
 

Methods in ch.hsr.bieridee.test.http that return HttpHelper
static HttpHelper AuthJsonHttp.create()
          Create a new HttpHelper instance, add the AcceptRequestProcessor and the HMACAuthRequestProcessor to it and return it.
static HttpHelper AuthJsonHttp.create(java.lang.String username, java.lang.String password)
          Create a new HttpHelper instance, add the AcceptRequestProcessor and the HMACAuthRequestProcessor with cusotm login data to it and return it.