Package org.glassfish.grizzly.samples.httpserver.priorities
package org.glassfish.grizzly.samples.httpserver.priorities
-
ClassesClassDescriptionThe high-priority
HttpHandlerwe want to be processed as fast as possible.The low-priorityHttpHandlerexecuting long lasting task.Example of HTTP server, which assigns different priorities (thread-pools) to registeredHttpHandlers.