Package com.trilead.ssh2.channel
Class Channel
java.lang.Object
com.trilead.ssh2.channel.Channel
Channel.
- Version:
- $Id: Channel.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.void
void
void
requestWindowChange
(int term_width_characters, int term_height_characters, int term_width_pixels, int term_height_pixels) void
setReasonClosed
(String reasonClosed) void
setReasonClosed
(Throwable reasonClosed) void
setWindowSize
(int newSize) void
-
Constructor Details
-
Channel
-
-
Method Details
-
setWindowSize
public void setWindowSize(int newSize) -
getStderrStream
-
getStdinStream
-
getStdoutStream
-
pipeStdoutStream
- Throws:
IOException
-
pipeStderrStream
- Throws:
IOException
-
getExitSignal
-
getExitStatus
-
getReasonClosed
Deprecated.Gets reason closed.- Returns:
- the reason closed
-
getReasonClosedCause
-
setReasonClosed
-
setReasonClosed
-
requestWindowChange
public void requestWindowChange(int term_width_characters, int term_height_characters, int term_width_pixels, int term_height_pixels) throws IOException - Throws:
IOException
-
signal
- Throws:
IOException
-
getReasonClosedCause()