Uses of Class
com.moesif.api.http.request.HttpRequest
Packages that use HttpRequest
-
Uses of HttpRequest in com.moesif.api.http.client
Methods in com.moesif.api.http.client that return HttpRequestModifier and TypeMethodDescriptionCreate an HTTP DELETE request with parametersHttpClient.delete(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP DELETE request with parameters and with basic authenticationCreate an HTTP DELETE request with parametersUnirestClient.delete(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP DELETE request with parameters and with basic authenticationCreate a simple HTTP GET requestHttpClient.get(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create a simple HTTP GET request with basic authenticationCreate a simple HTTP GET requestUnirestClient.get(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create a simple HTTP GET request with basic authenticationHttpContext.getRequest()Getter for the Http RequestCreate an HTTP PATCH request with parametersHttpClient.patch(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP PATCH request with parameters and with basic authenticationCreate an HTTP PATCH request with parametersUnirestClient.patch(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP PATCH request with parameters and with basic authenticationCreate an HTTP POST request with parametersHttpClient.post(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP POST request with parameters and with basic authenticationCreate an HTTP POST request with parametersUnirestClient.post(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP POST request with parameters and with basic authenticationCreate an HTTP PUT request with parametersHttpClient.put(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP PUT request with parameters and with basic authenticationCreate an HTTP PUT request with parametersUnirestClient.put(String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Create an HTTP PUT request with parameters and with basic authenticationMethods in com.moesif.api.http.client with parameters of type HttpRequestModifier and TypeMethodDescriptionprotected static com.mashape.unirest.request.HttpRequestUnirestClient.convertRequest(HttpRequest request) Converts a given internal http request into unirest http request modelHttpClient.executeAsBinary(HttpRequest request) Execute a given HttpRequest to get binary response backUnirestClient.executeAsBinary(HttpRequest request) Execute a given HttpRequest to get binary response backvoidHttpClient.executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack) Execute a given HttpRequest to get binary response backvoidHttpClient.executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack, boolean debug) voidUnirestClient.executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack) Execute a given HttpRequest to get binary response backvoidUnirestClient.executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack, boolean debug) HttpClient.executeAsString(HttpRequest request) Execute a given HttpRequest to get string response backUnirestClient.executeAsString(HttpRequest request) Execute a given HttpRequest to get string response backvoidHttpClient.executeAsStringAsync(HttpRequest request, APICallBack<HttpResponse> callBack) Execute a given HttpRequest to get string response backvoidUnirestClient.executeAsStringAsync(HttpRequest request, APICallBack<HttpResponse> callBack) Execute a given HttpRequest to get string response backvoidHttpCallBack.OnBeforeRequest(HttpRequest request) Callback called just before the HTTP request is sentprotected static voidUnirestClient.publishResponse(com.mashape.unirest.http.HttpResponse<?> response, HttpRequest request, APICallBack<HttpResponse> completionBlock, com.mashape.unirest.http.exceptions.UnirestException uniException) Publishes success or failure result as HttpResponse from a HttpRequestprotected static voidUnirestClient.publishResponse(com.mashape.unirest.http.HttpResponse<?> response, HttpRequest request, APICallBack<HttpResponse> completionBlock, com.mashape.unirest.http.exceptions.UnirestException uniException, boolean debug) Constructors in com.moesif.api.http.client with parameters of type HttpRequest -
Uses of HttpRequest in com.moesif.api.http.request
Subclasses of HttpRequest in com.moesif.api.http.request