Uses of Class
r01f.httpclient.HttpMethodStatement.RequestMethod

Packages that use HttpMethodStatement.RequestMethod
r01f.httpclient   
 

Uses of HttpMethodStatement.RequestMethod in r01f.httpclient
 

Fields in r01f.httpclient declared as HttpMethodStatement.RequestMethod
private  HttpMethodStatement.RequestMethod HttpMethodStatement._requestMethod
           
private  HttpMethodStatement.RequestMethod HttpResponseStatement.requestMethod
           
private  HttpMethodStatement.RequestMethod HttpConnectionStatement.requestMethod
           
 

Methods in r01f.httpclient that return HttpMethodStatement.RequestMethod
static HttpMethodStatement.RequestMethod HttpMethodStatement.RequestMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HttpMethodStatement.RequestMethod[] HttpMethodStatement.RequestMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in r01f.httpclient with parameters of type HttpMethodStatement.RequestMethod
HttpConnectionStatement(java.lang.String newTargetUrlStr, java.nio.charset.Charset newTargetServerCharset, java.util.List<HttpRequestParameter> newParams, HttpMethodStatement.RequestMethod newMethod)
           
HttpResponseStatement(java.lang.String theTargetUrlStr, java.nio.charset.Charset theTargetServerCharset, long theTimeout, java.util.List<HttpRequestParameter> newParameters, HttpMethodStatement.RequestMethod newRequestMethod, java.util.Map<java.lang.String,java.lang.String> newRequestHeaders, java.lang.String newProxyHost, java.lang.String newProxyPort, java.lang.String newProxyUser, java.lang.String newProxyPassword)