Class HttpUtils
java.lang.Object
net.datenwerke.rs.amazons3.service.amazons3.HttpUtils
Various Http helper routines
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpURLConnectionstatic StringexecuteHttpRequest(HttpURLConnection connection) static StringinvokeHttpRequest(URL endpointUrl, String httpMethod, Map<String, String> headers, byte[] requestBody) Makes a http request to the specified endpointstatic String
-
Constructor Details
-
HttpUtils
public HttpUtils()
-
-
Method Details