Package | Description |
---|---|
net.noderunner.http |
Provides classes for sending and receiving data over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayDataPoster
A utility class for sending an array of bytes to an HTTP server or client.
|
class |
GeneralDataPoster
A utility class for sending binary data to an HTTP server or client.
|
Modifier and Type | Method and Description |
---|---|
DataPoster |
ClientRequest.getDataPoster()
Returns an optional call-back interface for sending
HTTP data to the server.
|
DataPoster |
ServerResponse.getDataPoster() |
Constructor and Description |
---|
ClientRequest(RequestLine requestLine,
MessageHeaders headers,
DataPoster dataPoster)
Constructs a
ClientRequestImpl by parts. |
ServerResponse(StatusLine line,
MessageHeaders headers,
DataPoster dataPoster)
Constructs a
ServerResponseImpl by parts. |
Copyright © 2013. All Rights Reserved.