Uses of Interface
org.apache.sshd.sftp.client.SftpErrorDataHandler
Packages that use SftpErrorDataHandler
Package
Description
-
Uses of SftpErrorDataHandler in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpErrorDataHandlerMethods in org.apache.sshd.sftp.client with parameters of type SftpErrorDataHandlerModifier and TypeMethodDescriptiondefault SftpClientSftpClientFactory.createSftpClient(ClientSession session, SftpErrorDataHandler errorDataHandler) Create an SFTP client from this session.SftpClientFactory.createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize) -
Uses of SftpErrorDataHandler in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SftpErrorDataHandlerModifier and TypeClassDescriptionprivate classprivate classSftpClient with support for getting supported file attribute views and the server-side default directory.private classThe file system hands out only Wrapper instances to prevent the underlying SftpClient from being closed.Fields in org.apache.sshd.sftp.client.fs declared as SftpErrorDataHandlerModifier and TypeFieldDescriptionprivate final SftpErrorDataHandlerSftpFileSystem.errorDataHandlerprivate final SftpErrorDataHandlerSftpFileSystemProvider.errorDataHandlerMethods in org.apache.sshd.sftp.client.fs that return SftpErrorDataHandlerModifier and TypeMethodDescriptionSftpFileSystem.getSftpErrorDataHandler()SftpFileSystemProvider.getSftpErrorDataHandler()protected SftpErrorDataHandlerSftpFileSystemProvider.resolveSftpErrorDataHandler(URI uri, SftpErrorDataHandler errorHandler, PropertyResolver resolver) Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpErrorDataHandlerModifier 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 SftpErrorDataHandlerSftpFileSystemProvider.resolveSftpErrorDataHandler(URI uri, SftpErrorDataHandler errorHandler, PropertyResolver resolver) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpErrorDataHandlerModifierConstructorDescription(package private)DelegatingClient(SftpClient delegate, SftpErrorDataHandler errorHandler, int readSize, int writeSize) (package private)SftpClientEnriched(SftpClient delegate, SftpErrorDataHandler errorHandler, int readSize, int writeSize) SftpFileSystem(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, SftpErrorDataHandler errorDataHandler) SftpFileSystemProvider(SshClient client, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) (package private)Wrapper(SftpClient delegate, SftpErrorDataHandler errorHandler, int readSize, int writeSize) -
Uses of SftpErrorDataHandler in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SftpErrorDataHandlerFields in org.apache.sshd.sftp.client.impl declared as SftpErrorDataHandlerModifier and TypeFieldDescriptionprotected final SftpErrorDataHandlerAbstractSftpClient.errorDataHandlerMethods in org.apache.sshd.sftp.client.impl with parameters of type SftpErrorDataHandlerModifier 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) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpErrorDataHandlerModifierConstructorDescriptionprotectedAbstractSftpClient(SftpErrorDataHandler delegateHandler) DefaultSftpClient(ClientSession clientSession, SftpVersionSelector initialVersionSelector, SftpErrorDataHandler errorDataHandler)