public class FastFileServer extends Object
This example shows how to use the Jetty APIs for sending static as fast as possible using various strategies for small, medium and large content.
The Jetty DefaultServlet
does all this and more, and to a lesser
extent so does the ResourceHandler
, so unless you have exceptional
circumstances it is best to use those classes for static content
Constructor and Description |
---|
FastFileServer() |
Copyright © 1995-2015 Webtide. All Rights Reserved.