com.atlassian.bamboo.agent
Class BambooHttpUtils

java.lang.Object
  extended by com.atlassian.bamboo.agent.BambooHttpUtils

public class BambooHttpUtils
extends java.lang.Object


Method Summary
static void closeQuietly(java.io.Closeable closeable)
           
static void consumeResponse(org.apache.commons.httpclient.HttpMethodBase method)
           
static java.lang.String toString(org.apache.commons.httpclient.HttpMethodBase method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

consumeResponse

public static void consumeResponse(org.apache.commons.httpclient.HttpMethodBase method)
                            throws java.io.IOException
Throws:
java.io.IOException

toString

public static java.lang.String toString(org.apache.commons.httpclient.HttpMethodBase method)
                                 throws java.io.IOException
Throws:
java.io.IOException

closeQuietly

public static void closeQuietly(java.io.Closeable closeable)


Copyright © 2012 Atlassian. All Rights Reserved.