Uses of Class
com.moesif.api.http.request.HttpMethod
-
Packages that use HttpMethod Package Description com.moesif.api.http.client com.moesif.api.http.request -
-
Uses of HttpMethod in com.moesif.api.http.client
Methods in com.moesif.api.http.client with parameters of type HttpMethod Modifier and Type Method Description protected static com.mashape.unirest.http.HttpMethodUnirestClient. convertHttpMetod(HttpMethod method)Converts a given internal http method enumeration into unirest http method unirest -
Uses of HttpMethod in com.moesif.api.http.request
Methods in com.moesif.api.http.request that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getHttpMethod()Headers for the http requeststatic HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.moesif.api.http.request with parameters of type HttpMethod Constructor Description HttpBodyRequest(HttpMethod _method, String _queryUrl, Map<String,String> _headers, String _body)Create a request with explicit bodyHttpBodyRequest(HttpMethod _method, String _queryUrl, Map<String,String> _headers, String _body, String _username, String _password)Create a request with explicit bodyHttpRequest(HttpMethod _method, String _queryUrl, Map<String,String> _headers, Map<String,Object> _parameters)Initializes a simple http requestHttpRequest(HttpMethod _method, String _queryUrl, Map<String,String> _headers, Map<String,Object> _parameters, String _username, String _password)Initializes a simple http request
-