org.jclouds.ssh.jsch
Interface JschSshClient.Connection<T>

All Known Subinterfaces:
JschSshClient.ConnectionWithStreams<T>
All Known Implementing Classes:
SessionConnection
Enclosing class:
JschSshClient

public static interface JschSshClient.Connection<T>


Method Summary
 void clear()
           
 T create()
           
 

Method Detail

clear

void clear()

create

T create()
         throws Exception
Throws:
Exception


Copyright © 2009-2012 jclouds. All Rights Reserved.