Uses of Interface
org.glassfish.grizzly.http.server.AfterServiceListener
Packages that use AfterServiceListener
-
Uses of AfterServiceListener in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server with type parameters of type AfterServiceListenerModifier and TypeFieldDescriptionprotected final List<AfterServiceListener>Request.afterServicesListMethods in org.glassfish.grizzly.http.server with parameters of type AfterServiceListenerModifier and TypeMethodDescriptionvoidRequest.addAfterServiceListener(AfterServiceListener listener) Add the listener, which will be notified, once Request processing will be finished.voidRequest.removeAfterServiceListener(AfterServiceListener listener) Remove the "after-service" listener, which was previously added byRequest.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener).