Package io.milton.resource
Interface ReplaceableResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreplaceContent(InputStream in, Long length)-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-
-
-
Method Detail
-
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
-
-