Table of Contents
The Grizzly HTTP server framework builds off the HTTP codec framework to provide a more useful abstraction for day-to-day work. At a high level, this framework includes the following:
A simple server API for easy embedding of Grizzly within an application.
Similar abstractions to those offered by the Servlet specification: HttpHandler (Servlet), Request (HttpServletRequest), Response (HttpServletResponse).
The ability to deal with long running HTTP transactions via response suspend/resume facilities.
Support of non-blocking IO streams (inbound and outbound).
A file cache for static content.