jetty.project
jetty.project copied to clipboard
Make the core ResourceService a bit more reusable for subclasses
trafficstars
Make the core ResourceService a bit more reusable for subclasses
- The goal is to allow a subclass to look at incoming
RequestandHttpContentobjects and customize processing - Refactor
sendDirectory()to call a newgetSendDirectoryResource()method - Make sendData() protected