Uses of Class
org.apache.http.StatusLine

Packages that use StatusLine
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.message A selection of HTTP message implementations. 
 

Uses of StatusLine in org.apache.http
 

Methods in org.apache.http that return StatusLine
 StatusLine HttpResponse.getStatusLine()
          Returns the status line that belongs to this response as set by
static StatusLine StatusLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
          Parses the status line returned from the HTTP server.
static StatusLine StatusLine.parse(java.lang.String s)
           
 

Methods in org.apache.http with parameters of type StatusLine
static void StatusLine.format(CharArrayBuffer buffer, StatusLine statusline)
           
static java.lang.String StatusLine.format(StatusLine statusline)
           
 HttpResponse HttpResponseFactory.newHttpResponse(StatusLine statusline)
           
 void HttpResponse.setStatusLine(StatusLine statusline)
          Sets the status line that belongs to this response.
 

Uses of StatusLine in org.apache.http.impl
 

Methods in org.apache.http.impl with parameters of type StatusLine
 HttpResponse DefaultHttpResponseFactory.newHttpResponse(StatusLine statusline)
           
 

Uses of StatusLine in org.apache.http.message
 

Methods in org.apache.http.message that return StatusLine
 StatusLine BasicHttpResponse.getStatusLine()
           
 

Methods in org.apache.http.message with parameters of type StatusLine
 void BasicHttpResponse.setStatusLine(StatusLine statusline)
           
 

Constructors in org.apache.http.message with parameters of type StatusLine
BasicHttpResponse(StatusLine statusline)
           
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.