Uses of Enum Class
io.milton.http.quota.StorageChecker.StorageErrorReason
Packages that use StorageChecker.StorageErrorReason
-
Uses of StorageChecker.StorageErrorReason in io.milton.http
Methods in io.milton.http that return StorageChecker.StorageErrorReasonModifier and TypeMethodDescriptionHandlerHelper.checkStorageOnAdd(Request request, CollectionResource nearestParent, Path parentPath, String host) HandlerHelper.checkStorageOnReplace(Request request, CollectionResource parentCol, Resource replaced, String host) Methods in io.milton.http with parameters of type StorageChecker.StorageErrorReasonModifier and TypeMethodDescriptionvoidAbstractWrappingResponseHandler.respondInsufficientStorage(Request request, Response response, StorageChecker.StorageErrorReason storageErrorReason) -
Uses of StorageChecker.StorageErrorReason in io.milton.http.quota
Methods in io.milton.http.quota that return StorageChecker.StorageErrorReasonModifier and TypeMethodDescriptionDefaultStorageChecker.checkStorageOnAdd(Request request, CollectionResource nearestParent, Path parentPath, String host) StorageChecker.checkStorageOnAdd(Request request, CollectionResource nearestParent, Path parentPath, String host) Check to see if the operation should be allowed, when there is no existing resource.DefaultStorageChecker.checkStorageOnReplace(Request request, CollectionResource parent, Resource replaced, String host) StorageChecker.checkStorageOnReplace(Request request, CollectionResource parent, Resource replaced, String host) Check to see if the operation should be allowed, when an existing resource is to be overwritten or replaced.Returns the enum constant of this class with the specified name.static StorageChecker.StorageErrorReason[]StorageChecker.StorageErrorReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StorageChecker.StorageErrorReason in io.milton.http.webdav
Methods in io.milton.http.webdav with parameters of type StorageChecker.StorageErrorReasonModifier and TypeMethodDescriptionvoidDefaultWebDavResponseHandler.respondInsufficientStorage(Request request, Response response, StorageChecker.StorageErrorReason storageErrorReason) voidWebDavResponseHandler.respondInsufficientStorage(Request request, Response response, StorageChecker.StorageErrorReason storageErrorReason)