Uses of Class
net.noderunner.http.StatusLine

Packages that use StatusLine
net.noderunner.http Provides classes for sending and receiving data over HTTP. 
 

Uses of StatusLine in net.noderunner.http
 

Fields in net.noderunner.http declared as StatusLine
static StatusLine StatusLine.HTTP11_100
          Basic Continue message from an HTTP/1.1 server.
static StatusLine StatusLine.HTTP11_200_OK
          Basic OK message from an HTTP/1.1 server.
static StatusLine StatusLine.HTTP11_204
          Basic 204 message from an HTTP/1.1 server.
static StatusLine StatusLine.HTTP11_301
          Basic 301 message from an HTTP/1.1 server.
static StatusLine StatusLine.HTTP11_404
          Basic 404 message from an HTTP/1.1 server.
 

Methods in net.noderunner.http that return StatusLine
 StatusLine Response.getStatusLine()
           
static StatusLine StatusLine.parseStatusLine(java.lang.String line)
          Returns either HTTP11_200_OK or a newly constructed StatusLine object.
 

Constructors in net.noderunner.http with parameters of type StatusLine
Response(StatusLine statusLine, MessageHeaders headers)
          Constructs a Response object by parts.
ServerResponse(StatusLine line, MessageHeader[] headers)
          Constructs a ServerResponseImpl by parts.
ServerResponse(StatusLine line, MessageHeaders headers)
          Constructs a ServerResponseImpl by parts, with no data poster.
ServerResponse(StatusLine line, MessageHeaders headers, DataPoster dataPoster)
          Constructs a ServerResponseImpl by parts.
 



Copyright © 2009. All Rights Reserved.