public class SshClientAdapter extends Object implements SshClientFactory
| Constructor and Description |
|---|
SshClientAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticateClient(SshClient client)
Authenticate the client.
|
void |
configureConnector(SshConnector con)
Configure the connector.
|
SshTransport |
createTransport(String host,
int port)
Create the
SshTransport for use by new connections |
public void configureConnector(SshConnector con) throws SshException
SshClientFactoryconfigureConnector in interface SshClientFactorySshExceptionpublic SshTransport createTransport(String host, int port) throws IOException
SshClientFactorySshTransport for use by new connectionscreateTransport in interface SshClientFactoryIOExceptionpublic void authenticateClient(SshClient client) throws SshException
SshClientFactoryauthenticateClient in interface SshClientFactorySshExceptionCopyright © 2025. All rights reserved.