Uses of Interface
io.milton.http.quota.StorageChecker
Packages that use StorageChecker
-
Uses of StorageChecker in io.milton.http
Constructor parameters in io.milton.http with type arguments of type StorageCheckerModifierConstructorDescriptionHandlerHelper(AuthenticationService authenticationService, List<StorageChecker> storageCheckers) -
Uses of StorageChecker in io.milton.http.quota
Classes in io.milton.http.quota that implement StorageCheckerModifier and TypeClassDescriptionclassDefault storage checking mechanism checks to see if the nearest parent resource implements QuotaResource, and if so uses the available bytes property from that to determine whether to allow a PUT Note that there is not always information available giving the size of new content, and in the case of replacing an existing resource, we might not have that resource's size.