public interface AfterServiceListener
Request using
Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)
and be notified once the Request processing will be completed.Request| Modifier and Type | Method and Description |
|---|---|
void |
onAfterService(Request request)
The method will be called once the
Request processing will be completed. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.