Package com.eka.middleware.pub.util.rest
Class HttpUtils
java.lang.Object
com.eka.middleware.pub.util.rest.HttpUtils
Various Http helper routines
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpURLConnection
static String
executeHttpRequest
(HttpURLConnection connection) static String
invokeHttpRequest
(URL endpointUrl, String httpMethod, Map<String, String> headers, String requestBody) Makes a http request to the specified endpointstatic String
-
Constructor Details
-
HttpUtils
public HttpUtils()
-
-
Method Details