Uses of Interface
org.glassfish.grizzly.http.server.AfterServiceListener
-
Packages that use AfterServiceListener Package Description org.glassfish.grizzly.http.server -
-
Uses of AfterServiceListener in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server with type parameters of type AfterServiceListener Modifier and Type Field Description protected List<AfterServiceListener>Request. afterServicesListMethods in org.glassfish.grizzly.http.server with parameters of type AfterServiceListener Modifier and Type Method Description voidRequest. 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).
-