Searched defs:stdin (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/connect/
H A DNodeRunnerDcom.java137 private void setupAuthTokenFile(List<String> cmd, List<String> stdin) throws WindowsException { argument
142 authTokenFile.copyFrom(stdin);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DCGIServlet.java207 * to be enhanced to handle threading of the spawned process' stdin, stdout,
259 * <li> Document handling of cgi stdin when there is no stdin
1506 /** stdin to be passed to cgi script */
1507 private InputStream stdin = null; field in class:CGIServlet.CGIRunner
1589 * @param stdin InputStream to be used
1592 protected void setInput(InputStream stdin) { argument
1593 this.stdin = stdin;
1750 IOTools.flow(stdin, commandsStdI
[all...]

Completed in 66 milliseconds