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
 InputStream getErrStream()
           
 InputStream getInputStream()
           
 
Methods inherited from interface org.jclouds.ssh.jsch.JschSshClient.Connection
clear, create
 

Method Detail

getInputStream

InputStream getInputStream()

getErrStream

InputStream getErrStream()


Copyright © 2009-2012 jclouds. All Rights Reserved.