|
||||||||||
| 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. |
java.io.OutputStream |
getOutputStream()
Returns an OutputStream suitable for writing binary data in the response. |
boolean |
isClosed()
Gets whether the response was closed. |
void |
setProperty(java.lang.String pKey,
java.lang.Object pValue)
Sets a response property. |
| Method Detail |
|---|
java.io.OutputStream getOutputStream()
throws java.io.IOException
OutputStream suitable for writing binary data in the response.
OutputStream for writing binary data
java.io.IOException - if an input or output exception occurred
void setProperty(java.lang.String pKey,
java.lang.Object pValue)
pKey - the property namepValue - the valuevoid close()
boolean isClosed()
true if response was closed, false if still open
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||