| Package | Description |
|---|---|
| io.milton.http | |
| io.milton.http.quota | |
| io.milton.http.webdav |
| Modifier and Type | Method and Description |
|---|---|
StorageChecker.StorageErrorReason |
HandlerHelper.checkStorageOnAdd(Request request,
CollectionResource nearestParent,
Path parentPath,
String host) |
StorageChecker.StorageErrorReason |
HandlerHelper.checkStorageOnAdd(Request request,
CollectionResource nearestParent,
Path parentPath,
String host) |
StorageChecker.StorageErrorReason |
HandlerHelper.checkStorageOnReplace(Request request,
CollectionResource parentCol,
Resource replaced,
String host) |
StorageChecker.StorageErrorReason |
HandlerHelper.checkStorageOnReplace(Request request,
CollectionResource parentCol,
Resource replaced,
String host) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWrappingResponseHandler.respondInsufficientStorage(Request request,
Response response,
StorageChecker.StorageErrorReason storageErrorReason) |
void |
AbstractWrappingResponseHandler.respondInsufficientStorage(Request request,
Response response,
StorageChecker.StorageErrorReason storageErrorReason) |
| Modifier and Type | Method and Description |
|---|---|
StorageChecker.StorageErrorReason |
DefaultStorageChecker.checkStorageOnAdd(Request request,
CollectionResource nearestParent,
Path parentPath,
String host) |
StorageChecker.StorageErrorReason |
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.
|
StorageChecker.StorageErrorReason |
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.
|
StorageChecker.StorageErrorReason |
DefaultStorageChecker.checkStorageOnAdd(Request request,
CollectionResource nearestParent,
Path parentPath,
String host) |
StorageChecker.StorageErrorReason |
DefaultStorageChecker.checkStorageOnReplace(Request request,
CollectionResource parent,
Resource replaced,
String host) |
StorageChecker.StorageErrorReason |
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.
|
StorageChecker.StorageErrorReason |
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.
|
StorageChecker.StorageErrorReason |
DefaultStorageChecker.checkStorageOnReplace(Request request,
CollectionResource parent,
Resource replaced,
String host) |
static StorageChecker.StorageErrorReason |
StorageChecker.StorageErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageChecker.StorageErrorReason |
StorageChecker.StorageErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageChecker.StorageErrorReason[] |
StorageChecker.StorageErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static StorageChecker.StorageErrorReason[] |
StorageChecker.StorageErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWebDavResponseHandler.respondInsufficientStorage(Request request,
Response response,
StorageChecker.StorageErrorReason storageErrorReason) |
void |
WebDavResponseHandler.respondInsufficientStorage(Request request,
Response response,
StorageChecker.StorageErrorReason storageErrorReason) |
void |
WebDavResponseHandler.respondInsufficientStorage(Request request,
Response response,
StorageChecker.StorageErrorReason storageErrorReason) |
void |
DefaultWebDavResponseHandler.respondInsufficientStorage(Request request,
Response response,
StorageChecker.StorageErrorReason storageErrorReason) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.