|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.engine.io.PipeStream
public class PipeStream
Pipe stream that pipes output streams into input streams. Implementation based on a shared synchronized queue.
| Constructor Summary | |
|---|---|
PipeStream()
Constructor. |
|
| Method Summary | |
|---|---|
InputStream |
getInputStream()
Returns a new input stream that can read from the pipe. |
OutputStream |
getOutputStream()
Returns a new output stream that can write into the pipe. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipeStream()
| Method Detail |
|---|
public InputStream getInputStream()
public OutputStream getOutputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||