Interface SimpleClient

All Superinterfaces:
AutoCloseable, Channel, Closeable, SimpleClientConfigurator, SimpleSessionClient
All Known Implementing Classes:
AbstractSimpleClient, AbstractSimpleClientSessionCreator

public interface SimpleClient extends SimpleClientConfigurator, SimpleSessionClient, Channel
Provides a simplified and synchronous view of the available SSH client functionality. If more fine-grained control and configuration of the SSH client behavior and features is required then the SshClient object should be used
Author:
Apache MINA SSHD Project