Uses of Interface
org.apache.sshd.sftp.client.SftpVersionSelector
Packages that use SftpVersionSelector
Package
Description
-
Uses of SftpVersionSelector in org.apache.sshd.sftp.client
Classes in org.apache.sshd.sftp.client that implement SftpVersionSelectorFields in org.apache.sshd.sftp.client declared as SftpVersionSelectorModifier and TypeFieldDescriptionprotected final SftpVersionSelectorSftpVersionSelector.NamedVersionSelector.selectorMethods in org.apache.sshd.sftp.client with parameters of type SftpVersionSelectorModifier and TypeMethodDescriptiondefault SftpClientSftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector) SftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize) SftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize) Constructors in org.apache.sshd.sftp.client with parameters of type SftpVersionSelector -
Uses of SftpVersionSelector in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SftpVersionSelectorModifier and TypeFieldDescriptionprivate final SftpVersionSelectorSftpFileSystem.selectorprivate final SftpVersionSelectorSftpFileSystemProvider.versionSelectorMethods in org.apache.sshd.sftp.client.fs that return SftpVersionSelectorModifier and TypeMethodDescriptionfinal SftpVersionSelectorSftpFileSystem.getSftpVersionSelector()final SftpVersionSelectorSftpFileSystemProvider.getSftpVersionSelector()protected SftpVersionSelectorSftpFileSystemProvider.resolveSftpVersionSelector(URI uri, SftpVersionSelector defaultSelector, PropertyResolver resolver) Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpVersionSelectorModifier and TypeMethodDescriptiondefault SftpFileSystemSftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) Deprecated.since 2.10.1default SftpFileSystemSftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, IOFunction<Boolean, ClientSession> sessionProvider, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to create theSftpFileSystemonce session has been authenticated.protected SftpVersionSelectorSftpFileSystemProvider.resolveSftpVersionSelector(URI uri, SftpVersionSelector defaultSelector, PropertyResolver resolver) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpVersionSelectorModifierConstructorDescriptionSftpFileSystem(SftpFileSystemProvider provider, String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) protectedSftpFileSystem(SftpFileSystemProvider provider, String id, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpFileSystemAutomatic(SftpFileSystemProvider provider, String id, IOFunction<Boolean, ClientSession> sessionProvider, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector) SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpFileSystemProvider(SshClient client, SftpVersionSelector selector) SftpFileSystemProvider(SshClient client, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpFileSystemProvider(SftpVersionSelector selector) -
Uses of SftpVersionSelector in org.apache.sshd.sftp.client.impl
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpVersionSelectorModifier and TypeMethodDescriptionprotected DefaultSftpClientDefaultSftpClientFactory.createDefaultSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) DefaultSftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) DefaultSftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize) protected voidDefaultSftpClient.init(ClientSession session, SftpVersionSelector initialVersionSelector, Duration initializationTimeout) intDefaultSftpClient.negotiateVersion(SftpVersionSelector selector) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpVersionSelectorModifierConstructorDescriptionDefaultSftpClient(ClientSession clientSession, SftpVersionSelector initialVersionSelector, SftpErrorDataHandler errorDataHandler)