|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base interface for all SSH related IO interfaces.
| Method Summary | |
void |
close()
Close the channel. |
java.io.InputStream |
getInputStream()
Get an InputStream to read incoming channel data. |
java.io.OutputStream |
getOutputStream()
Get an OutputStream to write outgoing channel data. |
| Method Detail |
public java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException
public java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
SshIOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||