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

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

Uses of HeaderGroup in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient that return HeaderGroup
protected  HeaderGroup HttpMethodBase.getRequestHeaderGroup()
          Gets the header group storing the request headers.
protected  HeaderGroup HttpMethodBase.getResponseTrailerHeaderGroup()
          Gets the header group storing the response trailer headers as per RFC 2616 section 3.6.1.
protected  HeaderGroup HttpMethodBase.getResponseHeaderGroup()
          Gets the header group storing the response headers.
 

Methods in org.apache.commons.httpclient with parameters of type HeaderGroup
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-2004 Apache Software Foundation. All Rights Reserved.