Package org.apache.sshd.client.simple
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 theSshClient
object should be used- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.client.simple.SimpleClientConfigurator
DEFAULT_AUTHENTICATION_TIMEOUT, DEFAULT_CONNECT_TIMEOUT, DEFAULT_PORT
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.client.simple.SimpleClientConfigurator
getAuthenticationTimeout, getConnectTimeout, setAuthenticationTimeout, setConnectTimeout
-
Methods inherited from interface org.apache.sshd.client.simple.SimpleSessionClient
sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin
-
-