public class HighPriorityHandler
extends org.glassfish.grizzly.http.server.HttpHandler
HttpHandler we want to be processed as fast as possible.| Constructor and Description |
|---|
HighPriorityHandler(ExecutorService threadPool) |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.grizzly.http.server.RequestExecutorProvider |
getRequestExecutorProvider() |
void |
service(org.glassfish.grizzly.http.server.Request request,
org.glassfish.grizzly.http.server.Response response) |
destroy, getErrorPageGenerator, getName, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updatePathspublic HighPriorityHandler(ExecutorService threadPool)
public org.glassfish.grizzly.http.server.RequestExecutorProvider getRequestExecutorProvider()
getRequestExecutorProvider in class org.glassfish.grizzly.http.server.HttpHandlerRequestExecutorProvider to be used to
call service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response).Copyright © 2021 Oracle Corporation. All Rights Reserved.