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