Package server.restful.common
Schnittstelle IServletSystemProperties.UploadServlet
- Umschließende Schnittstelle:
IServletSystemProperties
public static interface IServletSystemProperties.UploadServlet
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intUploads maximum number of requests in parallel (default: 7)static final intUpload: Asynchronous servlets default timeout in ms (0 means disable, default: 0s)static final intUpload servlet: File size threshold at which the file will be written to the disk (default: 0)static final longUpload servlet: Maximum file size in bytes (default: 17mb)static final longUpload servlet: Maximum request size in bytes (default: 17mb)
-
Felddetails
-
MAX_UPLOADS_IN_PARALLEL
static final int MAX_UPLOADS_IN_PARALLELUploads maximum number of requests in parallel (default: 7)- System Property:
- jsidplay2.upload.max.parallel
-
UPLOAD_ASYNC_TIMEOUT
static final int UPLOAD_ASYNC_TIMEOUTUpload: Asynchronous servlets default timeout in ms (0 means disable, default: 0s)- System Property:
- jsidplay2.upload.async.timeout
-
UPLOADSERVLET_MAX_REQUEST_SIZE
static final long UPLOADSERVLET_MAX_REQUEST_SIZEUpload servlet: Maximum request size in bytes (default: 17mb)- Siehe auch:
- System Property:
- jsidplay2.uploadservlet.max.request.size
-
UPLOADSERVLET_MAX_FILE_SIZE
static final long UPLOADSERVLET_MAX_FILE_SIZEUpload servlet: Maximum file size in bytes (default: 17mb)- Siehe auch:
- System Property:
- jsidplay2.uploadservlet.max.file.size
-
UPLOADSERVLET_FILE_SIZE_THRESHOLD
static final int UPLOADSERVLET_FILE_SIZE_THRESHOLDUpload servlet: File size threshold at which the file will be written to the disk (default: 0)- Siehe auch:
- System Property:
- jsidplay2.uploadservlet.file.size.threshold
-