org.jclouds.sshj
Interface SshjSshClient.Connection<T>

Enclosing class:
SshjSshClient

public static interface SshjSshClient.Connection<T>


Method Summary
 void clear()
           
 T create()
           
 

Method Detail

clear

void clear()
           throws Exception
Throws:
Exception

create

T create()
         throws Exception
Throws:
Exception


Copyright © 2009-2011 jclouds. All Rights Reserved.