| Package | Description |
|---|---|
| io.milton.http | |
| io.milton.http.quota |
| Constructor and Description |
|---|
HandlerHelper(AuthenticationService authenticationService,
List<StorageChecker> storageCheckers) |
HandlerHelper(AuthenticationService authenticationService,
List<StorageChecker> storageCheckers) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStorageChecker
Default 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.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.