com.ibm.team.git.build.hjplugin.http
Class HttpUtils.RtcHttpResult

java.lang.Object
  extended by com.ibm.team.git.build.hjplugin.http.HttpUtils.RtcHttpResult
Enclosing class:
HttpUtils

public static class HttpUtils.RtcHttpResult
extends Object


Method Summary
 org.apache.http.client.protocol.HttpClientContext getHttpContext()
           
 net.sf.json.JSON getJson()
           
 boolean getResultAsBoolean()
           
 String getResultAsString()
           
 String[] getResultAsStringArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHttpContext

public org.apache.http.client.protocol.HttpClientContext getHttpContext()
Returns:
The context used in the request. May be used for subsequent rest requests relating to the same user

getJson

public net.sf.json.JSON getJson()
Returns:
JSON response from the get request

getResultAsString

public String getResultAsString()

getResultAsStringArray

public String[] getResultAsStringArray()

getResultAsBoolean

public boolean getResultAsBoolean()


Copyright © 2004-2014. All Rights Reserved.