Package me.desair.tus.server.creation
Class CreationPatchRequestHandler
java.lang.Object
me.desair.tus.server.util.AbstractRequestHandler
me.desair.tus.server.creation.CreationPatchRequestHandler
- All Implemented Interfaces:
RequestHandler
Upload-Defer-Length: 1 if upload size is not known at the time. Once it is known the Client MUST
set the Upload-Length header in the next PATCH request. Once set the length MUST NOT be changed.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) boolean
supports
(HttpMethod method) Methods inherited from class me.desair.tus.server.util.AbstractRequestHandler
isErrorHandler
-
Constructor Details
-
CreationPatchRequestHandler
public CreationPatchRequestHandler()
-
-
Method Details
-
supports
-
process
public void process(HttpMethod method, TusServletRequest servletRequest, TusServletResponse servletResponse, UploadStorageService uploadStorageService, String ownerKey) throws IOException - Throws:
IOException
-