Uses of Interface
org.glassfish.grizzly.http.server.RequestExecutorProvider
-
Packages that use RequestExecutorProvider Package Description org.glassfish.grizzly.http.server -
-
Uses of RequestExecutorProvider in org.glassfish.grizzly.http.server
Classes in org.glassfish.grizzly.http.server that implement RequestExecutorProvider Modifier and Type Class Description static classRequestExecutorProvider.SameThreadProviderTheRequestExecutorProviderimplementation, which always returns null to force the user code to be executed on the currentThread.static classRequestExecutorProvider.WorkerThreadProviderTheRequestExecutorProviderimplementation, which checks if the currentThreadis a serviceThread(seeThreads.isService()).Methods in org.glassfish.grizzly.http.server that return RequestExecutorProvider Modifier and Type Method Description RequestExecutorProviderHttpHandler. getRequestExecutorProvider()Methods in org.glassfish.grizzly.http.server with parameters of type RequestExecutorProvider Modifier and Type Method Description protected voidRequest. setRequestExecutorProvider(RequestExecutorProvider requestExecutorProvider)Sets @return theRequestExecutorProviderresponsible for executing user's code inHttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response)and notifyingReadHandler,WriteHandlerregistered by the user.
-