Package backtraceio.library.http
Class HttpHelper
- java.lang.Object
-
- backtraceio.library.http.HttpHelper
-
public class HttpHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getResponseMessage(java.net.HttpURLConnection urlConnection)
Read response message from HTTP response
-
-
-
Method Detail
-
getResponseMessage
public static java.lang.String getResponseMessage(java.net.HttpURLConnection urlConnection) throws java.io.IOException
Read response message from HTTP response- Parameters:
urlConnection
- current HTTP connection- Returns:
- response from HTTP request
- Throws:
java.io.IOException
-
-