Package com.atlassian.bamboo.agent
Class BambooHttpUtils
- java.lang.Object
-
- com.atlassian.bamboo.agent.BambooHttpUtils
-
public class BambooHttpUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
closeQuietly(Closeable closeable)
static void
consumeResponse(org.apache.http.HttpResponse response)
static String
entityToString(org.apache.http.HttpResponse response)
-
-
-
Method Detail
-
consumeResponse
public static void consumeResponse(org.apache.http.HttpResponse response)
-
closeQuietly
public static void closeQuietly(Closeable closeable)
-
entityToString
public static String entityToString(org.apache.http.HttpResponse response) throws IOException
- Throws:
IOException
-
-