Package com.trilead.ssh2.channel
Class Channel
java.lang.Object
com.trilead.ssh2.channel.Channel
Channel.
-
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. -
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()