Uses of Class
org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
Packages that use AbstractOpenSSHExtensionParser.OpenSSHExtension
-
Uses of AbstractOpenSSHExtensionParser.OpenSSHExtension in org.apache.sshd.sftp.common.extensions.openssh
Methods in org.apache.sshd.sftp.common.extensions.openssh that return AbstractOpenSSHExtensionParser.OpenSSHExtension -
Uses of AbstractOpenSSHExtensionParser.OpenSSHExtension in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server with type parameters of type AbstractOpenSSHExtensionParser.OpenSSHExtensionModifier and TypeFieldDescriptionstatic final List<AbstractOpenSSHExtensionParser.OpenSSHExtension>
AbstractSftpSubsystemHelper.DEFAULT_OPEN_SSH_EXTENSIONS
Methods in org.apache.sshd.sftp.server that return types with arguments of type AbstractOpenSSHExtensionParser.OpenSSHExtensionModifier and TypeMethodDescriptionAbstractSftpSubsystemHelper.appendOpenSSHExtensions
(Buffer buffer, ServerSession session) AbstractSftpSubsystemHelper.resolveOpenSSHExtensions
(ServerSession session)