Package io.milton.http
Interface ExistingEntityHandler
- All Superinterfaces:
Handler,ResourceHandler
- All Known Implementing Classes:
CopyHandler,DeleteHandler,GetHandler,MoveHandler,PostHandler,PropFindHandler,PropPatchHandler,ReportHandler
- Author:
- brad
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExistingResource(HttpManager manager, Request request, Response response, Resource resource) Methods inherited from interface io.milton.http.Handler
getMethods, isCompatible, processMethods inherited from interface io.milton.http.ResourceHandler
processResource
-
Method Details
-
processExistingResource
void processExistingResource(HttpManager manager, Request request, Response response, Resource resource) throws NotAuthorizedException, BadRequestException, ConflictException, NotFoundException
-