Uses of Interface
org.apache.sshd.client.subsystem.sftp.SftpClient
-
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp
Fields in org.apache.sshd.client.subsystem.sftp declared as SftpClient Modifier and Type Field Description private SftpClientSftpDirEntryIterator. clientprivate SftpClientSftpInputStreamWithChannel. clientprivate SftpClientSftpIterableDirEntry. clientprivate SftpClientSftpOutputStreamWithChannel. clientprivate SftpClientStfpIterableDirHandle. clientprivate SftpClientSftpRemotePathChannel. sftpMethods in org.apache.sshd.client.subsystem.sftp that return SftpClient Modifier and Type Method Description default SftpClientSftpClientFactory. createSftpClient(ClientSession session)Create an SFTP client from this session.default SftpClientSftpClientFactory. createSftpClient(ClientSession session, int version)Creates an SFTP client using the specified versionSftpClientSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)SftpClientSftpDirEntryIterator. getClient()The client instanceSftpClientSftpInputStreamWithChannel. getClient()The client instanceSftpClientSftpIterableDirEntry. getClient()The client instanceSftpClientSftpOutputStreamWithChannel. getClient()The client instanceSftpClientStfpIterableDirHandle. getClient()The client instancedefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, int port, java.lang.String username, java.lang.String password)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, int port, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, java.lang.String username, java.lang.String password)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, int port, java.lang.String username, java.lang.String password)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, int port, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, java.lang.String username, java.lang.String password)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session on the default port and logs in using the provided credentialsSftpClientSimpleSftpClient. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.lang.String password)Creates an SFTP session using the provided credentialsSftpClientSimpleSftpClient. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session using the provided credentialsConstructors in org.apache.sshd.client.subsystem.sftp with parameters of type SftpClient Constructor Description SftpDirEntryIterator(SftpClient client, java.lang.String path)SftpDirEntryIterator(SftpClient client, java.lang.String path, SftpClient.Handle dirHandle, boolean closeOnFinished)SftpDirEntryIterator(SftpClient client, SftpClient.Handle dirHandle)SftpInputStreamWithChannel(SftpClient client, int bufferSize, java.lang.String path, java.util.Collection<SftpClient.OpenMode> mode)SftpIterableDirEntry(SftpClient client, java.lang.String path)SftpOutputStreamWithChannel(SftpClient client, int bufferSize, java.lang.String path, java.util.Collection<SftpClient.OpenMode> mode)SftpRemotePathChannel(java.lang.String path, SftpClient sftp, boolean closeOnExit, java.util.Collection<SftpClient.OpenMode> modes)StfpIterableDirHandle(SftpClient client, SftpClient.Handle handle) -
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.extensions
Methods in org.apache.sshd.client.subsystem.sftp.extensions that return SftpClient Modifier and Type Method Description SftpClientSftpClientExtension. getClient()Methods in org.apache.sshd.client.subsystem.sftp.extensions with parameters of type SftpClient Modifier and Type Method Description default SftpClientExtensionSftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw)SftpClientExtensionSftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions, java.util.Map<java.lang.String,?> parsed) -
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.extensions.helpers
Fields in org.apache.sshd.client.subsystem.sftp.extensions.helpers declared as SftpClient Modifier and Type Field Description private SftpClientAbstractSftpClientExtension. clientMethods in org.apache.sshd.client.subsystem.sftp.extensions.helpers that return SftpClient Modifier and Type Method Description SftpClientAbstractSftpClientExtension. getClient()Constructors in org.apache.sshd.client.subsystem.sftp.extensions.helpers with parameters of type SftpClient Constructor Description AbstractCheckFileExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)AbstractMD5HashExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)AbstractSftpClientExtension(java.lang.String name, SftpClient client, RawSftpClient raw, boolean supported)AbstractSftpClientExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)AbstractSftpClientExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)CheckFileHandleExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)CheckFileNameExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)CopyDataExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)CopyFileExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)MD5FileExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)MD5HandleExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)SpaceAvailableExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra) -
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers
Constructors in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers with parameters of type SftpClient Constructor Description AbstractOpenSSHStatCommandExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHFsyncExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHStatHandleExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions) -
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.fs
Classes in org.apache.sshd.client.subsystem.sftp.fs that implement SftpClient Modifier and Type Class Description private classSftpFileSystem.WrapperFields in org.apache.sshd.client.subsystem.sftp.fs declared as SftpClient Modifier and Type Field Description private SftpClientSftpFileSystem.Wrapper. delegateprivate SftpClientSftpDirectoryStream. sftpFields in org.apache.sshd.client.subsystem.sftp.fs with type parameters of type SftpClient Modifier and Type Field Description private java.util.Queue<SftpClient>SftpFileSystem. poolMethods in org.apache.sshd.client.subsystem.sftp.fs that return SftpClient Modifier and Type Method Description SftpClientSftpDirectoryStream. getClient()Client instance used to access the remote directorySftpClientSftpFileSystem. getClient()Constructors in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpClient Constructor Description Wrapper(SftpClient delegate, int readSize, int writeSize) -
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.impl
Classes in org.apache.sshd.client.subsystem.sftp.impl that implement SftpClient Modifier and Type Class Description classAbstractSftpClientclassDefaultSftpClientFields in org.apache.sshd.client.subsystem.sftp.impl declared as SftpClient Modifier and Type Field Description private SftpClientDefaultCloseableHandle. clientMethods in org.apache.sshd.client.subsystem.sftp.impl that return SftpClient Modifier and Type Method Description SftpClientDefaultSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)protected SftpClientSimpleSftpClientImpl. createSftpClient(ClientSession session)protected SftpClientSimpleSftpClientImpl. createSftpClient(ClientSession session, SftpClient client)protected SftpClientSimpleSftpClientImpl. createSftpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider)SftpClientDefaultCloseableHandle. getSftpClient()SftpClientSimpleSftpClientImpl. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.lang.String password)SftpClientSimpleSftpClientImpl. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.security.KeyPair identity)Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClient Modifier and Type Method Description protected SftpClientSimpleSftpClientImpl. createSftpClient(ClientSession session, SftpClient client)Constructors in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClient Constructor Description DefaultCloseableHandle(SftpClient client, java.lang.String path, byte[] id)
-