-
public interface SessionCloseHandlerA handler invoked whenever a Session is closed.Used to cleanup stuff related to the Session.
Important: the close handler MUST NOT invoke any blocking or synchronized methods that could block the closing process!
- Author:
- harald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterClose(Session session)Invoked after closing.voidbeforeClose(Session session)Invoked before closing.
-