Uses of Interface
org.glassfish.grizzly.http.server.RequestExecutorProvider
Packages that use RequestExecutorProvider
-
Uses of RequestExecutorProvider in org.glassfish.grizzly.http.server
Classes in org.glassfish.grizzly.http.server that implement RequestExecutorProviderModifier and TypeClassDescriptionstatic classTheRequestExecutorProviderimplementation, which always returns null to force the user code to be executed on the currentThread.static classTheRequestExecutorProviderimplementation, which checks if the currentThreadis a serviceThread(seeThreads.isService()).Methods in org.glassfish.grizzly.http.server that return RequestExecutorProviderMethods in org.glassfish.grizzly.http.server with parameters of type RequestExecutorProviderModifier and TypeMethodDescriptionprotected 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.