Package org.glassfish.grizzly.samples.httpserver.priorities


package org.glassfish.grizzly.samples.httpserver.priorities
  • Classes
    Class
    Description
    The high-priority HttpHandler we want to be processed as fast as possible.
    The low-priority HttpHandler executing long lasting task.
    Example of HTTP server, which assigns different priorities (thread-pools) to registered HttpHandlers.