Package org.apache.sshd.client.scp
Interface CloseableScpClient
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,ClientSessionHolder
,java.io.Closeable
,ScpClient
,SessionContextHolder
,SessionHolder<ClientSession>
public interface CloseableScpClient extends ScpClient, java.nio.channels.Channel
AnScpClient
wrapper that also closes the underlying session when closed
-
-
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
-
-