Package org.jclouds.ssh.jsch
Interface JschSshClient.ConnectionWithStreams<T>
-
- All Superinterfaces:
JschSshClient.Connection<T>
- Enclosing class:
- JschSshClient
public static interface JschSshClient.ConnectionWithStreams<T> extends JschSshClient.Connection<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getErrStream()
InputStream
getInputStream()
-
Methods inherited from interface org.jclouds.ssh.jsch.JschSshClient.Connection
clear, create
-
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream()
-
getErrStream
InputStream getErrStream()
-
-