Class | Description |
---|---|
HighPriorityHandler |
The high-priority
HttpHandler we want to be processed as fast as possible. |
LowPriorityHandler |
The low-priority
HttpHandler executing long lasting task. |
Server |
Example of HTTP server, which assigns different priorities (thread-pools)
to registered
HttpHandler s. |
Copyright © 2015 Oracle Corporation. All rights reserved.