Package org.apache.sshd.client.scp
Interface CloseableScpClient
-
- All Superinterfaces:
AutoCloseable
,Channel
,ClientSessionHolder
,Closeable
,ScpClient
,SessionContextHolder
,SessionHolder<ClientSession>
public interface CloseableScpClient extends ScpClient, Channel
AnScpClient
wrapper that also closes the underlying session when closed- Author:
- Apache MINA SSHD Project
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.sshd.client.scp.ScpClient
ScpClient.Option
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.client.scp.ScpClient
DEFAULT_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT, DEFAULT_EXEC_CHANNEL_OPEN_TIMEOUT, SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT, SCP_EXEC_CHANNEL_OPEN_TIMEOUT
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.client.session.ClientSessionHolder
getClientSession
-
Methods inherited from interface org.apache.sshd.client.scp.ScpClient
download, download, download, download, download, download, download, download, download, downloadBytes, getSession, upload, upload, upload, upload, upload, upload, upload, upload, upload, upload, upload
-
Methods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
-