Interface AfterServiceListener
public interface AfterServiceListener
The listener, which could be registered on a
Request using
Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener) and be notified once
the Request processing will be completed.- Author:
- Alexey Stashok
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAfterService(Request request) The method will be called once theRequestprocessing will be completed.