org.glassfish.grizzly.http.server
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:
Request

Method Summary
 void onAfterService(Request request)
          The method will be called once the Request processing will be completed.
 

Method Detail

onAfterService

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

Parameters:
request - the Request.


Copyright © 2011 Oracle Corpration. All Rights Reserved.