|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProtocolResponse
Defines an interface to the response part of a protocol.
Description:
This interface contains methods to modify and add data and
control information to the response.
Concurrency issues:
-
Method Summary | |
---|---|
java.io.OutputStream |
getOutputStream()
Return an output stream. |
void |
setProperty(java.lang.String sName,
java.lang.String sValue)
Set a property of the response protocol. |
Method Detail |
---|
void setProperty(java.lang.String sName, java.lang.String sValue)
sName
must contain a valid property name.sValue
must contain a valid property value.
sName
- the name of the property that has to be set.sValue
- the value that has to be set.java.io.OutputStream getOutputStream() throws java.io.IOException
OutputStream
should be used once.
OutputStream
to which the response
message can be send.
java.io.IOException
- if OutputStream
can't be
retrieved from the protocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |