Interface AfterServiceListener
-
public interface AfterServiceListenerThe listener, which could be registered on aRequestusingRequest.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)and be notified once theRequestprocessing will be completed.- Author:
- Alexey Stashok
- See Also:
Request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterService(Request request)The method will be called once theRequestprocessing will be completed.
-