我已阅读Channel API for Java文档中的跟踪客户端连接和断开连接部分。
它有以下代码:
// In the handler for _ah/channel/connected/
ChannelService channelService = ChannelServiceFactory.getChannelService();
ChannelPresence presence = channelService.parsePresence(req);
_ah/channel/connected/
我将如何为or创建一个处理程序_ah/channel/disconnected
?我想在用户断开连接时通知或提醒连接的用户。