| 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
HttpHandlers. |
Copyright © 2020 Oracle Corporation. All Rights Reserved.