|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AgentServiceStreamRemoter
An interface to any object that can prepare a stream for remote access.
| Method Summary | |
|---|---|
InputStream |
prepareInputStream(InputStream stream)
Given an input stream, this will prepare it to be accessed by remote clients. |
OutputStream |
prepareOutputStream(OutputStream stream)
Given an output stream, this will prepare it to be accessed by remote clients. |
| Method Detail |
|---|
InputStream prepareInputStream(InputStream stream)
stream - the stream to remote
OutputStream prepareOutputStream(OutputStream stream)
stream - the stream to remote
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||