|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A simple interface for the Urd server to use when answering incoming
CmdEvents. The server writes it's output and then calls
commit() to indicate that the response is finished.
ALl implementations of this interface must use canonical line breaks.
| Method Summary | |
void |
commit()
Flush output to channels. |
void |
print(java.lang.String str)
Write a string. |
void |
println()
Write a canonical line break. |
void |
println(java.lang.String str)
Write a string followed by a canonical like break. |
void |
write(CmdTable table)
Write a table. |
| Method Detail |
public void print(java.lang.String str)
public void println(java.lang.String str)
public void println()
public void write(CmdTable table)
public void commit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||