Package io.milton.resource
Interface ReplaceableResource
- All Superinterfaces:
Resource
Indicates a resource which can have its content replaced by a PUT method
-
Method Summary
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
Method Details
-
replaceContent
void replaceContent(InputStream in, Long length) throws io.milton.http.exceptions.BadRequestException, io.milton.http.exceptions.ConflictException, io.milton.http.exceptions.NotAuthorizedException - Throws:
io.milton.http.exceptions.BadRequestExceptionio.milton.http.exceptions.ConflictExceptionio.milton.http.exceptions.NotAuthorizedException
-