public class MinaUtil extends Object
| Constructor and Description |
|---|
MinaUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.sshd.client.SshClient |
openClient()
打开一个客户端对象
|
static org.apache.sshd.client.session.ClientSession |
openSession(org.apache.sshd.client.SshClient sshClient,
Connector connector)
打开一个新的Session
|
public static org.apache.sshd.client.SshClient openClient()
public static org.apache.sshd.client.session.ClientSession openSession(org.apache.sshd.client.SshClient sshClient,
Connector connector)
sshClient - 客户端connector - 连接信息ClientSessionCopyright © 2025. All rights reserved.