Uses of Interface
org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
Packages that use SftpVersionSelector Package Description org.apache.sshd.client.subsystem.sftp org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.client.subsystem.sftp.impl -
-
Uses of SftpVersionSelector in org.apache.sshd.client.subsystem.sftp
Classes in org.apache.sshd.client.subsystem.sftp that implement SftpVersionSelector Modifier and Type Class Description static classSftpVersionSelector.NamedVersionSelectorFields in org.apache.sshd.client.subsystem.sftp declared as SftpVersionSelector Modifier and Type Field Description static SftpVersionSelectorSftpVersionSelector. CURRENTAnSftpVersionSelectorthat returns the current versionstatic SftpVersionSelectorSftpVersionSelector. MAXIMUMAnSftpVersionSelectorthat returns the maximum available versionstatic SftpVersionSelectorSftpVersionSelector. MINIMUMAnSftpVersionSelectorthat returns the maximum available versionprivate SftpVersionSelectorSftpVersionSelector.NamedVersionSelector. selectorMethods in org.apache.sshd.client.subsystem.sftp that return SftpVersionSelector Modifier and Type Method Description static SftpVersionSelectorSftpVersionSelector. fixedVersionSelector(int version)Creates a selector the always returns the requested (fixed version) regardless of what the current or reported available versions are.static SftpVersionSelectorSftpVersionSelector. preferredVersionSelector(int... preferred)Selects a version in order of preference - if none of the preferred versions is listed as available then an exception is thrown when theselectVersion(ClientSession, int, List)method is invokedstatic SftpVersionSelectorSftpVersionSelector. preferredVersionSelector(java.lang.Iterable<? extends java.lang.Number> preferred)Selects a version in order of preference - if none of the preferred versions is listed as available then an exception is thrown when theselectVersion(ClientSession, int, List)method is invokedMethods in org.apache.sshd.client.subsystem.sftp with parameters of type SftpVersionSelector Modifier and Type Method Description SftpClientSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector)SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize)Constructors in org.apache.sshd.client.subsystem.sftp with parameters of type SftpVersionSelector Constructor Description NamedVersionSelector(java.lang.String name, SftpVersionSelector selector) -
Uses of SftpVersionSelector in org.apache.sshd.client.subsystem.sftp.fs
Fields in org.apache.sshd.client.subsystem.sftp.fs declared as SftpVersionSelector Modifier and Type Field Description private SftpVersionSelectorSftpFileSystem. selectorprivate SftpVersionSelectorSftpFileSystemProvider. versionSelectorMethods in org.apache.sshd.client.subsystem.sftp.fs that return SftpVersionSelector Modifier and Type Method Description SftpVersionSelectorSftpFileSystem. getSftpVersionSelector()SftpVersionSelectorSftpFileSystemProvider. getSftpVersionSelector()protected SftpVersionSelectorSftpFileSystemProvider. resolveSftpVersionSelector(java.net.URI uri, SftpVersionSelector defaultSelector, PropertyResolver resolver)Methods in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpVersionSelector Modifier and Type Method Description default SftpFileSystemSftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector)Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to create theSftpFileSystemonce session has been authenticated.protected SftpVersionSelectorSftpFileSystemProvider. resolveSftpVersionSelector(java.net.URI uri, SftpVersionSelector defaultSelector, PropertyResolver resolver)Constructors in org.apache.sshd.client.subsystem.sftp.fs with parameters of type SftpVersionSelector Constructor Description SftpFileSystem(SftpFileSystemProvider provider, java.lang.String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector)SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector)SftpFileSystemProvider(SshClient client, SftpVersionSelector selector)SftpFileSystemProvider(SftpVersionSelector selector) -
Uses of SftpVersionSelector in org.apache.sshd.client.subsystem.sftp.impl
Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpVersionSelector Modifier and Type Method Description protected DefaultSftpClientDefaultSftpClientFactory. createDefaultSftpClient(ClientSession session, SftpVersionSelector selector)SftpClientDefaultSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)SftpFileSystemDefaultSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize)intDefaultSftpClient. negotiateVersion(SftpVersionSelector selector)
-