public static interface CanAccessFileCallback.Params
CanAccessFileCallback.| Modifier and Type | Method and Description |
|---|---|
default java.nio.file.Path |
filePath()
Returns the absolute path to the file the request would like to access.
|
default java.lang.String |
url()
Returns a string that represents the URL of the request.
|