|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SshIO
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 |
|---|
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException
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 | ||||||||