org.crsh.util
Class PipedChannel
java.lang.Object
org.crsh.util.PipedChannel
public class PipedChannel
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queue
private final LinkedList<Integer> queue
- .
lock
private final Object lock
- .
closed
private boolean closed
- .
in
private PipedChannel.InputStream in
- .
out
private PipedChannel.OutputStream out
- .
PipedChannel
public PipedChannel()
getIn
public PipedChannel.InputStream getIn()
getOut
public PipedChannel.OutputStream getOut()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.