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 © 2015 Oracle Corporation. All rights reserved.