Details
Description
It would be useful to have a template method that gets called when the statistics extension detects that a statistic request message has arrived, in order to be able to further customize the message. For example, in chat application one may want to mark the message so that the server-side message handler does not store the message in a permanent store.
Added method onStatisticsRequest(Message) to be overridden by subclasses.