Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.scp | |
org.apache.sshd.client.simple | |
org.apache.sshd.client.subsystem.sftp.impl |
Modifier and Type | Method and Description |
---|---|
static SimpleClient |
SshClient.setUpDefaultSimpleClient()
Setup a default client, starts it and then wraps it as a
SimpleClient |
static SimpleClient |
SshClient.wrapAsSimpleClient(SshClient client)
Wraps an
SshClient instance as a SimpleClient |
Modifier and Type | Method and Description |
---|---|
SimpleClient |
SimpleScpClientImpl.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleScpClientImpl.setClient(SimpleClient client) |
Modifier and Type | Method and Description |
---|---|
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider) |
Constructor and Description |
---|
SimpleScpClientImpl(SimpleClient client) |
SimpleScpClientImpl(SimpleClient client,
ScpClientCreator scpClientCreator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimpleClient |
class |
AbstractSimpleClientSessionCreator |
Modifier and Type | Method and Description |
---|---|
static SimpleClient |
AbstractSimpleClientSessionCreator.wrap(ClientSessionCreator creator,
Channel channel)
Wraps an existing
ClientSessionCreator into a SimpleClient |
Modifier and Type | Method and Description |
---|---|
SimpleClient |
SimpleSftpClientImpl.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleSftpClientImpl.setClient(SimpleClient client) |
Modifier and Type | Method and Description |
---|---|
protected SftpClient |
SimpleSftpClientImpl.createSftpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider) |
Constructor and Description |
---|
SimpleSftpClientImpl(SimpleClient client) |
SimpleSftpClientImpl(SimpleClient client,
SftpClientFactory sftpClientFactory) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.