Uses of Class
org.apache.commons.httpclient.StatusLine

Packages that use StatusLine
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of StatusLine in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient that return StatusLine
 StatusLine HttpMethod.getStatusLine()
          Return the Status-Line from the response.
 StatusLine HttpMethodBase.getStatusLine()
          Provide access to the status line.
 

Methods in org.apache.commons.httpclient with parameters of type StatusLine
protected  void HttpMethodBase.fakeResponse(StatusLine statusline, HeaderGroup responseheaders, InputStream responseStream)
          This method is a dirty hack intended to work around current (2.0) design flaw that prevents the user from obtaining correct status code, headers and response body from the preceding HTTP CONNECT method.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.