接口 ConnectSSH
-
- 所有已知子接口:
HasScp,HasSftp,HasSshExec,HasSshTunnel
- 所有已知实现类:
JschClient,PuttyClient,SshdClient,SshjClient
public interface ConnectSSH- 作者:
- Yun
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanconnect()Connect with SSH Servervoiddisconnect()Disconnect with SSH Server
-