| Package | Description |
|---|---|
| net.thevpc.nuts.ext.ssh | |
| net.thevpc.nuts.ext.ssh.bin | |
| net.thevpc.nuts.ext.ssh.jcsh |
| Modifier and Type | Class and Description |
|---|---|
class |
SshConnectionAdapter |
class |
SshConnectionBase |
| Modifier and Type | Method and Description |
|---|---|
SshConnection |
SshConnectionPool.acquire(NConnectionString connectionString) |
SshConnection |
SshConnectionPool.acquire(String connectionString) |
SshConnection |
SshConnection.addListener(SshListener listener) |
SshConnection |
SshConnectionAdapter.addListener(SshListener listener) |
SshConnection |
SshConnectionBase.addListener(SshListener listener) |
SshConnection |
SshConnectionBase.failFast(boolean failFast) |
SshConnection |
SshConnectionAdapter.getConnection() |
SshConnection |
SshConnection.removeListener(SshListener listener) |
SshConnection |
SshConnectionAdapter.removeListener(SshListener listener) |
SshConnection |
SshConnectionBase.removeListener(SshListener listener) |
| Modifier and Type | Method and Description |
|---|---|
static NScoredCallable<SshConnection> |
ScoredConnectionFactory.resolveBinSshConnectionPool(NConnectionString connectionString) |
| Constructor and Description |
|---|
SshConnectionAdapter(SshConnection connection) |
| Constructor and Description |
|---|
SshConnectionPool(int maxSize,
long idleTimeout,
Function<NConnectionString,SshConnection> factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinSshConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
JCshConnection |
| Modifier and Type | Method and Description |
|---|---|
static JCshConnection |
JCshConnection.unwrap(SshConnection any) |
| Constructor and Description |
|---|
JCshFileInputStreamSftp(SshConnection connection,
String path,
boolean closeConnection) |
JCshFileOutputStreamSftp(SshConnection connection,
String remotePath,
boolean mkdirs,
boolean closeConnection) |
Copyright © 2026 vpc open source initiative. All rights reserved.