public class Channel extends Object
Constructor and Description |
---|
Channel(ChannelManager cm) |
Modifier and Type | Method and Description |
---|---|
String |
getExitSignal() |
Integer |
getExitStatus() |
String |
getReasonClosed() |
ChannelInputStream |
getStderrStream() |
ChannelOutputStream |
getStdinStream() |
ChannelInputStream |
getStdoutStream() |
void |
pipeStderrStream(OutputStream os) |
void |
pipeStdoutStream(OutputStream os) |
void |
setReasonClosed(String reasonClosed) |
void |
setWindowSize(int newSize) |
public Channel(ChannelManager cm)
public void setWindowSize(int newSize)
public ChannelInputStream getStderrStream()
public ChannelOutputStream getStdinStream()
public ChannelInputStream getStdoutStream()
public void pipeStdoutStream(OutputStream os) throws IOException
IOException
public void pipeStderrStream(OutputStream os) throws IOException
IOException
public String getExitSignal()
public Integer getExitStatus()
public String getReasonClosed()
public void setReasonClosed(String reasonClosed)
Copyright © 2013. All rights reserved.