Package | Description |
---|---|
net.noderunner.http |
Provides classes for sending and receiving data over HTTP.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
StatusLine |
Response.getStatusLine() |
static StatusLine |
StatusLine.parseStatusLine(String line)
Returns either
HTTP11_200_OK or a newly
constructed StatusLine object. |
Constructor and Description |
---|
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 © 2012. All Rights Reserved.