Uses of Class
org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
-
Packages that use ScpTransferEventListener.FileOperation Package Description org.apache.sshd.scp.common -
-
Uses of ScpTransferEventListener.FileOperation in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common that return ScpTransferEventListener.FileOperation Modifier and Type Method Description static ScpTransferEventListener.FileOperationScpTransferEventListener.FileOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScpTransferEventListener.FileOperation[]ScpTransferEventListener.FileOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.scp.common with parameters of type ScpTransferEventListener.FileOperation Modifier and Type Method Description voidAbstractScpTransferEventListenerAdapter. endFileEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, java.lang.Throwable thrown)default voidScpTransferEventListener. endFileEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, java.lang.Throwable thrown)voidAbstractScpTransferEventListenerAdapter. endFolderEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, java.lang.Throwable thrown)default voidScpTransferEventListener. endFolderEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, java.lang.Throwable thrown)default voidScpTransferEventListener. handleFileEventAckInfo(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, ScpAckInfo ackInfo)Called afterScpTransferEventListener.endFileEvent(Session, FileOperation, Path, long, Set, Throwable)if no exception was thrown and the peer's ACK was successfully readvoidAbstractScpTransferEventListenerAdapter. startFileEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)default voidScpTransferEventListener. startFileEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)voidAbstractScpTransferEventListenerAdapter. startFolderEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)default voidScpTransferEventListener. startFolderEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)protected voidScpHelper. validateFileOperationAckReplyCode(java.lang.String command, Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long fileSize, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, ScpAckInfo ackInfo)
-