| java.lang.Object seda.sandStorm.lib.http.httpResponse seda.sandStorm.lib.http.httpOKResponse
Constructor Summary | |
public | httpOKResponse(String contentType, BufferElement payload) Create an httpOKResponse with the given payload corresponding
to the given request, using the given MIME content-type. | public | httpOKResponse(String contentType, BufferElement payload, int contentLength) Create an httpOKResponse with the given payload corresponding
to the given request, using the given MIME content-type. | public | httpOKResponse(String contentType, int payloadSize) Create an httpOKResponse with a given response payload size and
MIME type. | public | httpOKResponse(String contentType, int payloadSize, Hashtable headers) Create an httpOKResponse with a given response payload size and
MIME type. | public | httpOKResponse(String contentType, int payloadSize, SinkIF compQ) Create an httpOKResponse with a given response payload size,
MIME type, and completion sink. |
httpOKResponse | public httpOKResponse(String contentType, BufferElement payload)(Code) | | Create an httpOKResponse with the given payload corresponding
to the given request, using the given MIME content-type.
|
httpOKResponse | public httpOKResponse(String contentType, BufferElement payload, int contentLength)(Code) | | Create an httpOKResponse with the given payload corresponding
to the given request, using the given MIME content-type. Use
the given content length in the header of the response.
|
httpOKResponse | public httpOKResponse(String contentType, int payloadSize)(Code) | | Create an httpOKResponse with a given response payload size and
MIME type.
|
httpOKResponse | public httpOKResponse(String contentType, int payloadSize, Hashtable headers)(Code) | | Create an httpOKResponse with a given response payload size and
MIME type.
|
httpOKResponse | public httpOKResponse(String contentType, int payloadSize, SinkIF compQ)(Code) | | Create an httpOKResponse with a given response payload size,
MIME type, and completion sink.
|
|
|