|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResponse
Defines an object to assist a servre in sending a response to the client.
| Method Summary | |
|---|---|
void |
close()
Notifies that processing is finished. |
OutputStream |
getOutputStream()
Returns an OutputStream suitable for writing binary data in the response. |
void |
setProperty(String pKey,
Object pValue)
Sets a response property. |
| Method Detail |
|---|
OutputStream getOutputStream()
throws IOException
OutputStream suitable for writing binary data in the response.
OutputStream for writing binary data
IOException - if an input or output exception occurred
void setProperty(String pKey,
Object pValue)
pKey - the property namepValue - the valuevoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||