Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.http.StatusLine

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(org.apache.http.io.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
 void HttpResponse.setStatusLine(StatusLine statusline)
          Sets the status line that belongs to this response.
static void StatusLine.format(org.apache.http.io.CharArrayBuffer buffer, StatusLine statusline)
           
static java.lang.String StatusLine.format(StatusLine statusline)
           
 HttpResponse HttpResponseFactory.newHttpResponse(StatusLine statusline)