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