Uses of Enum
com.sshtools.common.sftp.SftpSubsystemOperation
Packages that use SftpSubsystemOperation
-
Uses of SftpSubsystemOperation in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp that return SftpSubsystemOperationModifier and TypeMethodDescriptionstatic SftpSubsystemOperationReturns the enum constant of this type with the specified name.static SftpSubsystemOperation[]SftpSubsystemOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sshtools.common.sftp with parameters of type SftpSubsystemOperationModifier and TypeMethodDescriptionvoidSftpOperationWrapper.onBeginOperation(SessionChannel session, SftpSubsystemOperation op) voidSftpOperationWrapper.onEndOperation(SessionChannel session, SftpSubsystemOperation op)