Uses of Class
ice.net.HttpResponse

Packages that use HttpResponse
ice.net   
 

Uses of HttpResponse in ice.net
 

Methods in ice.net that return HttpResponse
 HttpResponse HttpURLConnectionEvent.getResponse()
           
 HttpResponse HttpURLConnection.getResponse()
          Returns the HTTP response of this HttpURLConnection.
static HttpResponse HttpParser.parseStatusLine(String statusLine)
          Parses the specified HTTP response statusLine as defined by the specification.
 HttpResponse CachedObject.getResponse()
          Gets the HTTP response of this CachedObject.
 

Methods in ice.net with parameters of type HttpResponse
protected  void ConnectionManager.fireHttpURLConnectionEvent(HttpURLConnection httpUrlConnection, int eventType, HttpRequest httpRequest, HttpResponse httpResponse)
           
 void CachedObject.setResponse(HttpResponse httpResponse)
          Sets the HTTP response of this CachedObject to the specified httpResponse.
 

Constructors in ice.net with parameters of type HttpResponse
HttpURLConnectionEvent(Object source, int eventType, HttpRequest request, HttpResponse response)
          Constructs a new HttpURLConnectionEvent.
CachedObject(HttpResponse httpResponse, CacheManager cacheManager)
          Constructs a CachedObject with the specified httpResponse and cacheManager.
CachedObject(HttpResponse httpResponse, ice.net.HttpSession httpSession)
          Deprecated. As of 1.6.0.