Uses of Class
r01f.httpclient.HttpConnectionStatement

Packages that use HttpConnectionStatement
r01f.httpclient   
 

Uses of HttpConnectionStatement in r01f.httpclient
 

Methods in r01f.httpclient that return HttpConnectionStatement
 HttpConnectionStatement HttpConnectionStatement.notUsingProxy()
           
 HttpConnectionStatement HttpConnectionStatement.settingCookies(java.util.Map<java.lang.String,java.lang.String> cookies)
          Establece las cookies que hay que enviar al servidor al hacer la petición HTTP
 HttpConnectionStatement HttpMethodStatement.usingGETRequestMethod()
          Establece que el método para hacer la request es GET
 HttpConnectionStatement HttpMethodStatement.usingPOSTRequestMethod()
          Establece que el método para hacer la request es POST
 HttpConnectionStatement HttpConnectionStatement.usingProxy(java.lang.String theProxyHost, java.lang.String theProxyPort, java.lang.String theUser, java.lang.String thePassword)
          Establece los datos para establecer la conexión a través del proxy
 HttpConnectionStatement HttpConnectionStatement.withConnectionTimeOut(long timeOutMillis)
          Establece el timeout para obtener una conexión