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 Type
    Method
    Description
    void
    The method will be called once the Request processing will be completed.
  • Method Details

    • onAfterService

      void onAfterService(Request request)
      The method will be called once the Request processing will be completed.
      Parameters:
      request - the Request.