Uses of Interface
org.apache.sshd.sftp.client.SftpClient
Packages that use SftpClient
Package
Description
-
Uses of SftpClient in org.apache.sshd.sftp.client
Subinterfaces of SftpClient in org.apache.sshd.sftp.clientModifier and TypeInterfaceDescriptioninterfaceProvides both structured and raw SFTP accessMethods in org.apache.sshd.sftp.client that return SftpClientModifier and TypeMethodDescriptiondefault 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 versiondefault SftpClientSftpClientFactory.createSftpClient(ClientSession session, SftpErrorDataHandler errorDataHandler) Create an SFTP client from this session.default SftpClientSftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector) SftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpClientHolder.getClient()default SftpClientCreates an SFTP session using the provided credentialsdefault SftpClientCreates an SFTP session using the provided credentialsdefault SftpClientCreates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientCreates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient.sftpLogin(InetAddress host, int port, String username, String password) Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient.sftpLogin(InetAddress host, int port, String username, KeyPair identity) Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient.sftpLogin(InetAddress host, String username, String password) Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient.sftpLogin(InetAddress host, String username, KeyPair identity) Creates an SFTP session on the default port and logs in using the provided credentialsSimpleSftpClient.sftpLogin(SocketAddress target, String username, String password) Creates an SFTP session using the provided credentialsSimpleSftpClient.sftpLogin(SocketAddress target, String username, KeyPair identity) Creates an SFTP session using the provided credentialsstatic SftpClientFullAccessSftpClient.singleSessionInstance(SftpClient client) default SftpClientSftpClient.singleSessionInstance()Creates anSftpClientinstance that also closes the underlyingclient sessionwhen the client instance is closed.Methods in org.apache.sshd.sftp.client with parameters of type SftpClientModifier and TypeMethodDescriptionstatic SftpClientFullAccessSftpClient.singleSessionInstance(SftpClient client) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions
Methods in org.apache.sshd.sftp.client.extensions with parameters of type SftpClientModifier and TypeMethodDescriptiondefault SftpClientExtensionSftpClientExtensionFactory.create(SftpClient client, RawSftpClient raw) SftpClientExtensionFactory.create(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions, Map<String, ?> parsed) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions.helpers
Fields in org.apache.sshd.sftp.client.extensions.helpers declared as SftpClientMethods in org.apache.sshd.sftp.client.extensions.helpers that return SftpClientConstructors in org.apache.sshd.sftp.client.extensions.helpers with parameters of type SftpClientModifierConstructorDescriptionprotectedAbstractCheckFileExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protectedAbstractMD5HashExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protectedAbstractSftpClientExtension(String name, SftpClient client, RawSftpClient raw, boolean supported) protectedAbstractSftpClientExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protectedAbstractSftpClientExtension(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) CheckFileHandleExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extras) CheckFileNameExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extras) CopyDataExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extra) CopyFileExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extra) FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extras) FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) MD5FileExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extra) MD5HandleExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extra) SpaceAvailableExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extra) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions.openssh.helpers
Constructors in org.apache.sshd.sftp.client.extensions.openssh.helpers with parameters of type SftpClientModifierConstructorDescriptionprotectedAbstractOpenSSHStatCommandExtension(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHFsyncExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHLimitsExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHPosixRenameExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHStatHandleExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) -
Uses of SftpClient in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SftpClientFields in org.apache.sshd.sftp.client.fs declared as SftpClientModifier and TypeFieldDescriptionprivate final SftpClientSftpFileSystem.SftpClientHandle.clientprivate final SftpClientSftpFileSystem.Wrapper.delegateprivate final SftpClientSftpDirectoryStream.sftpMethods in org.apache.sshd.sftp.client.fs that return SftpClientModifier and TypeMethodDescriptionfinal SftpClientSftpDirectoryStream.getClient()SftpFileSystem.getClient()SftpFileSystem.SftpClientHandle.getClient()SftpFileSystem.SftpClientPool.poll()Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClientModifier and TypeMethodDescriptionbooleanSftpFileSystem.SftpClientPool.offer(SftpClient client) SftpClientDirectoryScanner.scan(SftpClient client) Scans the currentbasedir<C extends Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner.scan(SftpClient client, Supplier<? extends C> factory) protected <C extends Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner.scandir(SftpClient client, String rootDir, String parent, C filesList) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClientModifierConstructorDescriptionSftpClientHandle(BlockingQueue<? extends SftpFileSystem.SftpClientHandle> pool, SftpClient client) privateWrapper(SftpClient delegate, SftpErrorDataHandler errorHandler, int readSize, int writeSize) -
Uses of SftpClient in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SftpClientFields in org.apache.sshd.sftp.client.impl declared as SftpClientModifier and TypeFieldDescriptionprivate final SftpClientDefaultCloseableHandle.clientprivate final SftpClientSftpDirEntryIterator.clientprivate final SftpClientSftpIterableDirEntry.clientprivate final SftpClientStfpIterableDirHandle.clientprotected final SftpClientSftpRemotePathChannel.sftpMethods in org.apache.sshd.sftp.client.impl that return SftpClientModifier and TypeMethodDescriptionDefaultSftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) protected SftpClientSimpleSftpClientImpl.createSftpClient(ClientSession session) protected SftpClientSimpleSftpClientImpl.createSftpClient(IOFunction<? super SimpleClient, ? extends ClientSession> sessionProvider) final SftpClientSftpDirEntryIterator.getClient()final SftpClientSftpIterableDirEntry.getClient()final SftpClientStfpIterableDirHandle.getClient()final SftpClientDefaultCloseableHandle.getSftpClient()SimpleSftpClientImpl.sftpLogin(SocketAddress target, String username, String password) SimpleSftpClientImpl.sftpLogin(SocketAddress target, String username, KeyPair identity) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClientModifierConstructorDescriptionDefaultCloseableHandle(SftpClient client, String path, byte[] id) SftpDirEntryIterator(SftpClient client, String path) SftpDirEntryIterator(SftpClient client, String path, SftpClient.Handle dirHandle, boolean closeOnFinished) SftpDirEntryIterator(SftpClient client, SftpClient.Handle dirHandle) SftpIterableDirEntry(SftpClient client, String path) SftpRemotePathChannel(String path, SftpClient sftp, boolean closeOnExit, Collection<SftpClient.OpenMode> modes) StfpIterableDirHandle(SftpClient client, SftpClient.Handle handle)