Package | Description |
---|---|
org.apache.sshd.scp.common |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.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.endFolderEvent(Session session,
ScpTransferEventListener.FileOperation op,
java.nio.file.Path file,
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.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 after
ScpTransferEventListener.endFileEvent(Session, FileOperation, Path, long, Set, Throwable) if no exception was thrown
and the peer's ACK was successfully read |
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.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.startFolderEvent(Session session,
ScpTransferEventListener.FileOperation op,
java.nio.file.Path file,
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) |
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) |