|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPoster | |
---|---|
net.noderunner.http | Provides classes for sending and receiving data over HTTP. |
Uses of DataPoster in net.noderunner.http |
---|
Classes in net.noderunner.http that implement DataPoster | |
---|---|
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. |
Methods in net.noderunner.http that return DataPoster | |
---|---|
DataPoster |
ClientRequest.getDataPoster()
Returns an optional call-back interface for sending HTTP data to the server. |
DataPoster |
ServerResponse.getDataPoster()
|
Constructors in net.noderunner.http with parameters of type DataPoster | |
---|---|
ClientRequest(RequestLine requestLine,
MessageHeaders headers,
DataPoster dataPoster)
Constructs a ClientRequestImpl by parts. |
|
ServerResponse(StatusLine line,
MessageHeaders headers,
DataPoster dataPoster)
Constructs a ServerResponseImpl by parts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |