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.FileOperation
ScpTransferEventListener.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 void
AbstractScpTransferEventListenerAdapter. 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 void
ScpTransferEventListener. 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)
void
AbstractScpTransferEventListenerAdapter. 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 void
ScpTransferEventListener. 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 void
ScpTransferEventListener. 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 readvoid
AbstractScpTransferEventListenerAdapter. startFileEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)
default void
ScpTransferEventListener. startFileEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, long length, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)
void
AbstractScpTransferEventListenerAdapter. startFolderEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)
default void
ScpTransferEventListener. startFolderEvent(Session session, ScpTransferEventListener.FileOperation op, java.nio.file.Path file, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms)
protected void
ScpHelper. 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)
-