Channel API for Javaドキュメントの「クライアントの接続と切断の追跡」セクションを読みました。
次のコードがあります。
// In the handler for _ah/channel/connected/
ChannelService channelService = ChannelServiceFactory.getChannelService();
ChannelPresence presence = channelService.parsePresence(req);
orのハンドラーを作成するにはどうすればよいです_ah/channel/connected/
か_ah/channel/disconnected
? ユーザーが切断されたときに、接続しているユーザーに通知または警告したいと考えています。