|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerStreamConnection
Interface of an object, which is able to provide an XML stream, containing an XML-RPC request. Additionally, the object may also be used to write the response as an XML stream.
| Method Summary | |
|---|---|
void |
close()
Closes the connection, and frees resources. |
InputStream |
newInputStream()
Returns the connections input stream. |
OutputStream |
newOutputStream()
Returns the connections output stream. |
| Method Detail |
|---|
InputStream newInputStream()
throws IOException
IOException
OutputStream newOutputStream()
throws IOException
IOException
void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||