public interface Pipe
| Modifier and Type | Method and Description |
|---|---|
PipeConnection |
connect()
Pipe the streams and returns immediatelly the connection handle.
|
boolean |
isBroken() |
boolean |
isClosed() |
boolean |
isInterrupted() |
boolean |
isOpened() |
boolean |
isReady() |
Pipe |
listenedBy(PipeListener listener)
Set a pipe listener to get events
|
String |
name()
Pipe name, used in
#toString() |
String name()
#toString()Pipe listenedBy(PipeListener listener)
PipeConnection connect()
PipeConnection object to be able to interrupt or wait for the pipe to finishboolean isReady()
boolean isOpened()
boolean isClosed()
boolean isBroken()
boolean isInterrupted()
Copyright © 2011 Ovea. All Rights Reserved.