public interface SshClientFactory
SshClient
instances for the SshClientPool
.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 |
void configureConnector(SshConnector con) throws SshException
con
- SshException
SshTransport createTransport(String host, int port) throws IOException
SshTransport
for use by new connectionshost
- port
- IOException
void authenticateClient(SshClient client) throws SshException
client
- SshException
Copyright © 2024. All rights reserved.