SYMBOL INDEX (12063 symbols across 633 files) FILE: broker/migrate/h2/V13__create_settings_table.sql type `t_settings` (line 3) | CREATE TABLE `t_settings` ( FILE: broker/migrate/h2/V25__create_chatroom_blacklist_manager.sql type `t_chatroom_blacklist` (line 3) | CREATE TABLE `t_chatroom_blacklist` ( type `t_chatroom_manager` (line 14) | CREATE TABLE `t_chatroom_manager` ( FILE: broker/migrate/h2/V27__create_device_table.sql type `t_device` (line 5) | CREATE TABLE `t_device` ( type `t_user_device` (line 16) | CREATE TABLE `t_user_device` ( FILE: broker/migrate/h2/V29__create_receipt_table.sql type `t_read_report` (line 3) | CREATE TABLE `t_read_report` ( type `t_user_read_report` (line 14) | CREATE TABLE `t_user_read_report` ( type `t_delivery_report` (line 25) | CREATE TABLE `t_delivery_report` ( type `t_user_delivery_report` (line 34) | CREATE TABLE `t_user_delivery_report` ( FILE: broker/migrate/h2/V2__create_table.sql type `t_group` (line 4) | CREATE TABLE `t_group` ( type `t_group_member` (line 20) | CREATE TABLE `t_group_member` ( type `t_user` (line 31) | CREATE TABLE `t_user` ( type `t_user_status` (line 56) | CREATE TABLE `t_user_status` ( type `t_friend_request` (line 65) | CREATE TABLE `t_friend_request` ( type `t_friend` (line 78) | CREATE TABLE `t_friend` ( type `t_user_setting` (line 88) | CREATE TABLE `t_user_setting` ( type `t_id_generator` (line 99) | CREATE TABLE `t_id_generator` ( type `t_channel` (line 106) | CREATE TABLE `t_channel` ( type `t_channel_listener` (line 124) | CREATE TABLE `t_channel_listener` ( type `t_user_session` (line 134) | CREATE TABLE `t_user_session` ( type `t_robot` (line 156) | CREATE TABLE `t_robot` ( type `t_thing` (line 171) | CREATE TABLE `t_thing` ( type `t_chatroom` (line 184) | CREATE TABLE `t_chatroom` ( type `t_sensitiveword` (line 197) | CREATE TABLE `t_sensitiveword` ( FILE: broker/migrate/h2/V34__create_files_table.sql type `t_file` (line 2) | CREATE TABLE `t_file` ( FILE: broker/migrate/h2/V3__create_sharding_table.sql type `t_messages` (line 3) | CREATE TABLE `t_messages` ( type `t_user_messages` (line 17) | CREATE TABLE `t_user_messages` ( FILE: broker/migrate/h2/V42__create_secret_chat_table.sql type `t_secret_chat` (line 3) | CREATE TABLE `t_secret_chat` ( FILE: broker/migrate/h2/V47__create_super_group.sql type `t_group_messages` (line 4) | CREATE TABLE `t_group_messages` ( FILE: broker/migrate/h2/V49__add_domain_table.sql type `t_domain` (line 2) | CREATE TABLE `t_domain` ( FILE: broker/migrate/h2/V50__update_group_member_index.sql type `user_gid_dt_index` (line 1) | CREATE INDEX `user_gid_dt_index` ON `t_group_member` (`_gid`, `_dt`) FILE: broker/migrate/h2/V54__add_group_member_index.sql type `user_gid_type_index` (line 1) | CREATE INDEX `user_gid_type_index` ON `t_group_member` (`_gid`, `_type`) FILE: broker/migrate/h2/V55__create_conference_table.sql type `t_conference` (line 3) | CREATE TABLE `t_conference` ( FILE: broker/migrate/h2/V56__create_join_group_request_table.sql type `t_join_group_request` (line 2) | CREATE TABLE `t_join_group_request` ( FILE: broker/migrate/h2/V9__add_sensitive_messages.sql type `t_sensitive_messages` (line 3) | CREATE TABLE `t_sensitive_messages` ( FILE: broker/migrate/mysql/V13__create_session_table.sql type `t_session` (line 3) | CREATE TABLE `t_session` ( FILE: broker/migrate/mysql/V18__create_settings_table.sql type `t_settings` (line 3) | CREATE TABLE `t_settings` ( FILE: broker/migrate/mysql/V2__create_table.sql type `t_messages` (line 3) | CREATE TABLE `t_messages` ( type `t_user_messages` (line 21) | CREATE TABLE `t_user_messages` ( type `t_group` (line 35) | CREATE TABLE `t_group` ( type `t_group_member` (line 54) | CREATE TABLE `t_group_member` ( type `t_user` (line 68) | CREATE TABLE `t_user` ( type `t_user_status` (line 97) | CREATE TABLE `t_user_status` ( type `t_friend_request` (line 109) | CREATE TABLE `t_friend_request` ( type `t_friend` (line 126) | CREATE TABLE `t_friend` ( type `t_user_setting` (line 139) | CREATE TABLE `t_user_setting` ( type `t_id_generator` (line 153) | CREATE TABLE `t_id_generator` ( type `t_channel` (line 162) | CREATE TABLE `t_channel` ( type `t_channel_listener` (line 183) | CREATE TABLE `t_channel_listener` ( type `t_user_session` (line 195) | CREATE TABLE `t_user_session` ( type `t_robot` (line 219) | CREATE TABLE `t_robot` ( type `t_thing` (line 237) | CREATE TABLE `t_thing` ( type `t_chatroom` (line 254) | CREATE TABLE `t_chatroom` ( type `t_sensitiveword` (line 270) | CREATE TABLE `t_sensitiveword` ( FILE: broker/migrate/mysql/V30__create_chatroom_blacklist_manager.sql type `t_chatroom_blacklist` (line 3) | CREATE TABLE `t_chatroom_blacklist` ( type `t_chatroom_manager` (line 17) | CREATE TABLE `t_chatroom_manager` ( FILE: broker/migrate/mysql/V32__create_device_table.sql type `t_device` (line 5) | CREATE TABLE `t_device` ( type `t_user_device` (line 19) | CREATE TABLE `t_user_device` ( FILE: broker/migrate/mysql/V34__create_receipt_table.sql type `t_read_report` (line 3) | CREATE TABLE `t_read_report` ( type `t_user_read_report` (line 17) | CREATE TABLE `t_user_read_report` ( type `t_delivery_report` (line 31) | CREATE TABLE `t_delivery_report` ( type `t_user_delivery_report` (line 43) | CREATE TABLE `t_user_delivery_report` ( FILE: broker/migrate/mysql/V39__create_files_table.sql type `t_file` (line 2) | CREATE TABLE `t_file` ( FILE: broker/migrate/mysql/V3__create_sharding_table.sql type `t_messages_0` (line 3) | CREATE TABLE `t_messages_0` ( type `t_messages_1` (line 21) | CREATE TABLE `t_messages_1` ( type `t_messages_2` (line 39) | CREATE TABLE `t_messages_2` ( type `t_messages_3` (line 56) | CREATE TABLE `t_messages_3` ( type `t_messages_4` (line 74) | CREATE TABLE `t_messages_4` ( type `t_messages_5` (line 92) | CREATE TABLE `t_messages_5` ( type `t_messages_6` (line 109) | CREATE TABLE `t_messages_6` ( type `t_messages_7` (line 127) | CREATE TABLE `t_messages_7` ( type `t_messages_8` (line 145) | CREATE TABLE `t_messages_8` ( type `t_messages_9` (line 162) | CREATE TABLE `t_messages_9` ( type `t_messages_10` (line 180) | CREATE TABLE `t_messages_10` ( type `t_messages_11` (line 198) | CREATE TABLE `t_messages_11` ( type `t_messages_12` (line 215) | CREATE TABLE `t_messages_12` ( type `t_messages_13` (line 233) | CREATE TABLE `t_messages_13` ( type `t_messages_14` (line 251) | CREATE TABLE `t_messages_14` ( type `t_messages_15` (line 268) | CREATE TABLE `t_messages_15` ( type `t_messages_16` (line 286) | CREATE TABLE `t_messages_16` ( type `t_messages_17` (line 304) | CREATE TABLE `t_messages_17` ( type `t_messages_18` (line 321) | CREATE TABLE `t_messages_18` ( type `t_messages_19` (line 339) | CREATE TABLE `t_messages_19` ( type `t_messages_20` (line 357) | CREATE TABLE `t_messages_20` ( type `t_messages_21` (line 374) | CREATE TABLE `t_messages_21` ( type `t_messages_22` (line 392) | CREATE TABLE `t_messages_22` ( type `t_messages_23` (line 410) | CREATE TABLE `t_messages_23` ( type `t_messages_24` (line 427) | CREATE TABLE `t_messages_24` ( type `t_messages_25` (line 445) | CREATE TABLE `t_messages_25` ( type `t_messages_26` (line 463) | CREATE TABLE `t_messages_26` ( type `t_messages_27` (line 480) | CREATE TABLE `t_messages_27` ( type `t_messages_28` (line 498) | CREATE TABLE `t_messages_28` ( type `t_messages_29` (line 516) | CREATE TABLE `t_messages_29` ( type `t_messages_30` (line 533) | CREATE TABLE `t_messages_30` ( type `t_messages_31` (line 551) | CREATE TABLE `t_messages_31` ( type `t_messages_32` (line 569) | CREATE TABLE `t_messages_32` ( type `t_messages_33` (line 586) | CREATE TABLE `t_messages_33` ( type `t_messages_34` (line 604) | CREATE TABLE `t_messages_34` ( type `t_messages_35` (line 622) | CREATE TABLE `t_messages_35` ( type `t_user_messages_0` (line 640) | CREATE TABLE `t_user_messages_0` ( type `t_user_messages_1` (line 654) | CREATE TABLE `t_user_messages_1` ( type `t_user_messages_2` (line 667) | CREATE TABLE `t_user_messages_2` ( type `t_user_messages_3` (line 680) | CREATE TABLE `t_user_messages_3` ( type `t_user_messages_4` (line 694) | CREATE TABLE `t_user_messages_4` ( type `t_user_messages_5` (line 707) | CREATE TABLE `t_user_messages_5` ( type `t_user_messages_6` (line 721) | CREATE TABLE `t_user_messages_6` ( type `t_user_messages_7` (line 734) | CREATE TABLE `t_user_messages_7` ( type `t_user_messages_8` (line 747) | CREATE TABLE `t_user_messages_8` ( type `t_user_messages_9` (line 761) | CREATE TABLE `t_user_messages_9` ( type `t_user_messages_10` (line 774) | CREATE TABLE `t_user_messages_10` ( type `t_user_messages_11` (line 788) | CREATE TABLE `t_user_messages_11` ( type `t_user_messages_12` (line 801) | CREATE TABLE `t_user_messages_12` ( type `t_user_messages_13` (line 814) | CREATE TABLE `t_user_messages_13` ( type `t_user_messages_14` (line 828) | CREATE TABLE `t_user_messages_14` ( type `t_user_messages_15` (line 841) | CREATE TABLE `t_user_messages_15` ( type `t_user_messages_16` (line 855) | CREATE TABLE `t_user_messages_16` ( type `t_user_messages_17` (line 868) | CREATE TABLE `t_user_messages_17` ( type `t_user_messages_18` (line 881) | CREATE TABLE `t_user_messages_18` ( type `t_user_messages_19` (line 895) | CREATE TABLE `t_user_messages_19` ( type `t_user_messages_20` (line 908) | CREATE TABLE `t_user_messages_20` ( type `t_user_messages_21` (line 922) | CREATE TABLE `t_user_messages_21` ( type `t_user_messages_22` (line 935) | CREATE TABLE `t_user_messages_22` ( type `t_user_messages_23` (line 948) | CREATE TABLE `t_user_messages_23` ( type `t_user_messages_24` (line 962) | CREATE TABLE `t_user_messages_24` ( type `t_user_messages_25` (line 975) | CREATE TABLE `t_user_messages_25` ( type `t_user_messages_26` (line 989) | CREATE TABLE `t_user_messages_26` ( type `t_user_messages_27` (line 1002) | CREATE TABLE `t_user_messages_27` ( type `t_user_messages_28` (line 1015) | CREATE TABLE `t_user_messages_28` ( type `t_user_messages_29` (line 1029) | CREATE TABLE `t_user_messages_29` ( type `t_user_messages_30` (line 1042) | CREATE TABLE `t_user_messages_30` ( type `t_user_messages_31` (line 1056) | CREATE TABLE `t_user_messages_31` ( type `t_user_messages_32` (line 1069) | CREATE TABLE `t_user_messages_32` ( type `t_user_messages_33` (line 1082) | CREATE TABLE `t_user_messages_33` ( type `t_user_messages_34` (line 1096) | CREATE TABLE `t_user_messages_34` ( type `t_user_messages_35` (line 1109) | CREATE TABLE `t_user_messages_35` ( type `t_user_messages_36` (line 1123) | CREATE TABLE `t_user_messages_36` ( type `t_user_messages_37` (line 1136) | CREATE TABLE `t_user_messages_37` ( type `t_user_messages_38` (line 1149) | CREATE TABLE `t_user_messages_38` ( type `t_user_messages_39` (line 1163) | CREATE TABLE `t_user_messages_39` ( type `t_user_messages_40` (line 1176) | CREATE TABLE `t_user_messages_40` ( type `t_user_messages_41` (line 1190) | CREATE TABLE `t_user_messages_41` ( type `t_user_messages_42` (line 1203) | CREATE TABLE `t_user_messages_42` ( type `t_user_messages_43` (line 1216) | CREATE TABLE `t_user_messages_43` ( type `t_user_messages_44` (line 1230) | CREATE TABLE `t_user_messages_44` ( type `t_user_messages_45` (line 1243) | CREATE TABLE `t_user_messages_45` ( type `t_user_messages_46` (line 1257) | CREATE TABLE `t_user_messages_46` ( type `t_user_messages_47` (line 1270) | CREATE TABLE `t_user_messages_47` ( type `t_user_messages_48` (line 1283) | CREATE TABLE `t_user_messages_48` ( type `t_user_messages_49` (line 1297) | CREATE TABLE `t_user_messages_49` ( type `t_user_messages_50` (line 1310) | CREATE TABLE `t_user_messages_50` ( type `t_user_messages_51` (line 1324) | CREATE TABLE `t_user_messages_51` ( type `t_user_messages_52` (line 1337) | CREATE TABLE `t_user_messages_52` ( type `t_user_messages_53` (line 1350) | CREATE TABLE `t_user_messages_53` ( type `t_user_messages_54` (line 1364) | CREATE TABLE `t_user_messages_54` ( type `t_user_messages_55` (line 1377) | CREATE TABLE `t_user_messages_55` ( type `t_user_messages_56` (line 1391) | CREATE TABLE `t_user_messages_56` ( type `t_user_messages_57` (line 1404) | CREATE TABLE `t_user_messages_57` ( type `t_user_messages_58` (line 1417) | CREATE TABLE `t_user_messages_58` ( type `t_user_messages_59` (line 1431) | CREATE TABLE `t_user_messages_59` ( type `t_user_messages_60` (line 1444) | CREATE TABLE `t_user_messages_60` ( type `t_user_messages_61` (line 1458) | CREATE TABLE `t_user_messages_61` ( type `t_user_messages_62` (line 1471) | CREATE TABLE `t_user_messages_62` ( type `t_user_messages_63` (line 1484) | CREATE TABLE `t_user_messages_63` ( type `t_user_messages_64` (line 1498) | CREATE TABLE `t_user_messages_64` ( type `t_user_messages_65` (line 1511) | CREATE TABLE `t_user_messages_65` ( type `t_user_messages_66` (line 1525) | CREATE TABLE `t_user_messages_66` ( type `t_user_messages_67` (line 1538) | CREATE TABLE `t_user_messages_67` ( type `t_user_messages_68` (line 1551) | CREATE TABLE `t_user_messages_68` ( type `t_user_messages_69` (line 1565) | CREATE TABLE `t_user_messages_69` ( type `t_user_messages_70` (line 1578) | CREATE TABLE `t_user_messages_70` ( type `t_user_messages_71` (line 1592) | CREATE TABLE `t_user_messages_71` ( type `t_user_messages_72` (line 1605) | CREATE TABLE `t_user_messages_72` ( type `t_user_messages_73` (line 1618) | CREATE TABLE `t_user_messages_73` ( type `t_user_messages_74` (line 1632) | CREATE TABLE `t_user_messages_74` ( type `t_user_messages_75` (line 1645) | CREATE TABLE `t_user_messages_75` ( type `t_user_messages_76` (line 1659) | CREATE TABLE `t_user_messages_76` ( type `t_user_messages_77` (line 1672) | CREATE TABLE `t_user_messages_77` ( type `t_user_messages_78` (line 1685) | CREATE TABLE `t_user_messages_78` ( type `t_user_messages_79` (line 1699) | CREATE TABLE `t_user_messages_79` ( type `t_user_messages_80` (line 1712) | CREATE TABLE `t_user_messages_80` ( type `t_user_messages_81` (line 1726) | CREATE TABLE `t_user_messages_81` ( type `t_user_messages_82` (line 1739) | CREATE TABLE `t_user_messages_82` ( type `t_user_messages_83` (line 1752) | CREATE TABLE `t_user_messages_83` ( type `t_user_messages_84` (line 1766) | CREATE TABLE `t_user_messages_84` ( type `t_user_messages_85` (line 1779) | CREATE TABLE `t_user_messages_85` ( type `t_user_messages_86` (line 1793) | CREATE TABLE `t_user_messages_86` ( type `t_user_messages_87` (line 1806) | CREATE TABLE `t_user_messages_87` ( type `t_user_messages_88` (line 1819) | CREATE TABLE `t_user_messages_88` ( type `t_user_messages_89` (line 1833) | CREATE TABLE `t_user_messages_89` ( type `t_user_messages_90` (line 1846) | CREATE TABLE `t_user_messages_90` ( type `t_user_messages_91` (line 1860) | CREATE TABLE `t_user_messages_91` ( type `t_user_messages_92` (line 1873) | CREATE TABLE `t_user_messages_92` ( type `t_user_messages_93` (line 1886) | CREATE TABLE `t_user_messages_93` ( type `t_user_messages_94` (line 1900) | CREATE TABLE `t_user_messages_94` ( type `t_user_messages_95` (line 1913) | CREATE TABLE `t_user_messages_95` ( type `t_user_messages_96` (line 1927) | CREATE TABLE `t_user_messages_96` ( type `t_user_messages_97` (line 1940) | CREATE TABLE `t_user_messages_97` ( type `t_user_messages_98` (line 1953) | CREATE TABLE `t_user_messages_98` ( type `t_user_messages_99` (line 1967) | CREATE TABLE `t_user_messages_99` ( type `t_user_messages_100` (line 1980) | CREATE TABLE `t_user_messages_100` ( type `t_user_messages_101` (line 1994) | CREATE TABLE `t_user_messages_101` ( type `t_user_messages_102` (line 2007) | CREATE TABLE `t_user_messages_102` ( type `t_user_messages_103` (line 2020) | CREATE TABLE `t_user_messages_103` ( type `t_user_messages_104` (line 2034) | CREATE TABLE `t_user_messages_104` ( type `t_user_messages_105` (line 2047) | CREATE TABLE `t_user_messages_105` ( type `t_user_messages_106` (line 2061) | CREATE TABLE `t_user_messages_106` ( type `t_user_messages_107` (line 2074) | CREATE TABLE `t_user_messages_107` ( type `t_user_messages_108` (line 2087) | CREATE TABLE `t_user_messages_108` ( type `t_user_messages_109` (line 2101) | CREATE TABLE `t_user_messages_109` ( type `t_user_messages_110` (line 2114) | CREATE TABLE `t_user_messages_110` ( type `t_user_messages_111` (line 2128) | CREATE TABLE `t_user_messages_111` ( type `t_user_messages_112` (line 2141) | CREATE TABLE `t_user_messages_112` ( type `t_user_messages_113` (line 2154) | CREATE TABLE `t_user_messages_113` ( type `t_user_messages_114` (line 2168) | CREATE TABLE `t_user_messages_114` ( type `t_user_messages_115` (line 2181) | CREATE TABLE `t_user_messages_115` ( type `t_user_messages_116` (line 2195) | CREATE TABLE `t_user_messages_116` ( type `t_user_messages_117` (line 2208) | CREATE TABLE `t_user_messages_117` ( type `t_user_messages_118` (line 2221) | CREATE TABLE `t_user_messages_118` ( type `t_user_messages_119` (line 2235) | CREATE TABLE `t_user_messages_119` ( type `t_user_messages_120` (line 2248) | CREATE TABLE `t_user_messages_120` ( type `t_user_messages_121` (line 2262) | CREATE TABLE `t_user_messages_121` ( type `t_user_messages_122` (line 2275) | CREATE TABLE `t_user_messages_122` ( type `t_user_messages_123` (line 2288) | CREATE TABLE `t_user_messages_123` ( type `t_user_messages_124` (line 2302) | CREATE TABLE `t_user_messages_124` ( type `t_user_messages_125` (line 2315) | CREATE TABLE `t_user_messages_125` ( type `t_user_messages_126` (line 2329) | CREATE TABLE `t_user_messages_126` ( type `t_user_messages_127` (line 2342) | CREATE TABLE `t_user_messages_127` ( FILE: broker/migrate/mysql/V49__create_secret_chat_table.sql type `t_secret_chat` (line 3) | CREATE TABLE `t_secret_chat` ( FILE: broker/migrate/mysql/V54__create_super_group.sql type `t_group_messages` (line 4) | CREATE TABLE `t_group_messages` ( type `t_group_messages_0` (line 25) | CREATE TABLE `t_group_messages_0` ( type `t_group_messages_1` (line 46) | CREATE TABLE `t_group_messages_1` ( type `t_group_messages_2` (line 67) | CREATE TABLE `t_group_messages_2` ( type `t_group_messages_3` (line 88) | CREATE TABLE `t_group_messages_3` ( type `t_group_messages_4` (line 109) | CREATE TABLE `t_group_messages_4` ( type `t_group_messages_5` (line 130) | CREATE TABLE `t_group_messages_5` ( type `t_group_messages_6` (line 151) | CREATE TABLE `t_group_messages_6` ( type `t_group_messages_7` (line 172) | CREATE TABLE `t_group_messages_7` ( type `t_group_messages_8` (line 193) | CREATE TABLE `t_group_messages_8` ( type `t_group_messages_9` (line 214) | CREATE TABLE `t_group_messages_9` ( type `t_group_messages_10` (line 235) | CREATE TABLE `t_group_messages_10` ( type `t_group_messages_11` (line 256) | CREATE TABLE `t_group_messages_11` ( type `t_group_messages_12` (line 277) | CREATE TABLE `t_group_messages_12` ( type `t_group_messages_13` (line 298) | CREATE TABLE `t_group_messages_13` ( type `t_group_messages_14` (line 319) | CREATE TABLE `t_group_messages_14` ( type `t_group_messages_15` (line 340) | CREATE TABLE `t_group_messages_15` ( type `t_group_messages_16` (line 361) | CREATE TABLE `t_group_messages_16` ( type `t_group_messages_17` (line 382) | CREATE TABLE `t_group_messages_17` ( type `t_group_messages_18` (line 403) | CREATE TABLE `t_group_messages_18` ( type `t_group_messages_19` (line 424) | CREATE TABLE `t_group_messages_19` ( type `t_group_messages_20` (line 447) | CREATE TABLE `t_group_messages_20` ( type `t_group_messages_21` (line 468) | CREATE TABLE `t_group_messages_21` ( type `t_group_messages_22` (line 489) | CREATE TABLE `t_group_messages_22` ( type `t_group_messages_23` (line 510) | CREATE TABLE `t_group_messages_23` ( type `t_group_messages_24` (line 531) | CREATE TABLE `t_group_messages_24` ( type `t_group_messages_25` (line 552) | CREATE TABLE `t_group_messages_25` ( type `t_group_messages_26` (line 573) | CREATE TABLE `t_group_messages_26` ( type `t_group_messages_27` (line 594) | CREATE TABLE `t_group_messages_27` ( type `t_group_messages_28` (line 615) | CREATE TABLE `t_group_messages_28` ( type `t_group_messages_29` (line 636) | CREATE TABLE `t_group_messages_29` ( type `t_group_messages_30` (line 658) | CREATE TABLE `t_group_messages_30` ( type `t_group_messages_31` (line 679) | CREATE TABLE `t_group_messages_31` ( type `t_group_messages_32` (line 700) | CREATE TABLE `t_group_messages_32` ( type `t_group_messages_33` (line 721) | CREATE TABLE `t_group_messages_33` ( type `t_group_messages_34` (line 742) | CREATE TABLE `t_group_messages_34` ( type `t_group_messages_35` (line 763) | CREATE TABLE `t_group_messages_35` ( type `t_group_messages_36` (line 784) | CREATE TABLE `t_group_messages_36` ( type `t_group_messages_37` (line 805) | CREATE TABLE `t_group_messages_37` ( type `t_group_messages_38` (line 826) | CREATE TABLE `t_group_messages_38` ( type `t_group_messages_39` (line 847) | CREATE TABLE `t_group_messages_39` ( type `t_group_messages_40` (line 869) | CREATE TABLE `t_group_messages_40` ( type `t_group_messages_41` (line 890) | CREATE TABLE `t_group_messages_41` ( type `t_group_messages_42` (line 911) | CREATE TABLE `t_group_messages_42` ( type `t_group_messages_43` (line 932) | CREATE TABLE `t_group_messages_43` ( type `t_group_messages_44` (line 953) | CREATE TABLE `t_group_messages_44` ( type `t_group_messages_45` (line 974) | CREATE TABLE `t_group_messages_45` ( type `t_group_messages_46` (line 995) | CREATE TABLE `t_group_messages_46` ( type `t_group_messages_47` (line 1016) | CREATE TABLE `t_group_messages_47` ( type `t_group_messages_48` (line 1037) | CREATE TABLE `t_group_messages_48` ( type `t_group_messages_49` (line 1058) | CREATE TABLE `t_group_messages_49` ( type `t_group_messages_50` (line 1080) | CREATE TABLE `t_group_messages_50` ( type `t_group_messages_51` (line 1101) | CREATE TABLE `t_group_messages_51` ( type `t_group_messages_52` (line 1122) | CREATE TABLE `t_group_messages_52` ( type `t_group_messages_53` (line 1143) | CREATE TABLE `t_group_messages_53` ( type `t_group_messages_54` (line 1164) | CREATE TABLE `t_group_messages_54` ( type `t_group_messages_55` (line 1185) | CREATE TABLE `t_group_messages_55` ( type `t_group_messages_56` (line 1206) | CREATE TABLE `t_group_messages_56` ( type `t_group_messages_57` (line 1227) | CREATE TABLE `t_group_messages_57` ( type `t_group_messages_58` (line 1248) | CREATE TABLE `t_group_messages_58` ( type `t_group_messages_59` (line 1269) | CREATE TABLE `t_group_messages_59` ( type `t_group_messages_60` (line 1291) | CREATE TABLE `t_group_messages_60` ( type `t_group_messages_61` (line 1312) | CREATE TABLE `t_group_messages_61` ( type `t_group_messages_62` (line 1333) | CREATE TABLE `t_group_messages_62` ( type `t_group_messages_63` (line 1354) | CREATE TABLE `t_group_messages_63` ( type `t_group_messages_64` (line 1375) | CREATE TABLE `t_group_messages_64` ( type `t_group_messages_65` (line 1396) | CREATE TABLE `t_group_messages_65` ( type `t_group_messages_66` (line 1417) | CREATE TABLE `t_group_messages_66` ( type `t_group_messages_67` (line 1438) | CREATE TABLE `t_group_messages_67` ( type `t_group_messages_68` (line 1459) | CREATE TABLE `t_group_messages_68` ( type `t_group_messages_69` (line 1480) | CREATE TABLE `t_group_messages_69` ( type `t_group_messages_70` (line 1502) | CREATE TABLE `t_group_messages_70` ( type `t_group_messages_71` (line 1523) | CREATE TABLE `t_group_messages_71` ( type `t_group_messages_72` (line 1544) | CREATE TABLE `t_group_messages_72` ( type `t_group_messages_73` (line 1565) | CREATE TABLE `t_group_messages_73` ( type `t_group_messages_74` (line 1586) | CREATE TABLE `t_group_messages_74` ( type `t_group_messages_75` (line 1607) | CREATE TABLE `t_group_messages_75` ( type `t_group_messages_76` (line 1628) | CREATE TABLE `t_group_messages_76` ( type `t_group_messages_77` (line 1649) | CREATE TABLE `t_group_messages_77` ( type `t_group_messages_78` (line 1670) | CREATE TABLE `t_group_messages_78` ( type `t_group_messages_79` (line 1691) | CREATE TABLE `t_group_messages_79` ( type `t_group_messages_80` (line 1713) | CREATE TABLE `t_group_messages_80` ( type `t_group_messages_81` (line 1734) | CREATE TABLE `t_group_messages_81` ( type `t_group_messages_82` (line 1755) | CREATE TABLE `t_group_messages_82` ( type `t_group_messages_83` (line 1776) | CREATE TABLE `t_group_messages_83` ( type `t_group_messages_84` (line 1797) | CREATE TABLE `t_group_messages_84` ( type `t_group_messages_85` (line 1818) | CREATE TABLE `t_group_messages_85` ( type `t_group_messages_86` (line 1839) | CREATE TABLE `t_group_messages_86` ( type `t_group_messages_87` (line 1860) | CREATE TABLE `t_group_messages_87` ( type `t_group_messages_88` (line 1881) | CREATE TABLE `t_group_messages_88` ( type `t_group_messages_89` (line 1902) | CREATE TABLE `t_group_messages_89` ( type `t_group_messages_90` (line 1924) | CREATE TABLE `t_group_messages_90` ( type `t_group_messages_91` (line 1945) | CREATE TABLE `t_group_messages_91` ( type `t_group_messages_92` (line 1966) | CREATE TABLE `t_group_messages_92` ( type `t_group_messages_93` (line 1987) | CREATE TABLE `t_group_messages_93` ( type `t_group_messages_94` (line 2008) | CREATE TABLE `t_group_messages_94` ( type `t_group_messages_95` (line 2029) | CREATE TABLE `t_group_messages_95` ( type `t_group_messages_96` (line 2050) | CREATE TABLE `t_group_messages_96` ( type `t_group_messages_97` (line 2071) | CREATE TABLE `t_group_messages_97` ( type `t_group_messages_98` (line 2092) | CREATE TABLE `t_group_messages_98` ( type `t_group_messages_99` (line 2113) | CREATE TABLE `t_group_messages_99` ( type `t_group_messages_100` (line 2135) | CREATE TABLE `t_group_messages_100` ( type `t_group_messages_101` (line 2156) | CREATE TABLE `t_group_messages_101` ( type `t_group_messages_102` (line 2177) | CREATE TABLE `t_group_messages_102` ( type `t_group_messages_103` (line 2198) | CREATE TABLE `t_group_messages_103` ( type `t_group_messages_104` (line 2219) | CREATE TABLE `t_group_messages_104` ( type `t_group_messages_105` (line 2240) | CREATE TABLE `t_group_messages_105` ( type `t_group_messages_106` (line 2261) | CREATE TABLE `t_group_messages_106` ( type `t_group_messages_107` (line 2282) | CREATE TABLE `t_group_messages_107` ( type `t_group_messages_108` (line 2303) | CREATE TABLE `t_group_messages_108` ( type `t_group_messages_109` (line 2324) | CREATE TABLE `t_group_messages_109` ( type `t_group_messages_110` (line 2346) | CREATE TABLE `t_group_messages_110` ( type `t_group_messages_111` (line 2367) | CREATE TABLE `t_group_messages_111` ( type `t_group_messages_112` (line 2388) | CREATE TABLE `t_group_messages_112` ( type `t_group_messages_113` (line 2409) | CREATE TABLE `t_group_messages_113` ( type `t_group_messages_114` (line 2430) | CREATE TABLE `t_group_messages_114` ( type `t_group_messages_115` (line 2451) | CREATE TABLE `t_group_messages_115` ( type `t_group_messages_116` (line 2472) | CREATE TABLE `t_group_messages_116` ( type `t_group_messages_117` (line 2493) | CREATE TABLE `t_group_messages_117` ( type `t_group_messages_118` (line 2514) | CREATE TABLE `t_group_messages_118` ( type `t_group_messages_119` (line 2535) | CREATE TABLE `t_group_messages_119` ( type `t_group_messages_120` (line 2557) | CREATE TABLE `t_group_messages_120` ( type `t_group_messages_121` (line 2578) | CREATE TABLE `t_group_messages_121` ( type `t_group_messages_122` (line 2599) | CREATE TABLE `t_group_messages_122` ( type `t_group_messages_123` (line 2620) | CREATE TABLE `t_group_messages_123` ( type `t_group_messages_124` (line 2641) | CREATE TABLE `t_group_messages_124` ( type `t_group_messages_125` (line 2662) | CREATE TABLE `t_group_messages_125` ( type `t_group_messages_126` (line 2683) | CREATE TABLE `t_group_messages_126` ( type `t_group_messages_127` (line 2704) | CREATE TABLE `t_group_messages_127` ( FILE: broker/migrate/mysql/V56__add_domain_table.sql type `t_domain` (line 2) | CREATE TABLE `t_domain` ( FILE: broker/migrate/mysql/V57__update_group_member_index.sql type `user_gid_mid_dt_index` (line 1) | CREATE INDEX `user_gid_mid_dt_index` ON `t_group_member` (`_gid`, `_mid`... FILE: broker/migrate/mysql/V58__reupdate_group_member_index.sql type `user_gid_dt_index` (line 2) | CREATE INDEX `user_gid_dt_index` ON `t_group_member` (`_gid`, `_dt`) FILE: broker/migrate/mysql/V64__add_group_member_index.sql type `user_gid_type_index` (line 1) | CREATE INDEX `user_gid_type_index` ON `t_group_member` (`_gid`, `_type`) FILE: broker/migrate/mysql/V65__create_conference_table.sql type `t_conference` (line 3) | CREATE TABLE `t_conference` ( FILE: broker/migrate/mysql/V66__create_join_group_request_table.sql type `t_join_group_request` (line 3) | CREATE TABLE `t_join_group_request` ( FILE: broker/migrate/mysql/V9__add_sensitive_messages.sql type `t_sensitive_messages` (line 3) | CREATE TABLE `t_sensitive_messages` ( FILE: broker/src/main/java/cn/wildfirechat/push/PushMessage.java class PushMessage (line 12) | public class PushMessage { method PushMessage (line 42) | public PushMessage(String sender, int conversationType, String target,... method PushMessage (line 73) | public PushMessage(String sender, String target, long serverTime, Stri... FILE: broker/src/main/java/cn/wildfirechat/push/PushServer.java class PushServer (line 30) | public class PushServer { type PushMessageType (line 33) | public interface PushMessageType { method PushServer (line 51) | private PushServer() { method getServer (line 54) | public static PushServer getServer() { method init (line 58) | public void init(IConfig config, ISessionsStore sessionsStore) { method pushMessage (line 65) | public void pushMessage(PushMessage pushMessage, String deviceId, Stri... method pushMessageInternel (line 77) | private void pushMessageInternel(PushMessage pushMessage, String devic... FILE: broker/src/main/java/cn/wildfirechat/server/Server.java class Server (line 13) | public class Server { method main (line 14) | public static void main(String[] args) throws IOException { FILE: broker/src/main/java/cn/wildfirechat/server/ThreadPoolExecutorWrapper.java class ThreadPoolExecutorWrapper (line 17) | public class ThreadPoolExecutorWrapper { method ThreadPoolExecutorWrapper (line 24) | public ThreadPoolExecutorWrapper(ScheduledExecutorService executor, in... method execute (line 31) | public void execute(Runnable task) { method shutdown (line 48) | public void shutdown() { FILE: broker/src/main/java/com/xiaoleilu/loServer/LoFileServer.java class LoFileServer (line 36) | public class LoFileServer { method LoFileServer (line 42) | public LoFileServer(int port, IMessagesStore messagesStore) { method start (line 51) | public void start() throws InterruptedException { method shutdown (line 88) | public void shutdown() { FILE: broker/src/main/java/com/xiaoleilu/loServer/LoServer.java class LoServer (line 36) | public class LoServer { method LoServer (line 45) | public LoServer(int port, int adminPort, IMessagesStore messagesStore,... method start (line 56) | public void start() throws InterruptedException { method shutdown (line 121) | public void shutdown() { method registerAllAction (line 141) | private void registerAllAction() { FILE: broker/src/main/java/com/xiaoleilu/loServer/RestResult.java class RestResult (line 13) | public class RestResult { method ok (line 20) | public static RestResult ok(Object object) { method ok (line 24) | public static RestResult ok() { method resultOf (line 28) | public static RestResult resultOf(ErrorCode errorCode) { method resultOf (line 32) | public static RestResult resultOf(ErrorCode errorCode, String msg) { method resultOf (line 36) | public static RestResult resultOf(ErrorCode errorCode, String msg, Obj... method setErrorCode (line 44) | public void setErrorCode(ErrorCode errorCode) { method getCode (line 47) | public int getCode() { method setCode (line 51) | public void setCode(int code) { method getMsg (line 55) | public String getMsg() { method setMsg (line 59) | public void setMsg(String msg) { method getResult (line 63) | public Object getResult() { method setResult (line 67) | public void setResult(Object result) { FILE: broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java class ServerSetting (line 25) | public class ServerSetting { method getCharset (line 60) | public static String getCharset() { method charset (line 66) | public static Charset charset() { method setCharset (line 74) | public static void setCharset(String charset) { method getPort (line 81) | public static int getPort() { method setPort (line 88) | public static void setPort(int port) { method getRoot (line 96) | public static File getRoot() { method isRootAvailable (line 102) | public static boolean isRootAvailable() { method getRootPath (line 111) | public static String getRootPath() { method setRoot (line 118) | public static void setRoot(String root) { method setRoot (line 126) | public static void setRoot(File root) { method getFilterMap (line 140) | public static Map getFilterMap() { method getFilter (line 148) | public static Filter getFilter(String path){ method setFilterMap (line 158) | public static void setFilterMap(Map filterMap) { method setFilter (line 167) | public static void setFilter(String path, Filter filter) { method setFilter (line 189) | public static void setFilter(String path, Class filt... method getActionMap (line 198) | public static Map> getActionMap(String... method getErrorAction (line 211) | public static Action getErrorAction(String path) { method getAction (line 230) | public static Action getAction(String path, String method){ method setAction (line 253) | public static void setAction(String path, Class acti... method setAction (line 279) | public static void setAction(Class actionClass) { FILE: broker/src/main/java/com/xiaoleilu/loServer/action/Action.java class Action (line 47) | abstract public class Action { method init (line 60) | public static void init(IConfig config) { class Result (line 90) | protected class Result { method Result (line 94) | public Result(ErrorCode errorCode) { method Result (line 98) | public Result(ErrorCode errorCode, Object data) { method getData (line 103) | public Object getData() { method getErrorCode (line 107) | public ErrorCode getErrorCode() { type ApiCallback (line 112) | protected interface ApiCallback { method onResult (line 113) | Result onResult(byte[] response); method preAction (line 116) | public ErrorCode preAction(Request request, Response response) { method doAction (line 123) | public boolean doAction(Request request, Response response) { method isTransactionAction (line 154) | public boolean isTransactionAction() { method action (line 157) | abstract public boolean action(Request request, Response response); method getRequestBody (line 159) | protected T getRequestBody(HttpRequest request, Class cls) { method setResponseContent (line 184) | protected void setResponseContent(RestResult result, Response response) { FILE: broker/src/main/java/com/xiaoleilu/loServer/action/CheckTokenAction.java class CheckTokenAction (line 27) | @Route("/api/verify_token") method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java class ClassUtil (line 21) | public class ClassUtil { method getAllAssignedClass (line 31) | public static List> getAllAssignedClass(Class cls) throws ... method getClasses (line 50) | public static List> getClasses(Class cls) throws IOException, method getClasses (line 84) | private static List> getClasses(File dir, String pk) throws C... method getClassName (line 111) | public static List getClassName(String packageName, boolean ch... method getClassNameByFile (line 136) | private static List getClassNameByFile(String filePath, List getClassNameByJar(String jarPath, boolean ... method getClassNameByJars (line 217) | private static List getClassNameByJars(URL[] urls, String pack... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/DefaultIndexAction.java class DefaultIndexAction (line 13) | public class DefaultIndexAction extends Action{ method action (line 14) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/FileAction.java class FileAction (line 37) | public class FileAction extends Action { method action (line 40) | @Override method isAudioOrVideoFile (line 106) | private static boolean isAudioOrVideoFile(String name) { method getFileByPath (line 127) | public static File getFileByPath(String httpPath) { FILE: broker/src/main/java/com/xiaoleilu/loServer/action/IMAction.java class IMAction (line 33) | @Route("/im") method action (line 37) | @Override method sendResponse (line 120) | private void sendResponse(Response response, ErrorCode errorCode, byte... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/NotFoundAction.java class NotFoundAction (line 18) | public class NotFoundAction extends Action{ method action (line 26) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/RouteAction.java class RouteAction (line 37) | @Route("/route") method action (line 42) | @Override method computeRealIp (line 161) | private String computeRealIp(Map h, String remote) { method sendResponse (line 175) | private void sendResponse(Response response, ErrorCode errorCode, byte... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/UnknownErrorAction.java class UnknownErrorAction (line 19) | public class UnknownErrorAction extends Action{ method action (line 26) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/UploadFileAction.java class UploadFileAction (line 35) | @Route("/fs") class InvalidateTokenExecption (line 43) | public static class InvalidateTokenExecption extends Exception { method getToken (line 47) | public static String getToken(int type) { method validateToken (line 58) | public static int validateToken(String token) throws InvalidateTokenEx... method action (line 77) | @Override method multipartUpload (line 102) | private void multipartUpload(FullHttpRequest request, String requestId... method readHttpDataChunkByChunk (line 152) | private void readHttpDataChunkByChunk(Response response, HttpPostReque... method writeFileUploadData (line 176) | private boolean writeFileUploadData(InterfaceHttpData data, Response r... method getSafeFileName (line 344) | private static String getSafeFileName(String originalFilename) { method put (line 353) | public static void put(File file, long pos, byte[] data) throws Except... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/VersionAction.java class VersionAction (line 25) | @Route("/api/version") method action (line 30) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/AddFriendRequestAction.java class AddFriendRequestAction (line 25) | @Route(APIPath.Friend_Send_Request) method isTransactionAction (line 29) | @Override method action (line 34) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/AddGroupMemberAction.java class AddGroupMemberAction (line 27) | @Route(APIPath.Group_Member_Add) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/AdminAction.java class AdminAction (line 29) | abstract public class AdminAction extends Action { method setSecretKey (line 33) | public static void setSecretKey(String secretKey) { method getSecretKey (line 37) | public static String getSecretKey() { method setNoCheckTime (line 41) | public static void setNoCheckTime(String noCheckTime) { method preAction (line 49) | @Override method sendResponse (line 94) | protected void sendResponse(Response response, ErrorCode errorCode, Ob... method sendApiMessage (line 106) | protected void sendApiMessage(Response response, String fromUser, Stri... method sendApiMessage (line 110) | protected void sendApiMessage(Response response, String fromUser, Stri... method sendApiMessage (line 114) | protected void sendApiMessage(Response response, String fromUser, Stri... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/AliasGetAction.java class AliasGetAction (line 30) | @Route(APIPath.Friend_Get_Alias) method isTransactionAction (line 34) | @Override method action (line 39) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/AliasPutAction.java class AliasPutAction (line 35) | @Route(APIPath.Friend_Set_Alias) method isTransactionAction (line 39) | @Override method action (line 44) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/ApplicationGetUserInfoAction.java class ApplicationGetUserInfoAction (line 19) | @Route(APIPath.User_Application_Get_UserInfo) method isTransactionAction (line 23) | @Override method action (line 28) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/BlacklistAction.java class BlacklistAction (line 28) | @Route(APIPath.Blacklist_Update_Status) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/BlacklistGetAction.java class BlacklistGetAction (line 28) | @Route(APIPath.Blacklist_Get_List) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/BlockUserAction.java class BlockUserAction (line 25) | @Route(APIPath.User_Update_Block_Status) method isTransactionAction (line 29) | @Override method action (line 34) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/BroadcastMessageAction.java class BroadcastMessageAction (line 29) | @Route(APIPath.Msg_Broadcast) method isTransactionAction (line 33) | @Override method action (line 38) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/ChannelSubscriberAction.java class ChannelSubscriberAction (line 33) | @Route(APIPath.Subscribe_Channel) method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CheckUserOnlineAction.java class CheckUserOnlineAction (line 24) | @Route(APIPath.User_Get_Online_Status) method isTransactionAction (line 28) | @Override method action (line 33) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CheckUserSubscribeChannelAction.java class CheckUserSubscribeChannelAction (line 26) | @Route(APIPath.Check_User_Subscribe_Channel) method isTransactionAction (line 30) | @Override method action (line 35) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CreateChannelAction.java class CreateChannelAction (line 27) | @Route(APIPath.Create_Channel) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CreateChatroomAction.java class CreateChatroomAction (line 27) | @Route(APIPath.Create_Chatroom) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CreateGroupAction.java class CreateGroupAction (line 28) | @Route(APIPath.Create_Group) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CreateRobotAction.java class CreateRobotAction (line 31) | @Route(APIPath.Create_Robot) method isTransactionAction (line 36) | @Override method action (line 41) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/CreateUserAction.java class CreateUserAction (line 32) | @Route(APIPath.Create_User) method isTransactionAction (line 37) | @Override method action (line 42) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/DestoryChatroomAction.java class DestoryChatroomAction (line 25) | @Route(APIPath.Chatroom_Destroy) method isTransactionAction (line 29) | @Override method action (line 34) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/DestroyChannelAction.java class DestroyChannelAction (line 27) | @Route(APIPath.Destroy_Channel) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/DestroyUserAction.java class DestroyUserAction (line 28) | @Route(APIPath.Destroy_User) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/DismissGroupAction.java class DismissGroupAction (line 27) | @Route(APIPath.Group_Dismiss) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/FriendExtraPutAction.java class FriendExtraPutAction (line 26) | @Route(APIPath.Friend_Set_Extra) method isTransactionAction (line 30) | @Override method action (line 35) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/FriendRelationAction.java class FriendRelationAction (line 28) | @Route(APIPath.Friend_Update_Status) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/FriendRelationGetAction.java class FriendRelationGetAction (line 29) | @Route(APIPath.Friend_Get_List) method isTransactionAction (line 33) | @Override method action (line 38) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetAllUserAction.java class GetAllUserAction (line 29) | @Route(APIPath.User_Get_All) method isTransactionAction (line 33) | @Override method action (line 38) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetBatchUserAction.java class GetBatchUserAction (line 28) | @Route(APIPath.User_Batch_Get_Infos) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetChannelAction.java class GetChannelAction (line 24) | @Route(APIPath.Get_Channel_Info) method isTransactionAction (line 28) | @Override method action (line 33) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetChatroomInfoAction.java class GetChatroomInfoAction (line 25) | @Route(APIPath.Chatroom_Info) method isTransactionAction (line 29) | @Override method action (line 34) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetChatroomMembersAction.java class GetChatroomMembersAction (line 32) | @Route(APIPath.Chatroom_GetMembers) method isTransactionAction (line 36) | @Override method action (line 41) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetCommonGroupsAction.java class GetCommonGroupsAction (line 27) | @Route(APIPath.Get_Common_Groups) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetGroupInfoAction.java class GetGroupInfoAction (line 28) | @Route(APIPath.Group_Get_Info) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetGroupMemberAction.java class GetGroupMemberAction (line 30) | @Route(APIPath.Group_Member_Get) method isTransactionAction (line 34) | @Override method action (line 39) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetGroupMembersAction.java class GetGroupMembersAction (line 32) | @Route(APIPath.Group_Member_List) method isTransactionAction (line 36) | @Override method action (line 41) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetIMTokenAction.java class GetIMTokenAction (line 28) | @Route(APIPath.User_Get_Token) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetMessageAction.java class GetMessageAction (line 28) | @Route(APIPath.Msg_GetOne) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetOnlineUserAction.java class GetOnlineUserAction (line 25) | @Route(APIPath.User_Online_List) method isTransactionAction (line 29) | @Override method action (line 34) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetRobotAction.java class GetRobotAction (line 26) | @Route(APIPath.User_Get_Robot_Info) method isTransactionAction (line 30) | @Override method action (line 35) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetSystemSettingAction.java class GetSystemSettingAction (line 27) | @Route(APIPath.Get_System_Setting) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUploadUrlAction.java class GetUploadUrlAction (line 28) | @Route(APIPath.Get_Presigned_Upload_Url) method action (line 32) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserAction.java class GetUserAction (line 26) | @Route(APIPath.User_Get_Info) method isTransactionAction (line 30) | @Override method action (line 35) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserBlockListAction.java class GetUserBlockListAction (line 22) | @Route(APIPath.User_Get_Blocked_List) method isTransactionAction (line 26) | @Override method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserBlockStatusAction.java class GetUserBlockStatusAction (line 25) | @Route(APIPath.User_Check_Block_Status) method isTransactionAction (line 29) | @Override method action (line 34) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserChatroomAction.java class GetUserChatroomAction (line 30) | @Route(APIPath.Chatroom_GetUserChatroom) method isTransactionAction (line 34) | @Override method action (line 39) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserGroupsAction.java class GetUserGroupsAction (line 31) | @Route(APIPath.Get_User_Groups) method isTransactionAction (line 35) | @Override method action (line 40) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserGroupsByTypeAction.java class GetUserGroupsByTypeAction (line 27) | @Route(APIPath.Get_User_Groups_By_Type) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserOnlineCountAction.java class GetUserOnlineCountAction (line 27) | @Route(APIPath.User_Online_Count) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserRobotsAction.java class GetUserRobotsAction (line 26) | @Route(APIPath.User_Get_User_Robots) method isTransactionAction (line 30) | @Override method action (line 35) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUserSessionsAction.java class GetUserSessionsAction (line 28) | @Route(APIPath.User_Session_List) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/GetUsersByEmailAction.java class GetUsersByEmailAction (line 28) | @Route(APIPath.User_Get_Email_Info) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/HealthAction.java class HealthAction (line 27) | @Route(APIPath.Health) method isTransactionAction (line 30) | @Override method action (line 35) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/KickoffGroupMemberAction.java class KickoffGroupMemberAction (line 27) | @Route(APIPath.Group_Member_Kickoff) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/KickoffUserClientAction.java class KickoffUserClientAction (line 24) | @Route(APIPath.User_Kickoff_Client) method isTransactionAction (line 28) | @Override method action (line 33) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/ModifyGroupInfoAction.java class ModifyGroupInfoAction (line 27) | @Route(APIPath.Group_Modify_Info) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/ModifyGroupMemberAliasAction.java class ModifyGroupMemberAliasAction (line 27) | @Route(APIPath.Group_Set_Member_Alias) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/ModifyGroupMemberExtraAction.java class ModifyGroupMemberExtraAction (line 29) | @Route(APIPath.Group_Set_Member_Extra) method isTransactionAction (line 33) | @Override method action (line 38) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/MulticastMessageAction.java class MulticastMessageAction (line 28) | @Route(APIPath.Msg_Multicast) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/PutSystemSettingAction.java class PutSystemSettingAction (line 27) | @Route(APIPath.Put_System_Setting) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/QuitGroupMemberAction.java class QuitGroupMemberAction (line 27) | @Route(APIPath.Group_Member_Quit) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/RecallMessageAction.java class RecallMessageAction (line 31) | @Route(APIPath.Msg_Recall) method isTransactionAction (line 35) | @Override method action (line 40) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/RecallMultiCastMessageAction.java class RecallMultiCastMessageAction (line 28) | @Route(APIPath.Msg_RecallMultiCast) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/RelationGetAction.java class RelationGetAction (line 30) | @Route(APIPath.Relation_Get) method isTransactionAction (line 34) | @Override method action (line 39) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/SendMessageAction.java class SendMessageAction (line 29) | @Route(APIPath.Msg_Send) method isTransactionAction (line 33) | @Override method action (line 38) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/SensitiveWordAddAction.java class SensitiveWordAddAction (line 23) | @Route(APIPath.Sensitive_Add) method isTransactionAction (line 27) | @Override method action (line 32) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/SensitiveWordDeleteAction.java class SensitiveWordDeleteAction (line 23) | @Route(APIPath.Sensitive_Del) method isTransactionAction (line 27) | @Override method action (line 32) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/SensitiveWordQueryAction.java class SensitiveWordQueryAction (line 22) | @Route(APIPath.Sensitive_Query) method isTransactionAction (line 26) | @Override method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/SetGroupManagerAction.java class SetGroupManagerAction (line 27) | @Route(APIPath.Group_Set_Manager) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/TransferGroupAction.java class TransferGroupAction (line 27) | @Route(APIPath.Group_Transfer) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/admin/UpdateUserAction.java class UpdateUserAction (line 33) | @Route(APIPath.Update_User) method isTransactionAction (line 38) | @Override method action (line 43) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/ApplicationGetUserInfoAction.java class ApplicationGetUserInfoAction (line 27) | @Route(APIPath.Channel_Application_Get_UserInfo) method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/ChannelAction.java class ChannelAction (line 34) | abstract public class ChannelAction extends Action { type Callback (line 38) | protected interface Callback { method onSuccess (line 39) | void onSuccess(byte[] response); method preAction (line 42) | @Override method sendResponse (line 97) | protected void sendResponse(Response response, ErrorCode errorCode, Ob... method sendApiMessage (line 108) | protected void sendApiMessage(Response response, String topic, byte[] ... method sendApiMessage (line 111) | protected void sendApiMessage(Response response, String user, String t... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/GetChannelAction.java class GetChannelAction (line 27) | @Route(APIPath.Channel_Get_Profile) method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/GetChannelSubscribersAction.java class GetChannelSubscribersAction (line 29) | @Route(APIPath.Channel_Subscriber_List) method action (line 33) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/GetIsChannelSubscriberAction.java class GetIsChannelSubscriberAction (line 24) | @Route(APIPath.Channel_Is_Subscriber) method action (line 28) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/GetUserAction.java class GetUserAction (line 25) | @Route(APIPath.Channel_User_Info) method action (line 29) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/ModifyChannelProfileAction.java class ModifyChannelProfileAction (line 27) | @Route(APIPath.Channel_Update_Profile) method action (line 30) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/SendMessageAction.java class SendMessageAction (line 31) | @Route(APIPath.Channel_Message_Send) method isTransactionAction (line 35) | @Override method action (line 40) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/channel/SubscriberChannelAction.java class SubscriberChannelAction (line 29) | @Route(APIPath.Channel_Subscribe) method action (line 33) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/AddGroupMemberAction.java class AddGroupMemberAction (line 27) | @Route(APIPath.Robot_Group_Member_Add) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/ApplicationGetUserInfoAction.java class ApplicationGetUserInfoAction (line 27) | @Route(APIPath.Robot_Application_Get_UserInfo) method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/CreateGroupAction.java class CreateGroupAction (line 30) | @Route(APIPath.Robot_Create_Group) method isTransactionAction (line 34) | @Override method action (line 39) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/DeleteCallbackAction.java class DeleteCallbackAction (line 24) | @Route(APIPath.Robot_Delete_Callback) method action (line 28) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/DismissGroupAction.java class DismissGroupAction (line 27) | @Route(APIPath.Robot_Group_Dismiss) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetCallbackAction.java class GetCallbackAction (line 27) | @Route(APIPath.Robot_Get_Callback) method action (line 31) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetGroupInfoAction.java class GetGroupInfoAction (line 27) | @Route(APIPath.Robot_Group_Get_Info) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetGroupMemberAction.java class GetGroupMemberAction (line 30) | @Route(APIPath.Robot_Group_Member_Get) method isTransactionAction (line 34) | @Override method action (line 39) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetGroupMembersAction.java class GetGroupMembersAction (line 32) | @Route(APIPath.Robot_Group_Member_List) method isTransactionAction (line 36) | @Override method action (line 41) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetProfileAction.java class GetProfileAction (line 25) | @Route(APIPath.Robot_Get_Profile) method action (line 29) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetUploadUrlAction.java class GetUploadUrlAction (line 41) | @Route(APIPath.Robot_Get_Presigned_Upload_Url) method action (line 45) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/GetUserAction.java class GetUserAction (line 26) | @Route(APIPath.Robot_User_Info) method action (line 30) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/KickoffGroupMemberAction.java class KickoffGroupMemberAction (line 27) | @Route(APIPath.Robot_Group_Member_Kickoff) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/ModifyGroupInfoAction.java class ModifyGroupInfoAction (line 27) | @Route(APIPath.Robot_Group_Modify_Info) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/ModifyGroupMemberAliasAction.java class ModifyGroupMemberAliasAction (line 27) | @Route(APIPath.Robot_Group_Set_Member_Alias) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/ModifyGroupMemberExtraAction.java class ModifyGroupMemberExtraAction (line 27) | @Route(APIPath.Robot_Group_Set_Member_Extra) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/QuitGroupMemberAction.java class QuitGroupMemberAction (line 27) | @Route(APIPath.Robot_Group_Member_Quit) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/ReplyMessageAction.java class ReplyMessageAction (line 34) | @Route(APIPath.Robot_Message_Reply) method isTransactionAction (line 38) | @Override method action (line 43) | @Override method getSendMessageData (line 98) | private @NotNull SendMessageData getSendMessageData(WFCMessage.Message... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/RobotAction.java class RobotAction (line 35) | abstract public class RobotAction extends Action { type Callback (line 40) | protected interface Callback { method onSuccess (line 41) | void onSuccess(byte[] response); method preAction (line 44) | @Override method sendResponse (line 98) | protected void sendResponse(Response response, ErrorCode errorCode, Ob... method sendApiRequest (line 109) | protected void sendApiRequest(Response response, String topic, byte[] ... FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/SendMessageAction.java class SendMessageAction (line 28) | @Route(APIPath.Robot_Message_Send) method isTransactionAction (line 32) | @Override method action (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/SetCallbackAction.java class SetCallbackAction (line 25) | @Route(APIPath.Robot_Set_Callback) method action (line 29) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/TransferGroupAction.java class TransferGroupAction (line 27) | @Route(APIPath.Robot_Group_Transfer) method isTransactionAction (line 31) | @Override method action (line 36) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/action/robot/UpdateProfileAction.java class UpdateProfileAction (line 26) | @Route(APIPath.Robot_Update_Profile) method action (line 30) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/exception/ServerSettingException.java class ServerSettingException (line 10) | public class ServerSettingException extends RuntimeException{ method ServerSettingException (line 13) | public ServerSettingException(Throwable e) { method ServerSettingException (line 17) | public ServerSettingException(String message) { method ServerSettingException (line 21) | public ServerSettingException(String messageTemplate, Object... params) { method ServerSettingException (line 25) | public ServerSettingException(String message, Throwable throwable) { method ServerSettingException (line 29) | public ServerSettingException(Throwable throwable, String messageTempl... FILE: broker/src/main/java/com/xiaoleilu/loServer/filter/Filter.java type Filter (line 11) | public interface Filter { method doFilter (line 19) | public boolean doFilter(Request request, Response response); FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/ActionHandler.java class ActionHandler (line 28) | abstract public class ActionHandler extends SimpleChannelInboundHandler<... method ActionHandler (line 31) | public ActionHandler(IMessagesStore messagesStore, ISessionsStore sess... method channelRead0 (line 36) | @Override method exceptionCaught (line 70) | @Override method doFilter (line 85) | private boolean doFilter(Request request, Response response) { method isValidePath (line 105) | abstract boolean isValidePath(String path); method doAction (line 111) | private void doAction(ChannelHandlerContext ctx, Request request, Resp... method handleOptions (line 164) | private void handleOptions(ChannelHandlerContext ctx, Request request,... FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/AdminActionHandler.java class AdminActionHandler (line 30) | public class AdminActionHandler extends ActionHandler { method AdminActionHandler (line 33) | public AdminActionHandler(IMessagesStore messagesStore, ISessionsStore... method isValidePath (line 37) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/HttpChunkContentCompressor.java class HttpChunkContentCompressor (line 15) | public class HttpChunkContentCompressor extends HttpContentCompressor { method write (line 16) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/HttpFileServerController.java class HttpFileServerController (line 9) | public class HttpFileServerController { class BrokenUploadInfoHandlerHolder (line 14) | private static class BrokenUploadInfoHandlerHolder { method HttpFileServerController (line 21) | private HttpFileServerController() { method getInstance (line 28) | public static HttpFileServerController getInstance() { method mapChannelHandlerContext (line 38) | public synchronized void mapChannelHandlerContext(String requestId, Ch... method getChannelHandlerContext (line 52) | public ChannelHandlerContext getChannelHandlerContext(String requestId) { method removeChannelHandlerContext (line 66) | public void removeChannelHandlerContext(String requestId) { FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/HttpFileServerHandler.java class HttpFileServerHandler (line 24) | public class HttpFileServerHandler extends ChannelInboundHandlerAdapter { method channelRead (line 29) | @Override method exceptionCaught (line 64) | @Override method multipartUpload (line 80) | private void multipartUpload(ChannelHandlerContext ctx, FullHttpReques... method readHttpDataChunkByChunk (line 126) | private void readHttpDataChunkByChunk(ChannelHandlerContext ctx, HttpP... method writeFileUploadData (line 146) | private void writeFileUploadData(InterfaceHttpData data, ChannelHandle... method put (line 244) | public static void put(File file, long pos, byte[] data) throws Except... method download (line 263) | private void download(ChannelHandlerContext ctx, FullHttpRequest reque... method delete (line 331) | private void delete(ChannelHandlerContext ctx, FullHttpRequest request... method doOptions (line 378) | private void doOptions(ChannelHandlerContext ctx, FullHttpRequest requ... method releaseRequest (line 405) | private void releaseRequest(FullHttpRequest request, HttpPostRequestDe... FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/HttpResponseHelper.java class HttpResponseHelper (line 19) | public class HttpResponseHelper { method sendResponse (line 29) | public static void sendResponse(String requestId, ChannelHandlerContex... method sendResponse (line 40) | public static void sendResponse(String requestId, ChannelHandlerContex... method sendResponse (line 61) | public static void sendResponse(String requestId, ChannelHandlerContex... method sendResponse (line 91) | public static void sendResponse(String requestId, ChannelHandlerContex... method sendBrokenUpload204Resonse (line 108) | public static void sendBrokenUpload204Resonse(String requestId, Channe... method getMultipartUploadResponseBody (line 122) | public static String getMultipartUploadResponseBody(String remoteFileN... method getFileExt (line 134) | public static String getFileExt(String fileName) { method getContentType (line 143) | public static String getContentType(String fileName) { method removeChannelHandlerContext (line 158) | private static void removeChannelHandlerContext(String requestId, Chan... method removeChannelHandlerContext (line 162) | private static void removeChannelHandlerContext(String requestId, Chan... FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/IMActionHandler.java class IMActionHandler (line 31) | public class IMActionHandler extends ActionHandler { method IMActionHandler (line 34) | public IMActionHandler(IMessagesStore messagesStore, ISessionsStore se... method isValidePath (line 38) | @Override FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/Request.java class Request (line 45) | public class Request { method Request (line 72) | private Request(ChannelHandlerContext ctx, FullHttpRequest nettyReques... method getNettyRequest (line 89) | public HttpRequest getNettyRequest() { method getProtocolVersion (line 98) | public String getProtocolVersion() { method getUri (line 107) | public String getUri() { method getPath (line 114) | public String getPath() { method getMethod (line 123) | public String getMethod() { method getIp (line 132) | public String getIp() { method getHeaders (line 141) | public Map getHeaders() { method getHeader (line 152) | public String getHeader(String headerKey) { method isXWwwFormUrlencoded (line 159) | public boolean isXWwwFormUrlencoded() { method getCookie (line 169) | public Cookie getCookie(String name) { method getCookies (line 176) | public Map getCookies() { method isIE (line 183) | public boolean isIE() { method getParam (line 198) | public String getParam(String name) { method getObjParam (line 214) | public Object getObjParam(String name) { method getParam (line 227) | public String getParam(String name, Charset charset) { method getParam (line 250) | public String getParam(String name, String defaultValue) { method getIntParam (line 260) | public Integer getIntParam(String name, Integer defaultValue) { method getLongParam (line 269) | public Long getLongParam(String name, Long defaultValue) { method getDoubleParam (line 278) | public Double getDoubleParam(String name, Double defaultValue) { method getFloatParam (line 287) | public Float getFloatParam(String name, Float defaultValue) { method getBoolParam (line 296) | public Boolean getBoolParam(String name, Boolean defaultValue) { method getDateParam (line 310) | public Date getDateParam(String name, Date defaultValue) { method getDateParam (line 321) | public Date getDateParam(String name, String format, Date defaultValue) { method getArrayParam (line 333) | @SuppressWarnings("unchecked") method getParams (line 354) | public Map getParams() { method isKeepAlive (line 361) | public boolean isKeepAlive() { method putParams (line 384) | protected void putParams(QueryStringDecoder decoder) { method putParams (line 401) | protected void putParams(HttpPostRequestDecoder decoder) { method putParam (line 416) | protected void putParam(InterfaceHttpData data) { method putParam (line 445) | protected void putParam(String key, Object value) { method putHeadersAndCookies (line 454) | protected void putHeadersAndCookies(HttpHeaders headers) { method putIp (line 474) | protected void putIp(ChannelHandlerContext ctx) { method toString (line 486) | @Override method build (line 513) | protected final static Request build(ChannelHandlerContext ctx, FullHt... FILE: broker/src/main/java/com/xiaoleilu/loServer/handler/Response.java class Response (line 52) | public class Response { method Response (line 80) | public Response(ChannelHandlerContext ctx, Request request) { method setHttpVersion (line 91) | public Response setHttpVersion(HttpVersion httpVersion) { method setStatus (line 103) | public Response setStatus(HttpResponseStatus status) { method setStatus (line 114) | public Response setStatus(int status) { method setContentType (line 124) | public Response setContentType(String contentType) { method setCharset (line 135) | public Response setCharset(String charset) { method addHeader (line 148) | public Response addHeader(String name, Object value) { method setHeader (line 161) | public Response setHeader(String name, Object value) { method setContentLength (line 172) | public Response setContentLength(long contentLength) { method setKeepAlive (line 182) | public Response setKeepAlive() { method addCookie (line 194) | public Response addCookie(Cookie cookie) { method addCookie (line 206) | public Response addCookie(String name, String value) { method addCookie (line 220) | public Response addCookie(String name, String value, int maxAgeInSecon... method addCookie (line 240) | public Response addCookie(String name, String value, int maxAgeInSecon... method setContent (line 251) | public Response setContent(String contentText) { method setTextContent (line 262) | public Response setTextContent(String contentText) { method setJsonContent (line 273) | public Response setJsonContent(String contentText) { method setXmlContent (line 284) | public Response setXmlContent(String contentText) { method setContent (line 295) | public Response setContent(byte[] contentBytes) { method setContent (line 305) | public Response setContent(ByteBuf byteBuf) { method setContent (line 316) | public Response setContent(File file) { method setDateAndCache (line 333) | public void setDateAndCache(long lastModify, int httpCacheSeconds) { method toDefaultHttpResponse (line 356) | private DefaultHttpResponse toDefaultHttpResponse() { method toFullHttpResponse (line 376) | private FullHttpResponse toFullHttpResponse() { method send (line 407) | public ChannelFuture send() { method isSent (line 430) | protected boolean isSent(){ method sendFull (line 439) | private ChannelFuture sendFull() { method sendAndCloseFull (line 453) | private ChannelFuture sendAndCloseFull() { method sendFile (line 464) | private ChannelFuture sendFile(File file) throws IOException { method sendEmptyLast (line 492) | private ChannelFuture sendEmptyLast(){ method sendRedirect (line 510) | public ChannelFuture sendRedirect(String uri) { method sendNotModified (line 519) | public ChannelFuture sendNotModified() { method sendError (line 530) | public ChannelFuture sendError(HttpResponseStatus status, String msg) { method sendNotFound (line 543) | public ChannelFuture sendNotFound(String msg) { method sendServerError (line 553) | public ChannelFuture sendServerError(String msg) { method toString (line 559) | @Override method build (line 579) | protected static Response build(ChannelHandlerContext ctx, Request req... method build (line 590) | protected static Response build(ChannelHandlerContext ctx) { FILE: broker/src/main/java/com/xiaoleilu/loServer/listener/FileProgressiveFutureListener.java class FileProgressiveFutureListener (line 15) | public class FileProgressiveFutureListener implements ChannelProgressive... method FileProgressiveFutureListener (line 20) | public FileProgressiveFutureListener(RandomAccessFile raf) { method operationProgressed (line 24) | @Override method operationComplete (line 29) | @Override method build (line 40) | public static FileProgressiveFutureListener build(RandomAccessFile raf){ FILE: broker/src/main/java/com/xiaoleilu/loServer/model/FriendData.java class FriendData (line 13) | public class FriendData implements Serializable { method FriendData (line 23) | public FriendData(String userId, String friendUid, String alias, Strin... method FriendData (line 33) | public FriendData() { method getUserId (line 36) | public String getUserId() { method setUserId (line 40) | public void setUserId(String userId) { method getFriendUid (line 44) | public String getFriendUid() { method setFriendUid (line 48) | public void setFriendUid(String friendUid) { method getAlias (line 52) | public String getAlias() { method setAlias (line 56) | public void setAlias(String alias) { method getExtra (line 60) | public String getExtra() { method setExtra (line 64) | public void setExtra(String extra) { method getState (line 68) | public int getState() { method setState (line 72) | public void setState(int state) { method getBlacked (line 76) | public int getBlacked() { method setBlacked (line 80) | public void setBlacked(int blacked) { method getTimestamp (line 84) | public long getTimestamp() { method setTimestamp (line 88) | public void setTimestamp(long timestamp) { FILE: broker/src/main/java/io/moquette/BrokerConstants.java class BrokerConstants (line 21) | public final class BrokerConstants { method BrokerConstants (line 255) | private BrokerConstants() { FILE: broker/src/main/java/io/moquette/connections/IConnectionsManager.java type IConnectionsManager (line 24) | public interface IConnectionsManager { method getActiveConnectionsNo (line 31) | int getActiveConnectionsNo(); method isConnected (line 39) | boolean isConnected(String clientID); method getConnectedClientIds (line 46) | Collection getConnectedClientIds(); method closeConnection (line 56) | boolean closeConnection(String clientID, boolean closeImmediately); method getSessionStatus (line 64) | MqttSession getSessionStatus(String clientID); method getSessions (line 71) | Collection getSessions(); FILE: broker/src/main/java/io/moquette/connections/MqttConnectionMetrics.java class MqttConnectionMetrics (line 22) | public class MqttConnectionMetrics { method MqttConnectionMetrics (line 29) | public MqttConnectionMetrics(long readBytes, long writtenBytes, long r... method getReadKb (line 36) | public long getReadKb() { method getWrittenKb (line 40) | public long getWrittenKb() { method getReadMessages (line 44) | public long getReadMessages() { method getWrittenMessages (line 48) | public long getWrittenMessages() { FILE: broker/src/main/java/io/moquette/connections/MqttSession.java class MqttSession (line 25) | public class MqttSession { method isConnectionEstablished (line 34) | public boolean isConnectionEstablished() { method setConnectionEstablished (line 38) | public void setConnectionEstablished(boolean connectionEstablished) { method isCleanSession (line 42) | public boolean isCleanSession() { method setCleanSession (line 46) | public void setCleanSession(boolean cleanSession) { method getPendingPublishMessagesNo (line 50) | public int getPendingPublishMessagesNo() { method setPendingPublishMessagesNo (line 54) | public void setPendingPublishMessagesNo(int pendingPublishMessagesNo) { method getInflightMessages (line 58) | public int getInflightMessages() { method setInflightMessages (line 62) | public void setInflightMessages(int inflightMessages) { method getSecondPhaseAckPendingMessages (line 66) | public int getSecondPhaseAckPendingMessages() { method setSecondPhaseAckPendingMessages (line 70) | public void setSecondPhaseAckPendingMessages(int secondPhaseAckPending... method getConnectionMetrics (line 74) | public MqttConnectionMetrics getConnectionMetrics() { method setConnectionMetrics (line 78) | public void setConnectionMetrics(MqttConnectionMetrics connectionMetri... FILE: broker/src/main/java/io/moquette/imhandler/AddFriendHandler.java class AddFriendHandler (line 21) | @Handler(IMTopic.AddFriendRequestTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/AddGroupMember.java class AddGroupMember (line 25) | @Handler(value = IMTopic.AddGroupMemberTopic) method action (line 28) | @Override FILE: broker/src/main/java/io/moquette/imhandler/BlackListRequestHandler.java class BlackListRequestHandler (line 20) | @Handler(IMTopic.BlackListUserTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/BroadcastMessageHandler.java class BroadcastMessageHandler (line 25) | @Handler(value = IMTopic.BroadcastMessageTopic) method action (line 27) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ChannelListenMember.java class ChannelListenMember (line 21) | @Handler(value = IMTopic.ChannelListenTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ChannelListenedListHandler.java class ChannelListenedListHandler (line 12) | @Handler(IMTopic.ListenedChannelListTopic) method action (line 14) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ChannelSearchHandler.java class ChannelSearchHandler (line 20) | @Handler(IMTopic.ChannelSearchTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ConfigApplicationHandler.java class ConfigApplicationHandler (line 20) | @Handler(IMTopic.ApplicationConfigRequestTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/CreateChannelHandler.java class CreateChannelHandler (line 23) | @Handler(value = IMTopic.CreateChannelTopic) method action (line 25) | @Override FILE: broker/src/main/java/io/moquette/imhandler/CreateGroupHandler.java class CreateGroupHandler (line 24) | @Handler(value = IMTopic.CreateGroupTopic) method action (line 26) | @Override FILE: broker/src/main/java/io/moquette/imhandler/DeleteFriendHandler.java class DeleteFriendHandler (line 20) | @Handler(IMTopic.DeleteFriendTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/DestroyChannelHandler.java class DestroyChannelHandler (line 21) | @Handler(value = IMTopic.DestroyChannelInfoTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/DestroyUserHandler.java class DestroyUserHandler (line 18) | @Handler(IMTopic.DestroyUserTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/DisconnectHandler.java class DisconnectHandler (line 22) | @Handler(value = IMTopic.ClearSessionTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/DismissGroupHandler.java class DismissGroupHandler (line 20) | @Handler(value = DismissGroupTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/FriendPullHandler.java class FriendPullHandler (line 22) | @Handler(IMTopic.FriendPullTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/FriendRequestPullHandler.java class FriendRequestPullHandler (line 20) | @Handler(IMTopic.FriendRequestPullTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetApplicationTokenHandler.java class GetApplicationTokenHandler (line 20) | @Handler(IMTopic.GetApplicationTokenRequestTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetChannelInfoHandler.java class GetChannelInfoHandler (line 18) | @Handler(IMTopic.ChannelPullTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetChatroomInfoHandler.java class GetChatroomInfoHandler (line 18) | @Handler(IMTopic.GetChatroomInfoTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetChatroomMemberHandler.java class GetChatroomMemberHandler (line 18) | @Handler(IMTopic.GetChatroomMemberTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetCommonGroupsHandler.java class GetCommonGroupsHandler (line 22) | @Handler(IMTopic.GetCommonGroupsTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetGroupInfoHandler.java class GetGroupInfoHandler (line 20) | @Handler(IMTopic.GetGroupInfoTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetGroupMemberHandler.java class GetGroupMemberHandler (line 23) | @Handler(IMTopic.GetGroupMemberTopic) method action (line 25) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetMediaUploadTokenHandler.java class GetMediaUploadTokenHandler (line 23) | @Handler("GMUT") method action (line 25) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetMyGroupsHandler.java class GetMyGroupsHandler (line 22) | @Handler(IMTopic.GetMyGroupsTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetQiniuUploadTokenHandler.java class GetQiniuUploadTokenHandler (line 21) | @Handler(IMTopic.GetQiniuUploadTokenTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetTokenHandler.java class GetTokenHandler (line 21) | @Handler(IMTopic.GetTokenTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetUserInfoHandler.java class GetUserInfoHandler (line 20) | @Handler(IMTopic.GetUserInfoTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GetUserSettingHandler.java class GetUserSettingHandler (line 20) | @Handler(IMTopic.GetUserSettingTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/GroupHandler.java class GroupHandler (line 19) | abstract public class GroupHandler extends IMHandler { method sendGroupNotification (line 20) | protected void sendGroupNotification(String fromUser, String targetId,... method sendGroupNotification (line 24) | protected void sendGroupNotification(String fromUser, String targetId,... method getMemberIdList (line 53) | protected List getMemberIdList(List gr... FILE: broker/src/main/java/io/moquette/imhandler/HandleFriendRequestHandler.java class HandleFriendRequestHandler (line 23) | @Handler(IMTopic.HandleFriendRequestTopic) method action (line 25) | @Override FILE: broker/src/main/java/io/moquette/imhandler/IMHandler.java class IMHandler (line 52) | abstract public class IMHandler { method getPublisher (line 69) | public static MessagesPublisher getPublisher() { method IMHandler (line 73) | public IMHandler() { method getDataObject (line 110) | private T getDataObject(byte[] bytes) throws IllegalAccessException, I... method init (line 148) | public static void init(IMessagesStore ms, ISessionsStore ss, Messages... method isNotLimitTopic (line 168) | boolean isNotLimitTopic(String topic) { method preAction (line 176) | public ErrorCode preAction(String clientID, String fromUser, String to... method doHandler (line 184) | public void doHandler(String clientID, String fromUser, String topic, ... method response (line 234) | private void response(ByteBuf ackPayload, ErrorCode errorCode, Qos1Pub... method action (line 245) | @ActionMethod method afterAction (line 248) | public void afterAction(String clientID, String fromUser, String topic... method publish (line 251) | protected long publish(String username, String clientID, WFCMessage.Me... method saveAndPublish (line 260) | protected long saveAndPublish(String username, String clientID, WFCMes... method saveAndBroadcast (line 270) | protected long saveAndBroadcast(String username, String clientID, WFCM... method saveAndMulticast (line 277) | protected long saveAndMulticast(String username, String clientID, WFCM... method publishRecallMultiCastMsg (line 284) | protected long publishRecallMultiCastMsg(long messageUid, List... FILE: broker/src/main/java/io/moquette/imhandler/JoinChatroomHandler.java class JoinChatroomHandler (line 19) | @Handler(IMTopic.JoinChatroomTopic) method action (line 21) | @Override FILE: broker/src/main/java/io/moquette/imhandler/KickoffGroupMember.java class KickoffGroupMember (line 22) | @Handler(value = KickoffGroupMemberTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/KickoffPCClientHandler.java class KickoffPCClientHandler (line 22) | @Handler(value = KickoffPCClientTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/LoadRemoteMessagesHandler.java class LoadRemoteMessagesHandler (line 18) | @Handler(value = IMTopic.LoadRemoteMessagesTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ModifyChannelInfoHandler.java class ModifyChannelInfoHandler (line 19) | @Handler(value = ModifyChannelInfoTopic) method action (line 21) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ModifyGroupAliasHandler.java class ModifyGroupAliasHandler (line 24) | @Handler(IMTopic.ModifyGroupAliasTopic) method action (line 26) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ModifyGroupInfoHandler.java class ModifyGroupInfoHandler (line 22) | @Handler(value = ModifyGroupInfoTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ModifyGroupMemberAliasHandler.java class ModifyGroupMemberAliasHandler (line 24) | @Handler(IMTopic.ModifyGroupMemberAliasTopic) method action (line 26) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ModifyGroupMemberExtraHandler.java class ModifyGroupMemberExtraHandler (line 21) | @Handler(IMTopic.ModifyGroupMemberExtraTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ModifyMyInfoHandler.java class ModifyMyInfoHandler (line 19) | @Handler(IMTopic.ModifyMyInfoTopic) method action (line 21) | @Override FILE: broker/src/main/java/io/moquette/imhandler/MultiCastMessageHandler.java class MultiCastMessageHandler (line 27) | @Handler(value = IMTopic.MultiCastMessageTopic) method action (line 31) | @Override FILE: broker/src/main/java/io/moquette/imhandler/PullMessageHandler.java class PullMessageHandler (line 18) | @Handler(value = IMTopic.PullMessageTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/PutUserSettingHandler.java class PutUserSettingHandler (line 18) | @Handler(IMTopic.PutUserSettingTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/QuitChatroomHandler.java class QuitChatroomHandler (line 18) | @Handler(IMTopic.QuitChatroomTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/QuitGroupHandler.java class QuitGroupHandler (line 22) | @Handler(value = QuitGroupTopic) method action (line 24) | @Override FILE: broker/src/main/java/io/moquette/imhandler/RecallMessageHandler.java class RecallMessageHandler (line 21) | @Handler(value = IMTopic.RecallMessageTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/RecallMultiCastMessageHandler.java class RecallMultiCastMessageHandler (line 18) | @Handler(value = IMTopic.RecallMultiCastMessageTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/ReplyMessageHandler.java class ReplyMessageHandler (line 29) | @Handler(value = IMTopic.RobotReplyMessageTopic) method ReplyMessageHandler (line 46) | public ReplyMessageHandler() { method parseTypes (line 108) | private void parseTypes(Collection collection, String types) { method action (line 132) | @Override FILE: broker/src/main/java/io/moquette/imhandler/RouteHandler.java class RouteHandler (line 21) | @Handler(IMTopic.RouteTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/SendMessageHandler.java class SendMessageHandler (line 31) | @Handler(value = IMTopic.SendMessageTopic) method SendMessageHandler (line 48) | public SendMessageHandler() { method parseTypes (line 110) | private void parseTypes(Collection collection, String types) { method action (line 134) | @Override FILE: broker/src/main/java/io/moquette/imhandler/SetFriendAliasRequestHandler.java class SetFriendAliasRequestHandler (line 20) | @Handler(IMTopic.SetFriendAliasTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/SetFriendExtraHandler.java class SetFriendExtraHandler (line 19) | @Handler(IMTopic.SetFriendExtraTopic) method action (line 21) | @Override FILE: broker/src/main/java/io/moquette/imhandler/SetGroupManagerHandler.java class SetGroupManagerHandler (line 21) | @Handler(IMTopic.SetGroupManagerTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/SyncFriendRequestUnreadHandler.java class SyncFriendRequestUnreadHandler (line 20) | @Handler(IMTopic.RriendRequestUnreadSyncTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/TransferChannelHandler.java class TransferChannelHandler (line 18) | @Handler(IMTopic.TransferChannelInfoTopic) method action (line 20) | @Override FILE: broker/src/main/java/io/moquette/imhandler/TransferGroupHandler.java class TransferGroupHandler (line 21) | @Handler(IMTopic.TransferGroupTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/imhandler/UploadDeviceTokenHandler.java class UploadDeviceTokenHandler (line 20) | @Handler(IMTopic.UploadDeviceTokenTopic) method action (line 22) | @Override FILE: broker/src/main/java/io/moquette/imhandler/UserSearchHandler.java class UserSearchHandler (line 21) | @Handler(IMTopic.UserSearchTopic) method action (line 23) | @Override FILE: broker/src/main/java/io/moquette/interception/InterceptHandler.java type InterceptHandler (line 31) | public interface InterceptHandler { method getID (line 41) | String getID(); method getInterceptedMessageTypes (line 49) | Class[] getInterceptedMessageTypes(); method onConnect (line 51) | void onConnect(InterceptConnectMessage msg); method onDisconnect (line 53) | void onDisconnect(InterceptDisconnectMessage msg); method onConnectionLost (line 55) | void onConnectionLost(InterceptConnectionLostMessage msg); method onPublish (line 57) | void onPublish(InterceptPublishMessage msg); method onMessageAcknowledged (line 59) | void onMessageAcknowledged(InterceptAcknowledgedMessage msg); FILE: broker/src/main/java/io/moquette/interception/Interceptor.java type Interceptor (line 33) | public interface Interceptor { method notifyClientConnected (line 35) | void notifyClientConnected(MqttConnectMessage msg); method notifyClientDisconnected (line 37) | void notifyClientDisconnected(String clientID, String username); method notifyClientConnectionLost (line 39) | void notifyClientConnectionLost(String clientID, String username); method notifyMessageAcknowledged (line 41) | void notifyMessageAcknowledged(InterceptAcknowledgedMessage msg); method addInterceptHandler (line 43) | void addInterceptHandler(InterceptHandler interceptHandler); method removeInterceptHandler (line 45) | void removeInterceptHandler(InterceptHandler interceptHandler); FILE: broker/src/main/java/io/moquette/interception/messages/InterceptAbstractMessage.java class InterceptAbstractMessage (line 22) | public abstract class InterceptAbstractMessage implements InterceptMessa... method InterceptAbstractMessage (line 26) | InterceptAbstractMessage(MqttMessage msg) { method isRetainFlag (line 30) | public boolean isRetainFlag() { method isDupFlag (line 34) | public boolean isDupFlag() { method getQos (line 38) | public MqttQoS getQos() { FILE: broker/src/main/java/io/moquette/interception/messages/InterceptAcknowledgedMessage.java class InterceptAcknowledgedMessage (line 21) | public class InterceptAcknowledgedMessage implements InterceptMessage { method InterceptAcknowledgedMessage (line 28) | public InterceptAcknowledgedMessage(StoredMessage msg, String topic, S... method getMsg (line 35) | public StoredMessage getMsg() { method getUsername (line 39) | public String getUsername() { method getTopic (line 43) | public String getTopic() { method getPacketID (line 47) | public int getPacketID() { FILE: broker/src/main/java/io/moquette/interception/messages/InterceptConnectMessage.java class InterceptConnectMessage (line 21) | public class InterceptConnectMessage extends InterceptAbstractMessage { method InterceptConnectMessage (line 25) | public InterceptConnectMessage(MqttConnectMessage msg) { method getClientID (line 30) | public String getClientID() { method isCleanSession (line 34) | public boolean isCleanSession() { method getKeepAlive (line 38) | public int getKeepAlive() { method isPasswordFlag (line 42) | public boolean isPasswordFlag() { method getProtocolVersion (line 46) | public byte getProtocolVersion() { method getProtocolName (line 50) | public String getProtocolName() { method isUserFlag (line 54) | public boolean isUserFlag() { method isWillFlag (line 58) | public boolean isWillFlag() { method getWillQos (line 62) | public byte getWillQos() { method isWillRetain (line 66) | public boolean isWillRetain() { method getUsername (line 70) | public String getUsername() { method getPassword (line 74) | public byte[] getPassword() { method getWillTopic (line 78) | public String getWillTopic() { method getWillMessage (line 82) | public byte[] getWillMessage() { FILE: broker/src/main/java/io/moquette/interception/messages/InterceptConnectionLostMessage.java class InterceptConnectionLostMessage (line 19) | public class InterceptConnectionLostMessage implements InterceptMessage { method InterceptConnectionLostMessage (line 24) | public InterceptConnectionLostMessage(String clientID, String username) { method getClientID (line 29) | public String getClientID() { method getUsername (line 33) | public String getUsername() { FILE: broker/src/main/java/io/moquette/interception/messages/InterceptDisconnectMessage.java class InterceptDisconnectMessage (line 19) | public class InterceptDisconnectMessage implements InterceptMessage { method InterceptDisconnectMessage (line 24) | public InterceptDisconnectMessage(String clientID, String username) { method getClientID (line 29) | public String getClientID() { method getUsername (line 33) | public String getUsername() { FILE: broker/src/main/java/io/moquette/interception/messages/InterceptMessage.java type InterceptMessage (line 22) | public interface InterceptMessage { FILE: broker/src/main/java/io/moquette/interception/messages/InterceptPublishMessage.java class InterceptPublishMessage (line 22) | public class InterceptPublishMessage extends InterceptAbstractMessage { method InterceptPublishMessage (line 28) | public InterceptPublishMessage(MqttPublishMessage msg, String clientID... method getTopicName (line 35) | public String getTopicName() { method getPayload (line 39) | public ByteBuf getPayload() { method getClientID (line 43) | public String getClientID() { method getUsername (line 47) | public String getUsername() { FILE: broker/src/main/java/io/moquette/logging/LoggingUtils.java class LoggingUtils (line 23) | public final class LoggingUtils { method getInterceptorIds (line 25) | public static Collection getInter... method LoggingUtils (line 33) | private LoggingUtils() { FILE: broker/src/main/java/io/moquette/persistence/ChannelLoader.java class ChannelLoader (line 18) | public class ChannelLoader implements MapStore reloadUserMessageMaps(String userId) { method updateSystemSetting (line 101) | boolean updateSystemSetting(int id, String value, String desc) { method getSystemSetting (line 134) | SystemSettingPojo getSystemSetting(int id) { method searchUserByNameMobileUserId (line 174) | List searchUserByNameMobileUserId(String keyword, int... method searchUserByDisplayName (line 421) | List searchUserByDisplayName(String keyword, int user... method searchUserFromDB (line 547) | List searchUserFromDB(String keyword, int searchType,... method getUserStatus (line 562) | Integer getUserStatus(String userId) { method reloadGroupMemberFromDB (line 586) | synchronized Collection reloadGroupMemberFrom... method reloadFriendsFromDB (line 648) | void reloadFriendsFromDB(HazelcastInstance hzInstance) { method reloadFriendRequestsFromDB (line 703) | void reloadFriendRequestsFromDB(HazelcastInstance hzInstance) { method persistMessage (line 766) | void persistMessage(final WFCMessage.Message message, boolean update) { method encryptMessageContent (line 839) | byte[] encryptMessageContent(byte[] in, boolean force) { method persistSensitiveMessage (line 848) | void persistSensitiveMessage(final WFCMessage.Message message) { method getMessages (line 899) | Map getMessages(Collection keys) { method toByteArray (line 979) | public byte[] toByteArray(InputStream input) throws IOException { method getMessage (line 989) | MessageBundle getMessage(long messageId) { method deleteMessage (line 1026) | void deleteMessage(long messageId) { method loadRemoteMessages (line 1045) | List loadRemoteMessages(String user, WFCMessage.Co... method loadRemoteMessagesFromTable (line 1072) | boolean loadRemoteMessagesFromTable(String user, WFCMessage.Conversati... method persistUserMessage (line 1185) | void persistUserMessage(final String userId, final String sender, fin... method getPrivateChatUserMessageTarget (line 1216) | String getPrivateChatUserMessageTarget(int conversationType, String ta... method clearUserMessage (line 1224) | void clearUserMessage(final String userId) { method removeFavGroup (line 1258) | void removeFavGroup(final String groupId, final List memberIds) { method persistUserSetting (line 1295) | void persistUserSetting(final String userId, WFCMessage.UserSettingEnt... method clearUserSetting (line 1333) | void clearUserSetting(final String userId) { method getPersistUserSetting (line 1358) | List getPersistUserSetting(final String u... method removeGroupUserSettings (line 1415) | void removeGroupUserSettings(String groupId, List users) { method persistGroupInfo (line 1448) | void persistGroupInfo(final WFCMessage.GroupInfo groupInfo) { method getUserActivedSessions (line 1523) | List getUserActivedSessions(String uid) { method clearUserSessions (line 1567) | void clearUserSessions(String uid) { method getSession (line 1588) | MemorySessionStore.Session getSession(String uid, String clientId, Cli... method clearOtherSessionToken (line 1629) | void clearOtherSessionToken(String cid, String token, int pushType, bo... method updateSessionToken (line 1662) | void updateSessionToken(String uid, String cid, String token, int push... method updateSessionDeleted (line 1701) | void updateSessionDeleted(String uid, String cid, int deleted) { method updateSessionPlatform (line 1728) | void updateSessionPlatform(String uid, String cid, int platform) { method strEqual (line 1755) | private boolean strEqual(String left, String right) { method updateSession (line 1763) | void updateSession(String uid, String cid, MemorySessionStore.Session ... method updateSessionIp (line 1835) | void updateSessionIp(String uid, String cid, String ip) { method clearMultiEndpoint (line 1860) | void clearMultiEndpoint(String uid, String clientId, int platform) { method clearMultiUser (line 1928) | void clearMultiUser(String uid, String clientId) { method createSession (line 1957) | MemorySessionStore.Session createSession(String uid, String clientId, ... method getUserGroupIds (line 1999) | Set getUserGroupIds(String userId) { method getUserGroupIds (line 2027) | Set getUserGroupIds(String userId, List memberTypes) { method getCommonGroupIds (line 2066) | Set getCommonGroupIds(String userId1, String userId2) { method updateGroupMemberDt (line 2095) | void updateGroupMemberDt(final String groupId, final long dt) { method updateGroupMemberCountDt (line 2120) | void updateGroupMemberCountDt(final String groupId) { method persistGroupMember (line 2143) | void persistGroupMember(final String groupId, final List groupMembers) { method getPersistGroupInfo (line 2245) | WFCMessage.GroupInfo getPersistGroupInfo(String groupId) { method updateChatroomInfo (line 2335) | void updateChatroomInfo(String chatroomId, WFCMessage.ChatroomInfo cha... method removeChatroomInfo (line 2387) | void removeChatroomInfo(String chatroomId) { method getPersistChatroomInfo (line 2411) | WFCMessage.ChatroomInfo getPersistChatroomInfo(String chatroomId) { method updateUserPassword (line 2477) | void updateUserPassword(final String userId, final String password) { method deleteUser (line 2511) | void deleteUser(final String userId) { method deleteRobot (line 2534) | void deleteRobot(String robotId) { method getRobot (line 2555) | WFCMessage.Robot getRobot(String robotId) { method updateRobot (line 2612) | void updateRobot(final WFCMessage.Robot robot) { method isUidAndNameConflict (line 2664) | boolean isUidAndNameConflict(String uid, String name) { method updateUser (line 2691) | void updateUser(final WFCMessage.User user) throws Exception { method deleteUserStatus (line 2771) | void deleteUserStatus(String userId) { method updateUserStatus (line 2790) | void updateUserStatus(String userId, int status) { method getGeneratedId (line 2823) | int getGeneratedId() { method getPersistUser (line 2863) | WFCMessage.User getPersistUser(String userId) { method getUserIdByName (line 2955) | String getUserIdByName(String name) { method getUserIdByMobile (line 2978) | String getUserIdByMobile(String mobile) { method getUserInfosByEmail (line 3001) | List getUserInfosByEmail(String email) { method getAllUsers (line 3094) | List getAllUsers(int count, int offset) { method getUserRobotIds (line 3191) | List getUserRobotIds(String userId) { method getAllEnds (line 3219) | Set getAllEnds(boolean fromUserTable) { method getPersistFriends (line 3249) | List getPersistFriends(String userId) { method removeUserFriend (line 3288) | void removeUserFriend(String userId) { method removeUserFriendRequest (line 3311) | void removeUserFriendRequest(String userId) { method getPersistFriendRequests (line 3333) | List getPersistFriendRequests(String userId) { method persistFriendRequestUnreadStatus (line 3407) | void persistFriendRequestUnreadStatus(String userId, long readDt, long... method persistOrUpdateFriendRequest (line 3436) | void persistOrUpdateFriendRequest(final WFCMessage.FriendRequest reque... method persistOrUpdateFriendData (line 3478) | void persistOrUpdateFriendData(final FriendData request) { method removeGroupInfoFromDB (line 3517) | boolean removeGroupInfoFromDB(String groupId) { method removeGroupMemberFromDB (line 3543) | boolean removeGroupMemberFromDB(String groupId) { method updateChannelInfo (line 3564) | void updateChannelInfo(final WFCMessage.ChannelInfo channelInfo) { method removeChannelInfo (line 3641) | void removeChannelInfo(final String channelId) { method getPersistChannelInfo (line 3665) | WFCMessage.ChannelInfo getPersistChannelInfo(String channelId) { method persistChannelListener (line 3762) | void persistChannelListener(final String groupId, final List m... method getChannelListener (line 3806) | List getChannelListener(String channelId) { method searchChannelFromDB (line 3837) | List searchChannelFromDB(String keyword, boole... method updateChannelListener (line 3933) | void updateChannelListener(final String channelId, final String listen... method getUserChannels (line 3975) | List getUserChannels(String userId) { method clearChannelListener (line 4006) | void clearChannelListener(final String channelId) { method getSensitiveWord (line 4026) | public Set getSensitiveWord() { method deleteSensitiveWord (line 4053) | void deleteSensitiveWord(final String word) { method persistSensitiveWord (line 4077) | void persistSensitiveWord(final String word) { method getUserMessageTable (line 4100) | private String getUserMessageTable(String uid) { FILE: broker/src/main/java/io/moquette/persistence/GroupLoader.java class GroupLoader (line 19) | public class GroupLoader implements MapStore loadGroupMemberFromDB(Hazel... method updateSensitiveWord (line 736) | private void updateSensitiveWord() { method getDatabaseStore (line 751) | @Override method storeMessage (line 756) | @Override method storeSensitiveMessage (line 772) | @Override method getNotifyReceivers (line 778) | @Override method increaseUnreceivedMsgCount (line 927) | @Override method getUnreceivedMsgCount (line 932) | @Override method getAllEnds (line 937) | @Override method fetchMessage (line 941) | @Override method loadRemoteMessages (line 1086) | @Override method clearChatroomMembers (line 1120) | public void clearChatroomMembers(String chatroomId) { method getChatroomMembers (line 1129) | @Override method getUserChatroom (line 1136) | @Override method fetchChatroomMessage (line 1158) | @Override method insertUserMessages (line 1227) | @Override method getChatroomMemberClient (line 1272) | @Override method checkUserClientInChatroom (line 1296) | @Override method insertChatroomMessages (line 1344) | @Override method canAddGroupMembers (line 1380) | @Override method createGroup (line 1473) | @Override method callbackGroupEvent (line 1556) | private void callbackGroupEvent(String operatorId, String groupId, int... method callbackGroupMemberEvent (line 1591) | private void callbackGroupMemberEvent(String operatorId, String groupI... method callbackRelationEvent (line 1610) | private void callbackRelationEvent(String userId, String targetId, int... method callbackUserInfoEvent (line 1628) | private void callbackUserInfoEvent(WFCMessage.User user) { method callbackChannelInfoUpdateEvent (line 1641) | private void callbackChannelInfoUpdateEvent(String operatorId, String ... method callbackChatroomInfoUpdateEvent (line 1658) | private void callbackChatroomInfoUpdateEvent(String chatroomId, int ty... method callbackChatroomMemberEvent (line 1674) | private void callbackChatroomMemberEvent(String operatorId, String cha... method addGroupMembers (line 1692) | @Override method kickoffGroupMembers (line 1838) | @Override method removeGroupMember (line 1848) | void removeGroupMember(String groupId, List memberIds) { method removeFavGroup (line 1859) | void removeFavGroup(String groupId, List memberIds) { method quitGroup (line 1875) | @Override method clearUserGroups (line 1947) | @Override method removeGroupUserSettings (line 1959) | private void removeGroupUserSettings(String groupId, List user... method dismissGroup (line 1974) | @Override method modifyGroupInfo (line 2020) | @Override method modifyGroupMemberAlias (line 2132) | @Override method modifyGroupMemberExtra (line 2217) | @Override method getGroupInfos (line 2302) | @Override method getGroupInfo (line 2328) | @Override method getUserGroupIds (line 2337) | @Override method getUserGroupIds (line 2342) | @Override method getCommonGroupIds (line 2347) | @Override method getGroupMembers (line 2352) | @Override method getGroupMember (line 2396) | @Override method transferGroup (line 2419) | @Override method setGroupManager (line 2489) | @Override method isMemberInGroup (line 2531) | @Override method canSendMessageInGroup (line 2549) | @Override method getGroupManagers (line 2595) | @Override method recallMessage (line 2614) | @Override method recallCastMessage (line 2770) | public ErrorCode recallCastMessage(long messageUid, String operatorId) { method clearUserMessages (line 2790) | @Override method getRobot (line 2803) | @Override method addRobot (line 2810) | @Override method destroyRobot (line 2817) | @Override method getUserInfo (line 2824) | @Override method modifyUserInfo (line 2883) | @Override method forceCleanOnlineStatus (line 2974) | public void forceCleanOnlineStatus(String userId, String clientId) { method isOnlineValueEqual (line 2992) | private boolean isOnlineValueEqual(WFCMessage.UserSettingEntry pcentry... method updateUserOnlineSetting (line 3014) | @Override method modifyUserStatus (line 3083) | @Override method getUserStatus (line 3095) | @Override method getUserStatusList (line 3108) | @Override method updateUserInfo (line 3121) | @Override method addUserInfo (line 3180) | @Override method destroyUser (line 3193) | @Override method updateUserInfo (line 3232) | @Override method getUserInfo (line 3242) | @Override method getUserInfoByName (line 3254) | @Override method getUserInfoByMobile (line 3260) | @Override method getUserInfosByEmail (line 3266) | @Override method getUserInfoList (line 3271) | @Override method getUserRobotIds (line 3276) | @Override method isPhoneNumber (line 3296) | public static boolean isPhoneNumber(String phone) { method isPhoneNumberPart (line 3304) | public static boolean isPhoneNumberPart(String str) { method searchUser (line 3313) | @Override method updateSystemSetting (line 3357) | @Override method getSystemSetting (line 3362) | @Override method createChatroom (line 3367) | @Override method destoryChatroom (line 3398) | @Override method getChatroomInfo (line 3411) | @Override method getChatroomMemberInfo (line 3418) | @Override method getChatroomMemberCount (line 3452) | @Override method verifyToken (line 3457) | @Override method isAllowUserMessage (line 3480) | @Override method isBlacked (line 3532) | @Override method loadFriend (line 3556) | synchronized Collection loadFriend(MultiMap loadFriendRequest(Mu... method getFriendList (line 3581) | @Override method clearUserFriend (line 3623) | @Override method getFriendRequestList (line 3648) | @Override method saveAddFriendRequest (line 3672) | @Override method SyncFriendRequestUnread (line 3770) | @Override method handleFriendRequest (line 3784) | @Override method blackUserRequest (line 3940) | @Override method getFriendData (line 3984) | @Override method setFriendAliasRequest (line 4003) | @Override method setFriendExtraRequest (line 4040) | @Override method isAllowName (line 4077) | @Override method handleJoinChatroom (line 4096) | @Override method handleQuitChatroom (line 4137) | @Override method checkChatroomParticipantIdelTime (line 4150) | @Override method ensureSecretLength (line 4162) | private String ensureSecretLength(String secret) { method getApplicationAuthCode (line 4171) | @Override method verifyApplicationAuthCode (line 4240) | @Override method configApplication (line 4281) | @Override method deleteFriend (line 4316) | @Override method getUserSettings (line 4358) | @Override method loadPersistedUserSettings (line 4437) | private List loadPersistedUserSettings(St... method getUserSetting (line 4447) | @Override method getUserSetting (line 4473) | @Override method updateUserSettings (line 4502) | @Override method clearUserSettings (line 4555) | @Override method isLocked (line 4569) | @Override method getUserGlobalSilent (line 4578) | @Override method getUserVoipSilent (line 4593) | @Override method getUserPushHiddenDetail (line 4608) | @Override method getUserConversationSilent (line 4623) | @Override method getSilentWhenPcOnline (line 4640) | @Override method getTodayDate (line 4649) | private Date getTodayDate() { method isUserNoDisturbing (line 4658) | @Override method createChannel (line 4686) | @Override method clearUserChannels (line 4697) | @Override method modifyChannelInfo (line 4703) | @Override method transferChannel (line 4757) | @Override method destroyChannel (line 4784) | @Override method searchChannel (line 4812) | @Override method getListenedChannels (line 4818) | @Override method listenChannel (line 4822) | @Override method getChannelListener (line 4844) | private Collection getChannelListener(String channelId) { method getChannelInfo (line 4862) | @Override method canSendMessageInChannel (line 4869) | @Override method checkUserInChannel (line 4892) | @Override method getChannelSubscriber (line 4909) | @Override method getOnlineUserCount (line 4914) | @Override method getOnlineUsers (line 4919) | @Override method handleSensitiveWord (line 4943) | @Override method addSensitiveWords (line 4949) | @Override method removeSensitiveWords (line 4959) | @Override method getAllSensitiveWords (line 4969) | @Override method isSensitiveOnlyMessage (line 4974) | @Override method getMessage (line 4979) | @Override method isAllowClientCustomGroupNotification (line 4990) | @Override method isAllowRobotCustomGroupNotification (line 4995) | @Override method getVisibleQuitKickoffNotification (line 5000) | @Override method isGroupAllowPartSuccess (line 5005) | @Override method getGroupForbiddenClientOperation (line 5010) | @Override method isForwardMessageWithClientInfo (line 5015) | @Override method isForwardMessageWithSenderInfo (line 5020) | @Override method isForwardMessageWithTargetInfo (line 5025) | @Override method isRobotCallbackWithClientInfo (line 5030) | @Override method isRobotCallbackWithSenderInfo (line 5035) | @Override method isRobotCallbackWithTargetInfo (line 5040) | @Override method isRobotMentionExternalRobot (line 5045) | @Override method getRobotGetUserInfoMask (line 5050) | @Override method isChannelCallbackWithClientInfo (line 5055) | @Override method isChannelCallbackWithSenderInfo (line 5060) | @Override method isChannelCallbackWithTargetInfo (line 5065) | @Override method isChannelNewCallbackFeature (line 5070) | @Override method isRobotAutoAcceptFriendRequest (line 5075) | @Override method getPushExpiredTimes (line 5080) | @Override method getForcePushTypes (line 5085) | @Override method getClientForbiddenSendTypes (line 5090) | @Override method getBlackListExceptionTypes (line 5095) | @Override method getGroupMuteExceptionTypes (line 5100) | @Override method getGlobalMuteExceptionTypes (line 5105) | @Override method getMessageHead (line 5110) | @Override method loadUserMessages (line 5130) | private void loadUserMessages(String user) { method getFriendHead (line 5143) | @Override method getFriendRqHead (line 5163) | @Override method getSettingHead (line 5184) | @Override method getShortUUID (line 5206) | @Override method checkSignature (line 5217) | @Override method existSignatures (line 5240) | @Override method storeRetained (line 5245) | @Override method searchMatching (line 5254) | @Override method cleanRetained (line 5270) | @Override method getName (line 5276) | public static String getName(int[] bytes) { FILE: broker/src/main/java/io/moquette/persistence/MemorySessionStore.java class MemorySessionStore (line 37) | public class MemorySessionStore implements ISessionsStore { class Session (line 48) | public static class Session implements Comparable{ method getDeleted (line 68) | public int getDeleted() { method setDeleted (line 72) | public void setDeleted(int deleted) { method getLastActiveTime (line 78) | public long getLastActiveTime() { method getLastChatroomActiveTime (line 82) | public long getLastChatroomActiveTime() { method refreshLastChatroomActiveTime (line 86) | public void refreshLastChatroomActiveTime() { method refreshLastActiveTime (line 90) | public void refreshLastActiveTime() { method getUnReceivedMsgs (line 94) | public int getUnReceivedMsgs() { method isPcClient (line 98) | public boolean isPcClient() { method isPadClient (line 102) | public boolean isPadClient() { method isTVClient (line 106) | public boolean isTVClient() { method getPushType (line 110) | public int getPushType() { method setPushType (line 114) | public void setPushType(int pushType) { method getDeviceName (line 118) | public String getDeviceName() { method setDeviceName (line 122) | public void setDeviceName(String deviceName) { method getDeviceVersion (line 126) | public String getDeviceVersion() { method setDeviceVersion (line 130) | public void setDeviceVersion(String deviceVersion) { method getPhoneName (line 134) | public String getPhoneName() { method setPhoneName (line 138) | public void setPhoneName(String phoneName) { method getLanguage (line 142) | public String getLanguage() { method setLanguage (line 146) | public void setLanguage(String language) { method getCarrierName (line 150) | public String getCarrierName() { method setCarrierName (line 154) | public void setCarrierName(String carrierName) { method isPullHistoryMsg (line 158) | public boolean isPullHistoryMsg() { method setPullHistoryMsg (line 162) | public void setPullHistoryMsg(boolean pullHistoryMsg) { method getUpdateDt (line 166) | public long getUpdateDt() { method setUpdateDt (line 170) | public void setUpdateDt(long updateDt) { method getIp (line 177) | public String getIp() { method setIp (line 181) | public void setIp(String ip) { method Session (line 202) | public Session(String username, String clientID, ClientSession clien... method getAppName (line 208) | public String getAppName() { method setAppName (line 212) | public void setAppName(String appName) { method getDeviceToken (line 216) | public String getDeviceToken() { method setDeviceToken (line 220) | public void setDeviceToken(String deviceToken) { method getPlatform (line 224) | public int getPlatform() { method setPlatform (line 228) | public void setPlatform(int platform) { method getClientID (line 232) | public String getClientID() { method getUsername (line 236) | public String getUsername() { method setUsername (line 240) | public void setUsername(String username) { method getClientSession (line 244) | public ClientSession getClientSession() { method getSecret (line 248) | public String getSecret() { method setSecret (line 252) | public void setSecret(String secret) { method getDbSecret (line 256) | public String getDbSecret() { method setDbSecret (line 260) | public void setDbSecret(String dbSecret) { method getVoipDeviceToken (line 264) | public String getVoipDeviceToken() { method setVoipDeviceToken (line 268) | public void setVoipDeviceToken(String voipDeviceToken) { method compareTo (line 272) | @Override method getMqttVersion (line 286) | public MqttVersion getMqttVersion() { method setMqttVersion (line 290) | public void setMqttVersion(MqttVersion mqttVersion) { method MemorySessionStore (line 300) | public MemorySessionStore(Server server, DatabaseStore databaseStore) { method getSession (line 338) | @Override method cleanDuplatedToken (line 350) | @Override method initStore (line 365) | @Override method contains (line 369) | @Override method updateSessionToken (line 374) | @Override method clearUserSession (line 379) | @Override method updateOrCreateUserSession (line 393) | @Override method kickoffUserClient (line 496) | @Override method loadActiveSession (line 525) | @Override method updateExistSession (line 566) | @Override method updateSessionIp (line 593) | @Override method sessionForClientAndUser (line 602) | @Override method sessionForClient (line 615) | @Override method loadUserSession (line 627) | @Override method getUserSessionSet (line 642) | private ConcurrentSkipListSet getUserSessionSet(String usernam... method sessionForUser (line 658) | @Override method getAllSessions (line 673) | @Override method isClientOnline (line 682) | @Override method inFlightAck (line 687) | @Override method inFlight (line 692) | @Override method nextPacketID (line 706) | @Override method queue (line 720) | @Override method dropQueue (line 730) | @Override method moveInFlightToSecondPhaseAckWaiting (line 737) | @Override method secondPhaseAcknowledged (line 750) | @Override method getInflightMessagesNo (line 756) | @Override method inboundInflight (line 768) | @Override method markAsInboundInflight (line 773) | @Override method getPendingPublishMessagesNo (line 781) | @Override method getSecondPhaseAckPendingMessages (line 791) | @Override method kickoffPCClient (line 802) | @Override method disableSession (line 835) | @Override method cleanSession (line 848) | @Override method isMultiEndpointSupported (line 882) | @Override FILE: broker/src/main/java/io/moquette/persistence/MemoryStorageService.java class MemoryStorageService (line 28) | public class MemoryStorageService implements IStore { method MemoryStorageService (line 33) | public MemoryStorageService(IConfig props, ThreadPoolExecutorWrapper s... method messagesStore (line 39) | @Override method sessionsStore (line 44) | @Override method initStore (line 49) | @Override method close (line 55) | @Override FILE: broker/src/main/java/io/moquette/persistence/MessageLoader.java class MessageLoader (line 18) | public class MessageLoader implements MapStore { method getDatabaseStore (line 19) | private DatabaseStore getDatabaseStore() { method load (line 30) | @Override method loadAll (line 48) | @Override method loadAllKeys (line 63) | @Override method store (line 68) | @Override method storeAll (line 73) | @Override method delete (line 78) | @Override method deleteAll (line 83) | @Override FILE: broker/src/main/java/io/moquette/persistence/RobotLoader.java class RobotLoader (line 18) | public class RobotLoader implements MapStore { method store (line 19) | @Override method storeAll (line 24) | @Override method delete (line 29) | @Override method deleteAll (line 34) | @Override method getDatabaseStore (line 39) | private DatabaseStore getDatabaseStore() { method load (line 43) | @Override method loadAll (line 48) | @Override method loadAllKeys (line 53) | @Override FILE: broker/src/main/java/io/moquette/persistence/ServerAPIHelper.java class ServerAPIHelper (line 20) | public class ServerAPIHelper { method init (line 30) | public static void init(Server s) { type Callback (line 34) | public interface Callback { method onSuccess (line 35) | void onSuccess(byte[] response); method onError (line 36) | void onError(ErrorCode errorCode); method onTimeout (line 37) | void onTimeout(); method getResponseExecutor (line 38) | Executor getResponseExecutor(); method sendRequest (line 41) | public static void sendRequest(String fromUser, String clientId, Strin... method sendResponse (line 57) | public static void sendResponse(int errorCode, byte[] message, String ... FILE: broker/src/main/java/io/moquette/persistence/UserClientEntry.java class UserClientEntry (line 13) | public class UserClientEntry implements Serializable { method UserClientEntry (line 14) | public UserClientEntry(String userId, String clientId) { FILE: broker/src/main/java/io/moquette/persistence/UserLoader.java class UserLoader (line 19) | public class UserLoader implements MapStore { method store (line 20) | @Override method storeAll (line 25) | @Override method delete (line 30) | @Override method deleteAll (line 35) | @Override method getDatabaseStore (line 40) | private DatabaseStore getDatabaseStore() { method load (line 44) | @Override method loadAll (line 49) | @Override method loadAllKeys (line 54) | @Override FILE: broker/src/main/java/io/moquette/persistence/UserStatusLoader.java class UserStatusLoader (line 17) | public class UserStatusLoader implements MapStore { method store (line 18) | @Override method storeAll (line 23) | @Override method delete (line 28) | @Override method deleteAll (line 33) | @Override method getDatabaseStore (line 38) | private DatabaseStore getDatabaseStore() { method load (line 42) | @Override method loadAll (line 47) | @Override method loadAllKeys (line 52) | @Override FILE: broker/src/main/java/io/moquette/persistence/remote/RequestInfo.java class RequestInfo (line 18) | public class RequestInfo { method RequestInfo (line 28) | public RequestInfo(String fromUser, String clientId, ServerAPIHelper.C... FILE: broker/src/main/java/io/moquette/server/ConnectionDescriptor.java class ConnectionDescriptor (line 36) | public class ConnectionDescriptor { type ConnectionState (line 40) | public enum ConnectionState { method ConnectionDescriptor (line 56) | public ConnectionDescriptor(String clientID, Channel session) { method writeAndFlush (line 61) | public void writeAndFlush(Object payload) { method setupAutoFlusher (line 65) | public void setupAutoFlusher(int flushIntervalMs) { method doesNotUseChannel (line 78) | public boolean doesNotUseChannel(Channel channel) { method close (line 82) | public boolean close() { method getUsername (line 92) | public String getUsername() { method abort (line 96) | public void abort() { method assignState (line 106) | public boolean assignState(ConnectionState expected, ConnectionState n... method toString (line 124) | @Override method equals (line 130) | @Override method getBytesMetrics (line 144) | public BytesMetrics getBytesMetrics() { method getMessageMetrics (line 148) | public MessageMetrics getMessageMetrics() { method hashCode (line 152) | @Override method getChannel (line 159) | public Channel getChannel() { FILE: broker/src/main/java/io/moquette/server/ConnectionDescriptorStore.java class ConnectionDescriptorStore (line 37) | public class ConnectionDescriptorStore implements IConnectionsManager { method ConnectionDescriptorStore (line 44) | public ConnectionDescriptorStore(ISessionsStore sessionsStore) { method sendMessage (line 49) | public boolean sendMessage(MqttMessage message, Integer messageID, Str... method addConnection (line 84) | public ConnectionDescriptor addConnection(ConnectionDescriptor descrip... method removeConnection (line 88) | public boolean removeConnection(ConnectionDescriptor descriptor) { method getConnection (line 92) | public ConnectionDescriptor getConnection(String clientID) { method isConnected (line 96) | @Override method getActiveConnectionsNo (line 101) | @Override method getConnectedClientIds (line 106) | @Override method closeConnection (line 111) | @Override method getSessionStatus (line 127) | @Override method getSessions (line 138) | @Override method buildMqttSession (line 148) | private MqttSession buildMqttSession(ClientSession session) { FILE: broker/src/main/java/io/moquette/server/Constants.java class Constants (line 22) | public final class Constants { method Constants (line 32) | private Constants() { FILE: broker/src/main/java/io/moquette/server/DefaultMoquetteSslContextCreator.java class DefaultMoquetteSslContextCreator (line 37) | public class DefaultMoquetteSslContextCreator implements ISslContextCrea... method DefaultMoquetteSslContextCreator (line 43) | public DefaultMoquetteSslContextCreator(IConfig props) { method initSSLContext (line 47) | @Override method jksDatastore (line 115) | private InputStream jksDatastore(String jksPath) throws FileNotFoundEx... FILE: broker/src/main/java/io/moquette/server/Server.java class Server (line 67) | public class Server { method getServer (line 80) | public static Server getServer() { method Server (line 108) | public Server() { method start (line 112) | public static void start(String[] args) throws IOException { method startServer (line 152) | public void startServer() throws IOException { method defaultConfig (line 157) | public static IConfig defaultConfig() { method defaultConfigFile (line 164) | private static File defaultConfigFile() { method startServer (line 178) | public void startServer(File configFile) throws IOException { method startServer (line 194) | public void startServer(Properties configProps) throws IOException { method startServer (line 208) | public void startServer(IConfig config) throws IOException { method startServer (line 224) | public void startServer(IConfig config, List queue() { method toString (line 106) | @Override method disconnect (line 112) | public void disconnect(String userId, boolean cleanSession, boolean di... method cleanSession (line 123) | public void cleanSession(String userId) { method nextPacketId (line 128) | public int nextPacketId() { method inFlightAcknowledged (line 132) | public IMessagesStore.StoredMessage inFlightAcknowledged(int messageID) { method inFlightAckWaiting (line 141) | public int inFlightAckWaiting(IMessagesStore.StoredMessage msg) { method secondPhaseAcknowledged (line 148) | public IMessagesStore.StoredMessage secondPhaseAcknowledged(int messag... method enqueue (line 158) | public void enqueue(IMessagesStore.StoredMessage message) { method inboundInflight (line 162) | public IMessagesStore.StoredMessage inboundInflight(int messageID) { method markAsInboundInflight (line 166) | public void markAsInboundInflight(int messageID, IMessagesStore.Stored... method moveInFlightToSecondPhaseAckWaiting (line 170) | public void moveInFlightToSecondPhaseAckWaiting(int messageID, IMessag... method getPendingPublishMessagesNo (line 174) | public int getPendingPublishMessagesNo() { method getSecondPhaseAckPendingMessages (line 178) | public int getSecondPhaseAckPendingMessages() { method getInflightMessagesNo (line 182) | public int getInflightMessagesNo() { FILE: broker/src/main/java/io/moquette/spi/IMatchingCondition.java type IMatchingCondition (line 21) | public interface IMatchingCondition { method match (line 23) | boolean match(Topic key); FILE: broker/src/main/java/io/moquette/spi/IMessagesStore.java type IMessagesStore (line 37) | public interface IMessagesStore { class StoredMessage (line 39) | class StoredMessage { method StoredMessage (line 48) | public StoredMessage(byte[] message, MqttQoS qos, String topic) { method getQos (line 54) | public MqttQoS getQos() { method getTopic (line 58) | public String getTopic() { method setGuid (line 62) | public void setGuid(MessageGUID guid) { method getGuid (line 66) | public MessageGUID getGuid() { method getClientID (line 70) | public String getClientID() { method setClientID (line 74) | public void setClientID(String m_clientID) { method getPayload (line 78) | public ByteBuf getPayload() { method setRetained (line 82) | public void setRetained(boolean retained) { method isRetained (line 86) | public boolean isRetained() { method toString (line 90) | @Override method getDatabaseStore (line 97) | DatabaseStore getDatabaseStore(); method storeMessage (line 98) | WFCMessage.Message storeMessage(String fromUser, String fromClientId, ... method storeSensitiveMessage (line 99) | void storeSensitiveMessage(WFCMessage.Message message); method getNotifyReceivers (line 100) | int getNotifyReceivers(String fromUser, WFCMessage.Message.Builder mes... method getAllEnds (line 101) | Set getAllEnds(); method fetchMessage (line 102) | WFCMessage.PullMessageResult fetchMessage(String user, String exceptCl... method loadRemoteMessages (line 103) | WFCMessage.PullMessageResult loadRemoteMessages(String user, WFCMessag... method insertUserMessages (line 104) | long insertUserMessages(String sender, int conversationType, String ta... method canAddGroupMembers (line 105) | ErrorCode canAddGroupMembers(String operator, List getGroupInfos(List ... method getGroupInfo (line 116) | WFCMessage.GroupInfo getGroupInfo(String groupId); method getUserGroupIds (line 117) | Set getUserGroupIds(String userId); method getUserGroupIds (line 118) | Set getUserGroupIds(String userId, List types); method getCommonGroupIds (line 119) | Set getCommonGroupIds(String userId1, String userId2); method getGroupMembers (line 120) | ErrorCode getGroupMembers(String fromUser, String groupId, long maxDt,... method getGroupMember (line 121) | WFCMessage.GroupMember getGroupMember(String groupId, String memberId); method transferGroup (line 122) | ErrorCode transferGroup(String operator, String groupId, String newOwn... method setGroupManager (line 123) | ErrorCode setGroupManager(String operator, String groupId, int type, L... method isMemberInGroup (line 124) | boolean isMemberInGroup(String member, String groupId); method canSendMessageInGroup (line 125) | ErrorCode canSendMessageInGroup(String member, String groupId); method getGroupManagers (line 126) | Set getGroupManagers(String groupId, boolean includeOwner); method recallMessage (line 128) | ErrorCode recallMessage(long messageUid, String operatorId, String cli... method recallCastMessage (line 129) | ErrorCode recallCastMessage(long messageUid, String operatorId); method clearUserMessages (line 131) | void clearUserMessages(String userId); method getRobot (line 133) | WFCMessage.Robot getRobot(String robotId); method addRobot (line 134) | void addRobot(WFCMessage.Robot robot); method destroyRobot (line 135) | void destroyRobot(String robotId); method getUserInfo (line 137) | ErrorCode getUserInfo(String fromUser, List re... method modifyUserInfo (line 139) | ErrorCode modifyUserInfo(String userId, WFCMessage.ModifyMyInfoRequest... method forceCleanOnlineStatus (line 141) | void forceCleanOnlineStatus(String userId, String clientId); method updateUserOnlineSetting (line 143) | void updateUserOnlineSetting(MemorySessionStore.Session session, boole... method modifyUserStatus (line 145) | ErrorCode modifyUserStatus(String userId, int status); method getUserStatus (line 146) | int getUserStatus(String userId); method getUserStatusList (line 147) | List getUserStatusList(); method updateUserInfo (line 149) | ErrorCode updateUserInfo(InputOutputUserInfo userInfo, int flag); method addUserInfo (line 150) | void addUserInfo(WFCMessage.User user) throws Exception; method destroyUser (line 151) | void destroyUser(String userId); method updateUserInfo (line 152) | void updateUserInfo(WFCMessage.User user) throws Exception; method getUserInfo (line 153) | WFCMessage.User getUserInfo(String userId); method getUserInfoByName (line 154) | WFCMessage.User getUserInfoByName(String name); method getUserInfoByMobile (line 155) | WFCMessage.User getUserInfoByMobile(String mobile); method getUserInfosByEmail (line 156) | List getUserInfosByEmail(String email); method searchUser (line 157) | ErrorCode searchUser(String userId, String keyword, int searchType, in... method getUserInfoList (line 159) | List getUserInfoList(int count, int offset); method getUserRobotIds (line 160) | List getUserRobotIds(String userId); method updateSystemSetting (line 162) | boolean updateSystemSetting(int id, String value, String desc); method getSystemSetting (line 163) | SystemSettingPojo getSystemSetting(int id); method createChatroom (line 164) | void createChatroom(String chatroomId, WFCMessage.ChatroomInfo chatroo... method destoryChatroom (line 165) | void destoryChatroom(String chatroomId); method getChatroomInfo (line 166) | WFCMessage.ChatroomInfo getChatroomInfo(String chatroomId); method getChatroomMemberInfo (line 167) | WFCMessage.ChatroomMemberInfo getChatroomMemberInfo(String chatroomId,... method getChatroomMemberCount (line 168) | int getChatroomMemberCount(String chatroomId); method getChatroomMemberClient (line 169) | Collection getChatroomMemberClient(String userId); method checkUserClientInChatroom (line 170) | boolean checkUserClientInChatroom(String user, String clientId, String... method insertChatroomMessages (line 172) | long insertChatroomMessages(String target, int line, long messageId); method getChatroomMembers (line 173) | Collection getChatroomMembers(String chatroomId); method getUserChatroom (line 174) | OutputUserChatroom getUserChatroom(String userId); method fetchChatroomMessage (line 175) | WFCMessage.PullMessageResult fetchChatroomMessage(String fromUser, Str... method verifyToken (line 177) | ErrorCode verifyToken(String userId, String token, List server... method getFriendList (line 179) | List getFriendList(String userId, String clientId, long ve... method clearUserFriend (line 180) | void clearUserFriend(String userId); method getFriendRequestList (line 181) | List getFriendRequestList(String userId, lon... method saveAddFriendRequest (line 183) | ErrorCode saveAddFriendRequest(String userId, WFCMessage.AddFriendRequ... method handleFriendRequest (line 184) | ErrorCode handleFriendRequest(String userId, WFCMessage.HandleFriendRe... method deleteFriend (line 185) | ErrorCode deleteFriend(String userId, String friendUid, long[] head); method blackUserRequest (line 186) | ErrorCode blackUserRequest(String fromUser, String targetUserId, int s... method getFriendData (line 187) | FriendData getFriendData(String fromUser, String targetUserId); method SyncFriendRequestUnread (line 188) | ErrorCode SyncFriendRequestUnread(String userId, long unreadDt, long[]... method isAllowUserMessage (line 189) | ErrorCode isAllowUserMessage(String fromUser, String userId, int line); method isBlacked (line 190) | ErrorCode isBlacked(String fromUser, String userId); method setFriendAliasRequest (line 191) | ErrorCode setFriendAliasRequest(String fromUser, String targetUserId, ... method setFriendExtraRequest (line 192) | ErrorCode setFriendExtraRequest(String fromUser, String targetUserId, ... method isAllowName (line 194) | boolean isAllowName(String name); method handleJoinChatroom (line 196) | ErrorCode handleJoinChatroom(String userId, String clientId, String ch... method handleQuitChatroom (line 197) | ErrorCode handleQuitChatroom(String userId, String clientId, String ch... method checkChatroomParticipantIdelTime (line 199) | boolean checkChatroomParticipantIdelTime(MemorySessionStore.Session se... method getApplicationAuthCode (line 202) | String getApplicationAuthCode(String fromUser, String applicationId, i... method verifyApplicationAuthCode (line 203) | String verifyApplicationAuthCode(String token, String applicationId, i... method configApplication (line 204) | ErrorCode configApplication(String appId, int appType, long timestamp,... method getUserSettings (line 206) | ErrorCode getUserSettings(String userId, long version, WFCMessage.GetU... method getUserSetting (line 207) | WFCMessage.UserSettingEntry getUserSetting(String userId, int scope, S... method getUserSetting (line 208) | List getUserSetting(String userId, int sc... method updateUserSettings (line 209) | long updateUserSettings(String userId, WFCMessage.ModifyUserSettingReq... method clearUserSettings (line 210) | void clearUserSettings(String userId); method isLocked (line 212) | boolean isLocked(String userId, String clientId); method getUserGlobalSilent (line 214) | boolean getUserGlobalSilent(String userId); method getUserVoipSilent (line 215) | boolean getUserVoipSilent(String userId); method getUserPushHiddenDetail (line 217) | boolean getUserPushHiddenDetail(String userId); method getUserConversationSilent (line 218) | boolean getUserConversationSilent(String userId, WFCMessage.Conversati... method getSilentWhenPcOnline (line 219) | boolean getSilentWhenPcOnline(String userId); method isUserNoDisturbing (line 220) | boolean isUserNoDisturbing(String userId); method createChannel (line 221) | ErrorCode createChannel(String operator, WFCMessage.ChannelInfo channe... method clearUserChannels (line 222) | void clearUserChannels(String userId); method modifyChannelInfo (line 223) | ErrorCode modifyChannelInfo(String operator, String channelId, int mod... method transferChannel (line 224) | ErrorCode transferChannel(String operator, String channelId, String ne... method destroyChannel (line 225) | ErrorCode destroyChannel(String operator, String channelId, boolean is... method searchChannel (line 226) | List searchChannel(String keyword, boolean buz... method getListenedChannels (line 227) | List getListenedChannels(String userId); method listenChannel (line 228) | ErrorCode listenChannel(String operator, String channelId, boolean lis... method getChannelInfo (line 229) | WFCMessage.ChannelInfo getChannelInfo(String channelId); method canSendMessageInChannel (line 230) | boolean canSendMessageInChannel(String user, String channelId); method checkUserInChannel (line 231) | boolean checkUserInChannel(String user, String channelId); method getChannelSubscriber (line 232) | Collection getChannelSubscriber(String channelId); method getOnlineUserCount (line 234) | int getOnlineUserCount(); method getOnlineUsers (line 235) | GetOnlineUserResult getOnlineUsers(int offset, int count); method handleSensitiveWord (line 237) | Set handleSensitiveWord(String message); method addSensitiveWords (line 238) | boolean addSensitiveWords(List words); method removeSensitiveWords (line 239) | boolean removeSensitiveWords(List words); method getAllSensitiveWords (line 240) | List getAllSensitiveWords(); method isSensitiveOnlyMessage (line 241) | boolean isSensitiveOnlyMessage(); method getMessage (line 243) | WFCMessage.Message getMessage(long messageId); method increaseUnreceivedMsgCount (line 245) | void increaseUnreceivedMsgCount(String user); method getUnreceivedMsgCount (line 246) | int getUnreceivedMsgCount(String user); method isAllowClientCustomGroupNotification (line 248) | boolean isAllowClientCustomGroupNotification(); method isAllowRobotCustomGroupNotification (line 249) | boolean isAllowRobotCustomGroupNotification(); method getVisibleQuitKickoffNotification (line 250) | int getVisibleQuitKickoffNotification(); method getGroupForbiddenClientOperation (line 252) | int getGroupForbiddenClientOperation(); method isForwardMessageWithClientInfo (line 254) | boolean isForwardMessageWithClientInfo(); method isForwardMessageWithSenderInfo (line 255) | boolean isForwardMessageWithSenderInfo(); method isForwardMessageWithTargetInfo (line 256) | boolean isForwardMessageWithTargetInfo(); method isRobotCallbackWithClientInfo (line 258) | boolean isRobotCallbackWithClientInfo(); method isRobotCallbackWithSenderInfo (line 259) | boolean isRobotCallbackWithSenderInfo(); method isRobotCallbackWithTargetInfo (line 260) | boolean isRobotCallbackWithTargetInfo(); method isRobotMentionExternalRobot (line 261) | boolean isRobotMentionExternalRobot(); method getRobotGetUserInfoMask (line 262) | int getRobotGetUserInfoMask(); method isChannelCallbackWithClientInfo (line 264) | boolean isChannelCallbackWithClientInfo(); method isChannelCallbackWithSenderInfo (line 265) | boolean isChannelCallbackWithSenderInfo(); method isChannelCallbackWithTargetInfo (line 266) | boolean isChannelCallbackWithTargetInfo(); method isChannelNewCallbackFeature (line 267) | boolean isChannelNewCallbackFeature(); method isGroupAllowPartSuccess (line 268) | boolean isGroupAllowPartSuccess(); method isRobotAutoAcceptFriendRequest (line 269) | boolean isRobotAutoAcceptFriendRequest(); method getPushExpiredTimes (line 271) | long getPushExpiredTimes(); method getForcePushTypes (line 272) | Set getForcePushTypes(); method getClientForbiddenSendTypes (line 274) | List getClientForbiddenSendTypes(); method getBlackListExceptionTypes (line 275) | List getBlackListExceptionTypes(); method getGroupMuteExceptionTypes (line 276) | List getGroupMuteExceptionTypes(); method getGlobalMuteExceptionTypes (line 277) | List getGlobalMuteExceptionTypes(); method getMessageHead (line 279) | long getMessageHead(String user); method getFriendHead (line 280) | long getFriendHead(String user); method getFriendRqHead (line 281) | long getFriendRqHead(String user); method getSettingHead (line 282) | long getSettingHead(String user); method getShortUUID (line 285) | String getShortUUID(); method checkSignature (line 287) | boolean checkSignature(String signature); method existSignatures (line 288) | boolean existSignatures(); method initStore (line 292) | void initStore(); method searchMatching (line 301) | Collection searchMatching(IMatchingCondition condition); method cleanRetained (line 303) | void cleanRetained(Topic topic); method storeRetained (line 305) | void storeRetained(Topic topic, StoredMessage storedMessage); FILE: broker/src/main/java/io/moquette/spi/IMessaging.java type IMessaging (line 24) | public interface IMessaging { FILE: broker/src/main/java/io/moquette/spi/ISessionsStore.java type ISessionsStore (line 30) | public interface ISessionsStore { method initStore (line 32) | void initStore(); method contains (line 39) | boolean contains(String clientID); method updateOrCreateUserSession (line 41) | Session updateOrCreateUserSession(String username, String clientID, in... method loadActiveSession (line 43) | ErrorCode loadActiveSession(String username, String clientID); method updateExistSession (line 45) | ClientSession updateExistSession(String username, String clientID, WFC... method updateSessionIp (line 46) | void updateSessionIp(String username, String clientID, String ip); method getSession (line 47) | Session getSession(String clientID); method cleanDuplatedToken (line 49) | void cleanDuplatedToken(String cid, int pushType, String token, boolea... method updateSessionToken (line 51) | void updateSessionToken(Session session, boolean voip); method clearUserSession (line 53) | void clearUserSession(String username); method kickoffUserClient (line 55) | void kickoffUserClient(String userId, String clientId); method sessionForClientAndUser (line 62) | Session sessionForClientAndUser(String username, String clientID); method sessionForClient (line 64) | ClientSession sessionForClient(String clientID); method loadUserSession (line 66) | void loadUserSession(String username, String clientID); method sessionForUser (line 68) | Collection sessionForUser(String username); method getAllSessions (line 75) | Collection getAllSessions(); method isClientOnline (line 77) | boolean isClientOnline(String clientId); method inFlightAck (line 79) | StoredMessage inFlightAck(String clientID, int messageID); method inFlight (line 91) | void inFlight(String clientID, int messageID, StoredMessage msg); method nextPacketID (line 100) | int nextPacketID(String clientID); method queue (line 109) | Queue queue(String clientID); method dropQueue (line 111) | void dropQueue(String clientID); method moveInFlightToSecondPhaseAckWaiting (line 113) | void moveInFlightToSecondPhaseAckWaiting(String clientID, int messageI... method secondPhaseAcknowledged (line 122) | StoredMessage secondPhaseAcknowledged(String clientID, int messageID); method getInflightMessagesNo (line 130) | int getInflightMessagesNo(String clientID); method inboundInflight (line 135) | IMessagesStore.StoredMessage inboundInflight(String clientID, int mess... method markAsInboundInflight (line 137) | void markAsInboundInflight(String clientID, int messageID, StoredMessa... method getPendingPublishMessagesNo (line 145) | int getPendingPublishMessagesNo(String clientID); method getSecondPhaseAckPendingMessages (line 153) | int getSecondPhaseAckPendingMessages(String clientID); method disableSession (line 155) | void disableSession(String userId, String clientId); method cleanSession (line 156) | void cleanSession(String userId, String clientID); method isMultiEndpointSupported (line 158) | boolean isMultiEndpointSupported(); method kickoffPCClient (line 160) | ErrorCode kickoffPCClient(String operator, String pcClientId); FILE: broker/src/main/java/io/moquette/spi/IStore.java type IStore (line 19) | public interface IStore { method initStore (line 21) | void initStore(); method close (line 23) | void close(); method messagesStore (line 30) | IMessagesStore messagesStore(); method sessionsStore (line 37) | ISessionsStore sessionsStore(); FILE: broker/src/main/java/io/moquette/spi/MessageGUID.java class MessageGUID (line 24) | public class MessageGUID implements Serializable { method MessageGUID (line 29) | public MessageGUID(String guid) { method equals (line 33) | @Override method hashCode (line 45) | @Override method toString (line 50) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/BrokerInterceptor.java class BrokerInterceptor (line 40) | final class BrokerInterceptor implements Interceptor { method BrokerInterceptor (line 46) | private BrokerInterceptor(int poolSize, List handler... method BrokerInterceptor (line 63) | BrokerInterceptor(List handlers) { method BrokerInterceptor (line 70) | BrokerInterceptor(IConfig props, List handlers) { method stop (line 77) | void stop() { method notifyClientConnected (line 91) | @Override method notifyClientDisconnected (line 100) | @Override method notifyClientConnectionLost (line 109) | @Override method notifyMessageAcknowledged (line 118) | @Override method addInterceptHandler (line 127) | @Override method removeInterceptHandler (line 137) | @Override method getInterceptedMessageTypes (line 147) | private static Class[] getInterceptedMessageTypes(InterceptHandler ... FILE: broker/src/main/java/io/moquette/spi/impl/DebugUtils.java class DebugUtils (line 21) | final class DebugUtils { method payload2Str (line 23) | static String payload2Str(ByteBuf content) { method DebugUtils (line 27) | private DebugUtils() { FILE: broker/src/main/java/io/moquette/spi/impl/DesUtil.java class DesUtil (line 12) | public class DesUtil { method main (line 16) | public static void main(String[] args) throws Exception { method encrypt (line 32) | public static String encrypt(String data) throws Exception { method decrypt (line 45) | public static String decrypt(String data) throws IOException, method encrypt (line 62) | private static byte[] encrypt(byte[] data, byte[] key) throws Exception { method decrypt (line 90) | private static byte[] decrypt(byte[] data, byte[] key) throws Exception { FILE: broker/src/main/java/io/moquette/spi/impl/InternalRepublisher.java class InternalRepublisher (line 29) | class InternalRepublisher { method InternalRepublisher (line 35) | InternalRepublisher(PersistentQueueMessageSender messageSender) { method publishRetained (line 39) | void publishRetained(ClientSession targetSession, Collection ... method getTargetName (line 531) | String getTargetName(String targetId, int cnvType, String fromUser, Li... method publishNotification (line 559) | public void publishNotification(String topic, String receiver, long he... method publishNotification (line 563) | public void publishNotification(String topic, String receiver, long he... method publishNotification (line 567) | public void publishNotification(String topic, String receiver, long he... method publishNotification (line 570) | public void publishNotification(String topic, String receiver, long he... method updateChatroomMembersQueue (line 610) | public void updateChatroomMembersQueue(String chatroomId, int line, lo... method publishRecall2ReceiversLocal (line 628) | public void publishRecall2ReceiversLocal(long messageUid, String opera... method publishRecall2Receivers (line 664) | public void publishRecall2Receivers(long messageUid, String operatorId... method publish2Receivers (line 668) | public void publish2Receivers(WFCMessage.Message message, Set ... method getOutputMessageWithExtraInfo (line 747) | private OutputMessageData getOutputMessageWithExtraInfo(WFCMessage.Mes... method forwardMessage (line 808) | public void forwardMessage(final WFCMessage.Message message, String fo... method forwardMessageWithCallback (line 820) | public void forwardMessageWithCallback(final WFCMessage.Message messag... method notifyChannelListenStatusChanged (line 844) | public void notifyChannelListenStatusChanged(WFCMessage.ChannelInfo ch... FILE: broker/src/main/java/io/moquette/spi/impl/PersistentQueueMessageSender.java class PersistentQueueMessageSender (line 31) | class PersistentQueueMessageSender { method PersistentQueueMessageSender (line 36) | PersistentQueueMessageSender(ConnectionDescriptorStore connectionDescr... method sendPush (line 40) | void sendPush(String sender, int conversationType, String target, int ... method sendPush (line 51) | void sendPush(String sender, String target, String deviceId, String pu... method sendPublish (line 58) | boolean sendPublish(ClientSession clientsession, MqttPublishMessage pu... method sendPublish (line 63) | boolean sendPublish(String clientId, MqttPublishMessage pubMessage) { FILE: broker/src/main/java/io/moquette/spi/impl/ProtocolProcessor.java class ProtocolProcessor (line 73) | public class ProtocolProcessor { method kickoffSession (line 76) | public void kickoffSession(final MemorySessionStore.Session session) { method kickoffUserOffline (line 105) | private void kickoffUserOffline(String userId) { method ProtocolProcessor (line 140) | ProtocolProcessor() { method init (line 156) | void init(ConnectionDescriptorStore connectionDescriptors, method processConnect (line 185) | public void processConnect(Channel channel, MqttConnectMessage msg) { method forwardOnlineStatusEvent (line 266) | public void forwardOnlineStatusEvent(String userId, String clientId, i... method connAck (line 299) | private MqttConnAckMessage connAck(MqttConnectReturnCode returnCode) { method connAck (line 303) | private MqttConnAckMessage connAck(MqttConnectReturnCode returnCode, b... method connAck (line 307) | private MqttConnAckMessage connAck(MqttConnectReturnCode returnCode, b... method connAckWithSessionPresent (line 312) | private MqttConnAckMessage connAckWithSessionPresent(MqttConnectReturn... method connAck (line 317) | private MqttConnAckMessage connAck(MqttConnectReturnCode returnCode, b... method login (line 323) | private boolean login(Channel channel, MqttConnectMessage msg, final S... method sendAck (line 403) | private boolean sendAck(ConnectionDescriptor descriptor, MqttConnectMe... method initializeKeepAliveTimeout (line 439) | private void initializeKeepAliveTimeout(Channel channel, MqttConnectMe... method createOrLoadClientSession (line 455) | private ClientSession createOrLoadClientSession(String username, Conne... method failedBlocked (line 474) | private void failedBlocked(Channel session) { method failedCredentials (line 479) | private void failedCredentials(Channel session) { method failedNoSession (line 484) | private void failedNoSession(Channel session) { method failedBadSignature (line 489) | private void failedBadSignature(Channel session) { method setIdleTime (line 494) | private void setIdleTime(ChannelPipeline pipeline, int idleTime) { method processPubAck (line 501) | public void processPubAck(Channel channel, MqttPubAckMessage msg) { method asStoredMessage (line 515) | public static IMessagesStore.StoredMessage asStoredMessage(MqttPublish... method processPublish (line 526) | public void processPublish(Channel channel, MqttPublishMessage msg) { method processPubRel (line 557) | public void processPubRel(Channel channel, MqttMessage msg) { method processPubRec (line 561) | public void processPubRec(Channel channel, MqttMessage msg) { method processPubComp (line 565) | public void processPubComp(Channel channel, MqttMessage msg) { method processDisconnect (line 569) | public void processDisconnect(Channel channel, boolean isDup, boolean ... method dropStoredMessages (line 638) | private boolean dropStoredMessages(ConnectionDescriptor descriptor, St... method notifyInterceptorDisconnected (line 651) | private boolean notifyInterceptorDisconnected(ConnectionDescriptor des... method processConnectionLost (line 664) | public void processConnectionLost(String clientID, Channel channel, bo... method processOffline (line 694) | public void processOffline(MemorySessionStore.Session session, boolean... method processUnsubscribe (line 714) | public void processUnsubscribe(Channel channel, MqttUnsubscribeMessage... method processSubscribe (line 718) | public void processSubscribe(Channel channel, MqttSubscribeMessage msg) { method doAckMessageFromValidateFilters (line 726) | private MqttSubAckMessage doAckMessageFromValidateFilters(List T defaultGet(Map map, K key, T defaultValue) { method messageId (line 37) | public static int messageId(MqttMessage msg) { method readBytesAndRewind (line 41) | public static byte[] readBytesAndRewind(ByteBuf payload) { method Utils (line 49) | private Utils() { FILE: broker/src/main/java/io/moquette/spi/impl/security/ACLFileParser.java class ACLFileParser (line 28) | public final class ACLFileParser { method parse (line 41) | public static AuthorizationsCollector parse(File file) throws ParseExc... method parse (line 75) | public static AuthorizationsCollector parse(Reader reader) throws Pars... method ACLFileParser (line 112) | private ACLFileParser() { FILE: broker/src/main/java/io/moquette/spi/impl/security/AES.java class AES (line 15) | public class AES { method AESEncrypt (line 20) | public static byte[] AESEncrypt(String sSrc, String userKey) { method useAes256 (line 24) | public static void useAes256(boolean aes256) { method AESEncrypt (line 31) | public static byte[] AESEncrypt(byte[] tobeencrypdata, byte[] aesKey) { method AESEncrypt (line 94) | public static byte[] AESEncrypt(byte[] tobeencrypdata, String userKey) { method getUnsignedByte (line 102) | public static int getUnsignedByte (byte data){ //将data字节型数据转换为0~2... method convertUserKey (line 106) | private static byte[] convertUserKey(String userKey) { method AESDecrypt (line 114) | public static byte[] AESDecrypt(byte[] sSrc, String userKey, boolean c... method AESDecrypt (line 118) | public static byte[] AESDecrypt(byte[] sSrc, String userKey, boolean c... method AESDecrypt (line 126) | public static byte[] AESDecrypt(byte[] sSrc, byte[] aesKey, boolean ch... FILE: broker/src/main/java/io/moquette/spi/impl/security/AcceptAllAuthenticator.java class AcceptAllAuthenticator (line 21) | public class AcceptAllAuthenticator implements IAuthenticator { method checkValid (line 23) | public boolean checkValid(String clientId, String username, byte[] pas... FILE: broker/src/main/java/io/moquette/spi/impl/security/Authorization.java class Authorization (line 25) | public class Authorization { type Permission (line 33) | enum Permission { method Authorization (line 37) | Authorization(Topic topic) { method Authorization (line 41) | Authorization(Topic topic, Permission permission) { method grant (line 46) | public boolean grant(Permission desiredPermission) { method equals (line 50) | @Override method hashCode (line 67) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/security/AuthorizationsCollector.java class AuthorizationsCollector (line 30) | class AuthorizationsCollector implements IAuthorizator { method emptyImmutableCollector (line 39) | static final AuthorizationsCollector emptyImmutableCollector() { method parse (line 47) | void parse(String line) throws ParseException { method parseAuthLine (line 68) | protected Authorization parseAuthLine(String line) throws ParseExcepti... method createAuthorization (line 89) | private Authorization createAuthorization(String line, String[] tokens... method canWrite (line 106) | @Override method canRead (line 111) | @Override method canDoOperation (line 116) | private boolean canDoOperation(Topic topic, Authorization.Permission p... method matchACL (line 143) | private boolean matchACL(List auths, Topic topic, Autho... method isNotEmpty (line 154) | private boolean isNotEmpty(String client) { method isEmpty (line 158) | public boolean isEmpty() { FILE: broker/src/main/java/io/moquette/spi/impl/security/DBAuthenticator.java class DBAuthenticator (line 34) | public class DBAuthenticator implements IAuthenticator { method DBAuthenticator (line 41) | public DBAuthenticator(IConfig conf) { method DBAuthenticator (line 61) | public DBAuthenticator(String driver, String jdbcUrl, String sqlQuery,... method checkValid (line 80) | @Override method finalize (line 106) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/security/DenyAllAuthorizator.java class DenyAllAuthorizator (line 22) | public class DenyAllAuthorizator implements IAuthorizator { method canWrite (line 24) | @Override method canRead (line 29) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/security/FileAuthenticator.java class FileAuthenticator (line 36) | public class FileAuthenticator extends ResourceAuthenticator { method FileAuthenticator (line 38) | public FileAuthenticator(String parent, String filePath) { FILE: broker/src/main/java/io/moquette/spi/impl/security/ITokenGenerator.java type ITokenGenerator (line 3) | public interface ITokenGenerator { method generateToken (line 4) | public String generateToken(String username); FILE: broker/src/main/java/io/moquette/spi/impl/security/PermitAllAuthorizator.java class PermitAllAuthorizator (line 22) | public class PermitAllAuthorizator implements IAuthorizator { method canWrite (line 24) | @Override method canRead (line 29) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/security/ResourceAuthenticator.java class ResourceAuthenticator (line 46) | public class ResourceAuthenticator implements IAuthenticator { method ResourceAuthenticator (line 52) | public ResourceAuthenticator(IResourceLoader resourceLoader, String re... method parse (line 78) | private void parse(Reader reader) throws ParseException { method checkValid (line 115) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/security/TokenAuthenticator.java class TokenAuthenticator (line 8) | public class TokenAuthenticator implements IAuthenticator, ITokenGenerat... method main (line 9) | public static void main(String[] args) throws IOException { method checkValid (line 20) | @Override method generateToken (line 29) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/subscriptions/Token.java class Token (line 22) | public class Token { method Token (line 29) | protected Token(String s) { method name (line 33) | protected String name() { method match (line 37) | protected boolean match(Token t) { method hashCode (line 49) | @Override method equals (line 56) | @Override method toString (line 71) | @Override FILE: broker/src/main/java/io/moquette/spi/impl/subscriptions/Topic.java class Topic (line 27) | public class Topic implements Serializable { method Topic (line 39) | public Topic(String topic) { method getTopic (line 44) | public String getTopic() { method getTokens (line 49) | public List getTokens() { method parseTopic (line 63) | private List parseTopic(String topic) throws ParseException { method isValid (line 109) | public boolean isValid() { method match (line 124) | public boolean match(Topic subscriptionTopic) { method toString (line 154) | @Override method equals (line 159) | @Override method hashCode (line 172) | @Override method asTopic (line 180) | public static Topic asTopic(String s) { FILE: broker/src/main/java/io/moquette/spi/security/DES.java class DES (line 14) | public class DES { method decryptDES (line 19) | public static String decryptDES(String decryptString) throws Exception { method init (line 29) | public static void init(byte[] secret) { method encryptDES (line 39) | public static String encryptDES(String encryptString) throws Exception { method encrypt (line 48) | public static byte[] encrypt(byte[] datasource) throws InvalidKeyExcep... method decrypt (line 72) | public static byte[] decrypt(byte[] src) throws Exception { method AESEncrypt (line 88) | public static byte[] AESEncrypt(String sSrc, String userKey) { method AESEncrypt (line 92) | public static byte[] AESEncrypt(byte[] tobeencrypdata, byte[] aesKey) { method AESEncrypt (line 146) | public static byte[] AESEncrypt(byte[] tobeencrypdata, String userKey) { method getUnsignedByte (line 154) | public static int getUnsignedByte (byte data){ //将data字节型数据转换为0~2... method convertUserKey (line 158) | private static byte[] convertUserKey(String userKey) { method AESDecrypt (line 166) | public static byte[] AESDecrypt(byte[] sSrc, String userKey, boolean c... FILE: broker/src/main/java/io/moquette/spi/security/IAuthenticator.java type IAuthenticator (line 22) | public interface IAuthenticator { method checkValid (line 24) | boolean checkValid(String clientId, String username, byte[] password); FILE: broker/src/main/java/io/moquette/spi/security/IAuthorizator.java type IAuthorizator (line 27) | public interface IAuthorizator { method canWrite (line 40) | boolean canWrite(Topic topic, String user, String client); method canRead (line 42) | boolean canRead(Topic topic, String user, String client); FILE: broker/src/main/java/io/moquette/spi/security/ISslContextCreator.java type ISslContextCreator (line 24) | public interface ISslContextCreator { method initSSLContext (line 26) | SSLContext initSSLContext(); FILE: broker/src/main/java/io/moquette/spi/security/Tokenor.java class Tokenor (line 7) | public class Tokenor { method setKey (line 11) | public static void setKey(String key) { method setExpiredTime (line 17) | public static void setExpiredTime(long expiredTime) { method getUserId (line 21) | public static String getUserId(byte[] password) { method getToken (line 41) | public static String getToken(String username) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttCodecUtil.java class MqttCodecUtil (line 24) | final class MqttCodecUtil { method getMqttVersion (line 30) | static MqttVersion getMqttVersion(ChannelHandlerContext ctx) { method setMqttVersion (line 39) | static void setMqttVersion(ChannelHandlerContext ctx, MqttVersion vers... method isValidPublishTopicName (line 44) | static boolean isValidPublishTopicName(String topicName) { method isValidMessageId (line 54) | static boolean isValidMessageId(int messageId) { method isValidClientId (line 58) | static boolean isValidClientId(MqttVersion mqttVersion, int maxClientI... method validateFixedHeader (line 71) | static MqttFixedHeader validateFixedHeader(ChannelHandlerContext ctx, ... method resetUnusedFields (line 90) | static MqttFixedHeader resetUnusedFields(MqttFixedHeader mqttFixedHead... method MqttCodecUtil (line 130) | private MqttCodecUtil() { } FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnAckMessage.java class MqttConnAckMessage (line 22) | public final class MqttConnAckMessage extends MqttMessage { method MqttConnAckMessage (line 24) | public MqttConnAckMessage(MqttFixedHeader mqttFixedHeader, MqttConnAck... method MqttConnAckMessage (line 28) | public MqttConnAckMessage(MqttFixedHeader mqttFixedHeader, MqttConnAck... method variableHeader (line 32) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnAckVariableHeader.java class MqttConnAckVariableHeader (line 24) | public final class MqttConnAckVariableHeader { method MqttConnAckVariableHeader (line 32) | public MqttConnAckVariableHeader(MqttConnectReturnCode connectReturnCo... method MqttConnAckVariableHeader (line 36) | public MqttConnAckVariableHeader(MqttConnectReturnCode connectReturnCo... method connectReturnCode (line 43) | public MqttConnectReturnCode connectReturnCode() { method isSessionPresent (line 47) | public boolean isSessionPresent() { method properties (line 51) | public MqttProperties properties() { method toString (line 55) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectAckPayload.java class MqttConnectAckPayload (line 24) | public final class MqttConnectAckPayload { method MqttConnectAckPayload (line 28) | public MqttConnectAckPayload( method getData (line 33) | public byte[] getData() { method toString (line 37) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectMessage.java class MqttConnectMessage (line 22) | public final class MqttConnectMessage extends MqttMessage { method MqttConnectMessage (line 24) | public MqttConnectMessage( method variableHeader (line 31) | @Override method payload (line 36) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectPayload.java class MqttConnectPayload (line 27) | public final class MqttConnectPayload { method MqttConnectPayload (line 41) | @Deprecated method MqttConnectPayload (line 57) | public MqttConnectPayload( method MqttConnectPayload (line 71) | public MqttConnectPayload( method clientIdentifier (line 88) | public String clientIdentifier() { method willProperties (line 92) | public MqttProperties willProperties() { method willTopic (line 96) | public String willTopic() { method willMessage (line 103) | @Deprecated method willMessageInBytes (line 108) | public byte[] willMessageInBytes() { method userName (line 112) | public String userName() { method password (line 119) | @Deprecated method passwordInBytes (line 124) | public byte[] passwordInBytes() { method signatureInBytes (line 128) | public byte[] signatureInBytes() { method toString (line 132) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectReturnCode.java type MqttConnectReturnCode (line 22) | public enum MqttConnectReturnCode { method MqttConnectReturnCode (line 70) | MqttConnectReturnCode(byte byteValue) { method byteValue (line 74) | public byte byteValue() { method valueOf (line 78) | public static MqttConnectReturnCode valueOf(byte b) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectVariableHeader.java class MqttConnectVariableHeader (line 24) | public final class MqttConnectVariableHeader { method MqttConnectVariableHeader (line 37) | public MqttConnectVariableHeader( method MqttConnectVariableHeader (line 59) | public MqttConnectVariableHeader( method name (line 82) | public String name() { method version (line 86) | public int version() { method hasUserName (line 90) | public boolean hasUserName() { method hasPassword (line 94) | public boolean hasPassword() { method isWillRetain (line 98) | public boolean isWillRetain() { method willQos (line 102) | public int willQos() { method isWillFlag (line 106) | public boolean isWillFlag() { method isCleanSession (line 110) | public boolean isCleanSession() { method keepAliveTimeSeconds (line 114) | public int keepAliveTimeSeconds() { method properties (line 118) | public MqttProperties properties() { method toString (line 122) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttConstant.java class MqttConstant (line 18) | public final class MqttConstant { method MqttConstant (line 20) | private MqttConstant() { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttDecoder.java class MqttDecoder (line 38) | public final class MqttDecoder extends ReplayingDecoder decodeVariableHeader(ChannelHandlerContext ctx, Byte... method decodeConnectionVariableHeader (line 278) | private static Result decodeConnectionVaria... method decodeConnAckVariableHeader (line 335) | private static Result decodeConnAckVariable... method decodeMessageIdAndPropertiesVariableHeader (line 357) | private static Result decode... method decodePubReplyMessage (line 380) | private Result decodePubReplyMessag... method decodeReasonCodeAndPropertiesVariableHeader (line 409) | private Result decodeReason... method decodePublishVariableHeader (line 436) | private Result decodePublishVariableHeader( method decodeMessageId (line 470) | private static int decodeMessageId(ByteBuf buffer) { method decodePayload (line 487) | private static Result decodePayload( method decodeConnectionPayload (line 519) | private static Result decodeConnectionPayload( method decodeSubscribePayload (line 580) | private static Result decodeSubscribePayload( method decodeSubackPayload (line 607) | private static Result decodeSubackPayload( method decodeUnsubAckPayload (line 620) | private static Result decodeUnsubAckPayload( method decodeUnsubscribePayload (line 634) | private static Result decodeUnsubscribePayload( method decodePublishPayload (line 649) | private static Result decodePublishPayload(ByteBuf buffer, in... method decodeString (line 654) | private static Result decodeString(ByteBuf buffer) { method decodeString (line 658) | private static Result decodeString(ByteBuf buffer, int minByte... method decodeByteArray (line 676) | private static byte[] decodeByteArray(ByteBuf buffer) { method packInts (line 684) | private static long packInts(int a, int b) { method unpackA (line 688) | private static int unpackA(long ints) { method unpackB (line 692) | private static int unpackB(long ints) { method decodeMsbLsb (line 699) | private static int decodeMsbLsb(ByteBuf buffer) { method decodeVariableByteInteger (line 718) | private static long decodeVariableByteInteger(ByteBuf buffer) { class Result (line 736) | private static final class Result { method Result (line 741) | Result(T value, int numberOfBytesConsumed) { method decodeProperties (line 747) | private static Result decodeProperties(ByteBuf buffer) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttEncoder.java class MqttEncoder (line 38) | @ChannelHandler.Sharable method MqttEncoder (line 43) | private MqttEncoder() { } method encode (line 45) | @Override method doEncode (line 57) | static ByteBuf doEncode(ChannelHandlerContext ctx, method encodeConnectMessage (line 105) | private static ByteBuf encodeConnectMessage( method getConnVariableHeaderFlag (line 207) | private static int getConnVariableHeaderFlag(MqttConnectVariableHeader... method encodeConnAckMessage (line 228) | private static ByteBuf encodeConnAckMessage( method encodeSubscribeMessage (line 260) | private static ByteBuf encodeSubscribeMessage( method encodeUnsubscribeMessage (line 322) | private static ByteBuf encodeUnsubscribeMessage( method encodeSubAckMessage (line 366) | private static ByteBuf encodeSubAckMessage( method encodeUnsubAckMessage (line 393) | private static ByteBuf encodeUnsubAckMessage( method encodePublishMessage (line 428) | private static ByteBuf encodePublishMessage( method encodePubReplyMessage (line 466) | private static ByteBuf encodePubReplyMessage(ChannelHandlerContext ctx, method encodeMessageWithOnlySingleByteFixedHeaderAndMessageId (line 510) | private static ByteBuf encodeMessageWithOnlySingleByteFixedHeaderAndMe... method encodeReasonCodePlusPropertiesMessage (line 534) | private static ByteBuf encodeReasonCodePlusPropertiesMessage( method encodeMessageWithOnlySingleByteFixedHeader (line 577) | private static ByteBuf encodeMessageWithOnlySingleByteFixedHeader( method encodePropertiesIfNeeded (line 588) | private static ByteBuf encodePropertiesIfNeeded(MqttVersion mqttVersion, method encodeProperties (line 597) | private static ByteBuf encodeProperties(ByteBufAllocator byteBufAlloca... method getFixedHeaderByte1 (line 686) | private static int getFixedHeaderByte1(MqttFixedHeader header) { method writeVariableLengthInt (line 699) | private static void writeVariableLengthInt(ByteBuf buf, int num) { method nullableUtf8Bytes (line 710) | private static int nullableUtf8Bytes(String s) { method nullableMaxUtf8Bytes (line 714) | private static int nullableMaxUtf8Bytes(String s) { method writeExactUTF8String (line 718) | private static void writeExactUTF8String(ByteBuf buf, String s, int ut... method writeEagerUTF8String (line 727) | private static void writeEagerUTF8String(ByteBuf buf, String s) { method writeUnsafeUTF8String (line 737) | private static void writeUnsafeUTF8String(ByteBuf buf, String s) { method getVariableLengthInt (line 746) | private static int getVariableLengthInt(int num) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttFixedHeader.java class MqttFixedHeader (line 26) | public final class MqttFixedHeader { method MqttFixedHeader (line 34) | public MqttFixedHeader( method messageType (line 47) | public MqttMessageType messageType() { method isDup (line 51) | public boolean isDup() { method qosLevel (line 55) | public MqttQoS qosLevel() { method isRetain (line 59) | public boolean isRetain() { method remainingLength (line 63) | public int remainingLength() { method toString (line 67) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttIdentifierRejectedException.java class MqttIdentifierRejectedException (line 23) | public final class MqttIdentifierRejectedException extends DecoderExcept... method MqttIdentifierRejectedException (line 30) | public MqttIdentifierRejectedException() { } method MqttIdentifierRejectedException (line 35) | public MqttIdentifierRejectedException(String message, Throwable cause) { method MqttIdentifierRejectedException (line 42) | public MqttIdentifierRejectedException(String message) { method MqttIdentifierRejectedException (line 49) | public MqttIdentifierRejectedException(Throwable cause) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessage.java class MqttMessage (line 25) | public class MqttMessage { method MqttMessage (line 43) | public MqttMessage(MqttFixedHeader mqttFixedHeader) { method MqttMessage (line 47) | public MqttMessage(MqttFixedHeader mqttFixedHeader, Object variableHea... method MqttMessage (line 51) | public MqttMessage(MqttFixedHeader mqttFixedHeader, Object variableHea... method MqttMessage (line 55) | public MqttMessage( method fixedHeader (line 66) | public MqttFixedHeader fixedHeader() { method variableHeader (line 70) | public Object variableHeader() { method payload (line 74) | public Object payload() { method decoderResult (line 78) | public DecoderResult decoderResult() { method toString (line 82) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessageBuilders.java class MqttMessageBuilders (line 28) | public final class MqttMessageBuilders { class PublishBuilder (line 30) | public static final class PublishBuilder { method PublishBuilder (line 38) | PublishBuilder() { method topicName (line 41) | public PublishBuilder topicName(String topic) { method retained (line 46) | public PublishBuilder retained(boolean retained) { method qos (line 51) | public PublishBuilder qos(MqttQoS qos) { method payload (line 56) | public PublishBuilder payload(ByteBuf payload) { method messageId (line 61) | public PublishBuilder messageId(int messageId) { method properties (line 66) | public PublishBuilder properties(MqttProperties properties) { method build (line 71) | public MqttPublishMessage build() { class ConnectBuilder (line 79) | public static final class ConnectBuilder { method ConnectBuilder (line 97) | ConnectBuilder() { method protocolVersion (line 100) | public ConnectBuilder protocolVersion(MqttVersion version) { method clientId (line 105) | public ConnectBuilder clientId(String clientId) { method cleanSession (line 110) | public ConnectBuilder cleanSession(boolean cleanSession) { method keepAlive (line 115) | public ConnectBuilder keepAlive(int keepAliveSecs) { method willFlag (line 120) | public ConnectBuilder willFlag(boolean willFlag) { method willQoS (line 125) | public ConnectBuilder willQoS(MqttQoS willQos) { method willTopic (line 130) | public ConnectBuilder willTopic(String willTopic) { method willMessage (line 138) | @Deprecated method willMessage (line 144) | public ConnectBuilder willMessage(byte[] willMessage) { method willRetain (line 149) | public ConnectBuilder willRetain(boolean willRetain) { method willProperties (line 154) | public ConnectBuilder willProperties(MqttProperties willProperties) { method hasUser (line 159) | public ConnectBuilder hasUser(boolean value) { method hasPassword (line 164) | public ConnectBuilder hasPassword(boolean value) { method username (line 169) | public ConnectBuilder username(String username) { method password (line 178) | @Deprecated method password (line 184) | public ConnectBuilder password(byte[] password) { method properties (line 190) | public ConnectBuilder properties(MqttProperties properties) { method build (line 195) | public MqttConnectMessage build() { class SubscribeBuilder (line 216) | public static final class SubscribeBuilder { method SubscribeBuilder (line 222) | SubscribeBuilder() { method addSubscription (line 225) | public SubscribeBuilder addSubscription(MqttQoS qos, String topic) { method addSubscription (line 231) | public SubscribeBuilder addSubscription(String topic, MqttSubscripti... method messageId (line 237) | public SubscribeBuilder messageId(int messageId) { method properties (line 242) | public SubscribeBuilder properties(MqttProperties properties) { method build (line 247) | public MqttSubscribeMessage build() { method ensureSubscriptionsExist (line 256) | private void ensureSubscriptionsExist() { class UnsubscribeBuilder (line 263) | public static final class UnsubscribeBuilder { method UnsubscribeBuilder (line 269) | UnsubscribeBuilder() { method addTopicFilter (line 272) | public UnsubscribeBuilder addTopicFilter(String topic) { method messageId (line 280) | public UnsubscribeBuilder messageId(int messageId) { method properties (line 285) | public UnsubscribeBuilder properties(MqttProperties properties) { method build (line 290) | public MqttUnsubscribeMessage build() { type PropertiesInitializer (line 300) | public interface PropertiesInitializer { method apply (line 301) | void apply(T builder); class ConnAckBuilder (line 304) | public static final class ConnAckBuilder { method ConnAckBuilder (line 311) | private ConnAckBuilder() { method returnCode (line 314) | public ConnAckBuilder returnCode(MqttConnectReturnCode returnCode) { method sessionPresent (line 319) | public ConnAckBuilder sessionPresent(boolean sessionPresent) { method properties (line 324) | public ConnAckBuilder properties(MqttProperties properties) { method properties (line 329) | public ConnAckBuilder properties(PropertiesInitializer { method MqttProperty (line 121) | protected MqttProperty(int propertyId, T value) { method value (line 131) | public T value() { method propertyId (line 139) | public int propertyId() { method hashCode (line 143) | @Override method equals (line 148) | @Override class IntegerProperty (line 161) | public static final class IntegerProperty extends MqttProperty { method IntegerProperty (line 163) | public IntegerProperty(int propertyId, Integer value) { method toString (line 167) | @Override class StringProperty (line 173) | public static final class StringProperty extends MqttProperty { method StringProperty (line 175) | public StringProperty(int propertyId, String value) { method toString (line 179) | @Override class StringPair (line 185) | public static final class StringPair { method StringPair (line 189) | public StringPair(String key, String value) { method hashCode (line 194) | @Override method equals (line 199) | @Override class UserProperties (line 215) | public static final class UserProperties extends MqttProperty values) { method fromUserPropertyCollection (line 230) | private static UserProperties fromUserPropertyCollection(Collection<... method add (line 238) | public void add(StringPair pair) { method add (line 242) | public void add(String key, String value) { method toString (line 246) | @Override class UserProperty (line 262) | public static final class UserProperty extends MqttProperty { method UserProperty (line 263) | public UserProperty(String key, String value) { method toString (line 267) | @Override class BinaryProperty (line 273) | public static final class BinaryProperty extends MqttProperty { method BinaryProperty (line 275) | public BinaryProperty(int propertyId, byte[] value) { method toString (line 279) | @Override method MqttProperties (line 285) | public MqttProperties() { method MqttProperties (line 289) | private MqttProperties(boolean canModify) { method add (line 298) | public void add(MqttProperty property) { method listAll (line 338) | public Collection listAll() { method isEmpty (line 362) | public boolean isEmpty() { method getProperty (line 374) | public MqttProperty getProperty(int propertyId) { method getProperties (line 402) | public List getProperties(int propertyId) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttPubAckMessage.java class MqttPubAckMessage (line 22) | public final class MqttPubAckMessage extends MqttMessage { method MqttPubAckMessage (line 24) | public MqttPubAckMessage(MqttFixedHeader mqttFixedHeader, MqttMessageI... method variableHeader (line 28) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttPubReplyMessageVariableHeader.java class MqttPubReplyMessageVariableHeader (line 24) | public final class MqttPubReplyMessageVariableHeader extends MqttMessage... method MqttPubReplyMessageVariableHeader (line 31) | public MqttPubReplyMessageVariableHeader(int messageId, byte reasonCod... method reasonCode (line 40) | public byte reasonCode() { method properties (line 44) | public MqttProperties properties() { method toString (line 48) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttPublishMessage.java class MqttPublishMessage (line 26) | public class MqttPublishMessage extends MqttMessage implements ByteBufHo... method MqttPublishMessage (line 28) | public MqttPublishMessage( method variableHeader (line 35) | @Override method payload (line 40) | @Override method content (line 45) | @Override method copy (line 50) | @Override method duplicate (line 55) | @Override method retainedDuplicate (line 60) | @Override method replace (line 65) | @Override method refCnt (line 70) | @Override method retain (line 75) | @Override method retain (line 81) | @Override method touch (line 87) | @Override method touch (line 93) | @Override method release (line 99) | @Override method release (line 104) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttPublishVariableHeader.java class MqttPublishVariableHeader (line 24) | public final class MqttPublishVariableHeader { method MqttPublishVariableHeader (line 30) | public MqttPublishVariableHeader(String topicName, int packetId) { method MqttPublishVariableHeader (line 34) | public MqttPublishVariableHeader(String topicName, int packetId, MqttP... method topicName (line 40) | public String topicName() { method messageId (line 47) | @Deprecated method packetId (line 52) | public int packetId() { method properties (line 56) | public MqttProperties properties() { method setPacketId (line 60) | public void setPacketId(int packetId) { method toString (line 64) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttQoS.java type MqttQoS (line 18) | public enum MqttQoS { method MqttQoS (line 26) | MqttQoS(int value) { method value (line 30) | public int value() { method valueOf (line 34) | public static MqttQoS valueOf(int value) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttReasonCodeAndPropertiesVariableHeader.java class MqttReasonCodeAndPropertiesVariableHeader (line 24) | public final class MqttReasonCodeAndPropertiesVariableHeader { method MqttReasonCodeAndPropertiesVariableHeader (line 31) | public MqttReasonCodeAndPropertiesVariableHeader(byte reasonCode, method reasonCode (line 37) | public byte reasonCode() { method properties (line 41) | public MqttProperties properties() { method toString (line 45) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttSubAckMessage.java class MqttSubAckMessage (line 22) | public final class MqttSubAckMessage extends MqttMessage { method MqttSubAckMessage (line 24) | public MqttSubAckMessage( method MqttSubAckMessage (line 31) | public MqttSubAckMessage( method variableHeader (line 38) | @Override method idAndPropertiesVariableHeader (line 43) | public MqttMessageIdAndPropertiesVariableHeader idAndPropertiesVariabl... method payload (line 47) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttSubAckPayload.java class MqttSubAckPayload (line 29) | public class MqttSubAckPayload { method MqttSubAckPayload (line 33) | public MqttSubAckPayload(int... reasonCodes) { method MqttSubAckPayload (line 43) | public MqttSubAckPayload(Iterable reasonCodes) { method grantedQoSLevels (line 55) | public List grantedQoSLevels() { method reasonCodes (line 67) | public List reasonCodes() { method toString (line 71) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttSubscribeMessage.java class MqttSubscribeMessage (line 23) | public final class MqttSubscribeMessage extends MqttMessage { method MqttSubscribeMessage (line 25) | public MqttSubscribeMessage( method MqttSubscribeMessage (line 32) | public MqttSubscribeMessage( method variableHeader (line 39) | @Override method idAndPropertiesVariableHeader (line 44) | public MqttMessageIdAndPropertiesVariableHeader idAndPropertiesVariabl... method payload (line 48) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttSubscribePayload.java class MqttSubscribePayload (line 27) | public final class MqttSubscribePayload { method MqttSubscribePayload (line 31) | public MqttSubscribePayload(List topicSubscript... method topicSubscriptions (line 35) | public List topicSubscriptions() { method toString (line 39) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttSubscriptionOption.java class MqttSubscriptionOption (line 21) | public final class MqttSubscriptionOption { type RetainedHandlingPolicy (line 23) | public enum RetainedHandlingPolicy { method RetainedHandlingPolicy (line 30) | RetainedHandlingPolicy(int value) { method value (line 34) | public int value() { method valueOf (line 38) | public static RetainedHandlingPolicy valueOf(int value) { method onlyFromQos (line 57) | public static MqttSubscriptionOption onlyFromQos(MqttQoS qos) { method MqttSubscriptionOption (line 61) | public MqttSubscriptionOption(MqttQoS qos, method qos (line 71) | public MqttQoS qos() { method isNoLocal (line 75) | public boolean isNoLocal() { method isRetainAsPublished (line 79) | public boolean isRetainAsPublished() { method retainHandling (line 83) | public RetainedHandlingPolicy retainHandling() { method equals (line 87) | @Override method hashCode (line 110) | @Override method toString (line 119) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttTopicSubscription.java class MqttTopicSubscription (line 25) | public final class MqttTopicSubscription { method MqttTopicSubscription (line 30) | public MqttTopicSubscription(String topicFilter, MqttQoS qualityOfServ... method MqttTopicSubscription (line 35) | public MqttTopicSubscription(String topicFilter, MqttSubscriptionOptio... method topicName (line 40) | public String topicName() { method qualityOfService (line 44) | public MqttQoS qualityOfService() { method option (line 48) | public MqttSubscriptionOption option() { method toString (line 52) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttUnacceptableProtocolVersionException.java class MqttUnacceptableProtocolVersionException (line 24) | public final class MqttUnacceptableProtocolVersionException extends Deco... method MqttUnacceptableProtocolVersionException (line 31) | public MqttUnacceptableProtocolVersionException() { } method MqttUnacceptableProtocolVersionException (line 36) | public MqttUnacceptableProtocolVersionException(String message, Throwa... method MqttUnacceptableProtocolVersionException (line 43) | public MqttUnacceptableProtocolVersionException(String message) { method MqttUnacceptableProtocolVersionException (line 50) | public MqttUnacceptableProtocolVersionException(Throwable cause) { FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttUnsubAckMessage.java class MqttUnsubAckMessage (line 23) | public final class MqttUnsubAckMessage extends MqttMessage { method MqttUnsubAckMessage (line 25) | public MqttUnsubAckMessage(MqttFixedHeader mqttFixedHeader, method MqttUnsubAckMessage (line 31) | public MqttUnsubAckMessage(MqttFixedHeader mqttFixedHeader, method MqttUnsubAckMessage (line 36) | public MqttUnsubAckMessage(MqttFixedHeader mqttFixedHeader, method fallbackVariableHeader (line 41) | private static MqttMessageIdAndPropertiesVariableHeader fallbackVariab... method variableHeader (line 49) | @Override method idAndPropertiesVariableHeader (line 54) | public MqttMessageIdAndPropertiesVariableHeader idAndPropertiesVariabl... method payload (line 58) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttUnsubAckPayload.java class MqttUnsubAckPayload (line 28) | public final class MqttUnsubAckPayload { method withEmptyDefaults (line 34) | public static MqttUnsubAckPayload withEmptyDefaults(MqttUnsubAckPayloa... method MqttUnsubAckPayload (line 42) | public MqttUnsubAckPayload(short... unsubscribeReasonCodes) { method MqttUnsubAckPayload (line 52) | public MqttUnsubAckPayload(Iterable unsubscribeReasonCodes) { method unsubscribeReasonCodes (line 63) | public List unsubscribeReasonCodes() { method toString (line 67) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttUnsubscribeMessage.java class MqttUnsubscribeMessage (line 23) | public final class MqttUnsubscribeMessage extends MqttMessage { method MqttUnsubscribeMessage (line 25) | public MqttUnsubscribeMessage( method MqttUnsubscribeMessage (line 32) | public MqttUnsubscribeMessage( method variableHeader (line 39) | @Override method idAndPropertiesVariableHeader (line 44) | public MqttMessageIdAndPropertiesVariableHeader idAndPropertiesVariabl... method payload (line 48) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttUnsubscribePayload.java class MqttUnsubscribePayload (line 27) | public final class MqttUnsubscribePayload { method MqttUnsubscribePayload (line 31) | public MqttUnsubscribePayload(List topics) { method topics (line 35) | public List topics() { method toString (line 39) | @Override FILE: broker/src/main/java/io/netty/handler/codec/mqtt/MqttVersion.java type MqttVersion (line 25) | public enum MqttVersion { method MqttVersion (line 35) | MqttVersion(String protocolName, byte protocolLevel) { method protocolName (line 40) | public String protocolName() { method protocolNameBytes (line 44) | public byte[] protocolNameBytes() { method protocolLevel (line 48) | public byte protocolLevel() { method fromProtocolNameAndLevel (line 52) | public static MqttVersion fromProtocolNameAndLevel(String protocolName... method fromProtocolLevel (line 78) | public static MqttVersion fromProtocolLevel(int protocolLevel) { FILE: broker/src/main/java/win/liyufan/im/DBUtil.java class DBUtil (line 34) | public class DBUtil { method initialValue (line 39) | @Override method init (line 50) | public static void init(IConfig config) { method cleanHistoryMsg (line 149) | private static void cleanHistoryMsg() { method sleep (line 186) | private static boolean sleep() { method getMaxMidNeedClean (line 202) | private static long getMaxMidNeedClean() { method clearH2DB (line 210) | private static void clearH2DB() { method clearMySQL (line 218) | private static void clearMySQL() { method clearOneTable (line 230) | private static void clearOneTable(String tableName) { method getCreateSql (line 250) | private static List getCreateSql() { method getConnection (line 271) | public static Connection getConnection() throws SQLException { method beginTransaction (line 289) | public static void beginTransaction() { method commit (line 300) | public static void commit() { method roolback (line 314) | public static void roolback() { method closeDB (line 329) | public static void closeDB(Connection conn,PreparedStatement ps,Result... method closeDB (line 360) | public static void closeDB(Connection conn, PreparedStatement ps) { FILE: broker/src/main/java/win/liyufan/im/FrequencyLimistCounter.java class FrequencyLimistCounter (line 13) | public class FrequencyLimistCounter { method FrequencyLimistCounter (line 29) | public FrequencyLimistCounter(int limitTimeSec, int limitCount) { method FrequencyLimistCounter (line 34) | public FrequencyLimistCounter() { method increaseAndCheck (line 42) | public boolean increaseAndCheck(String cacheName) { method tryFullScan (line 72) | private void tryFullScan() { method main (line 84) | public static void main(String[] args) { FILE: broker/src/main/java/win/liyufan/im/GitRepositoryState.java class GitRepositoryState (line 17) | public class GitRepositoryState { method GitRepositoryState (line 45) | private GitRepositoryState(Properties properties) { method getGitRepositoryState (line 72) | public static GitRepositoryState getGitRepositoryState() throws IOExce... FILE: broker/src/main/java/win/liyufan/im/GsonUtil.java class GsonUtil (line 6) | public class GsonUtil { FILE: broker/src/main/java/win/liyufan/im/HttpUtils.java class HttpUtils (line 30) | public class HttpUtils { type HttpCallback (line 34) | public interface HttpCallback { method onSuccess (line 35) | void onSuccess(String content); method onFailure (line 36) | void onFailure(int statusCode, String errorMessage); type HttpPostType (line 39) | public enum HttpPostType { method httpJsonPost (line 57) | public static void httpJsonPost(String url, String jsonStr, HttpPostTy... method httpJsonPost (line 61) | public static void httpJsonPost(String url, String jsonStr, HttpCallba... FILE: broker/src/main/java/win/liyufan/im/IDUtils.java class IDUtils (line 14) | public class IDUtils { method getChar (line 19) | private static char getChar(long number) { method toUid (line 27) | public static String toUid(long id) { method main (line 37) | public static void main(String[] args) { FILE: broker/src/main/java/win/liyufan/im/IMTopic.java type IMTopic (line 11) | public interface IMTopic { FILE: broker/src/main/java/win/liyufan/im/MessageBundle.java class MessageBundle (line 16) | public class MessageBundle implements Serializable { method MessageBundle (line 29) | public MessageBundle() { method MessageBundle (line 32) | public MessageBundle(long messageId, String fromUser, String fromClien... method getLine (line 43) | public int getLine() { method getMessageId (line 47) | public long getMessageId() { method getFromUser (line 51) | public String getFromUser() { method getFromClientId (line 54) | public String getFromClientId() { method getType (line 57) | public int getType() { method getTargetId (line 60) | public String getTargetId() { method getMessage (line 63) | public WFCMessage.Message getMessage() { method setFromClientId (line 67) | public void setFromClientId(String fromClientId) { method setMessage (line 71) | public void setMessage(WFCMessage.Message message) { FILE: broker/src/main/java/win/liyufan/im/MessageShardingUtil.java class MessageShardingUtil (line 15) | public class MessageShardingUtil { method setNodeId (line 29) | public static void setNodeId(int nodeId) { method generateId (line 38) | public static long generateId() throws Exception { method getMessageTable (line 85) | public static String getMessageTable(long mid) { method getCalendarFromMessageId (line 104) | static Calendar getCalendarFromMessageId(long mid) { method getMsgIdFromTimestamp (line 116) | public static long getMsgIdFromTimestamp(long timestamp) { method getPreviousMessageTable (line 125) | public static String getPreviousMessageTable(long mid) { method getMessageTable (line 129) | public static String getMessageTable(long mid, int offset) { method main (line 155) | public static void main(String[] args) throws Exception { FILE: broker/src/main/java/win/liyufan/im/RateLimiter.java class RateLimiter (line 11) | public class RateLimiter { method RateLimiter (line 23) | public RateLimiter() { method RateLimiter (line 27) | public RateLimiter(int limitTimeSecond, int limitCount) { method isGranted (line 38) | public boolean isGranted(String userId) { method cleanUp (line 70) | private void cleanUp(long current) { method main (line 83) | public static void main(String[] args) throws InterruptedException { FILE: broker/src/main/java/win/liyufan/im/SensitiveFilter.java class SensitiveFilter (line 9) | public class SensitiveFilter { type MatchType (line 11) | public enum MatchType { method MatchType (line 15) | MatchType(String desc) { method isContainSensitiveWord (line 24) | public boolean isContainSensitiveWord(String text){ method getUrlLength (line 32) | private int getUrlLength(String text, int i) { method getSensitiveWords (line 54) | public Set getSensitiveWords(String text,MatchType matchType){ method getSensitiveWordLength (line 84) | public int getSensitiveWordLength(String text,int startIndex,MatchType... method SensitiveFilter (line 118) | public SensitiveFilter(Set sensitiveWords){ method main (line 154) | public static void main(String[] args) { FILE: broker/src/main/java/win/liyufan/im/SpinLock.java class SpinLock (line 5) | public class SpinLock { method lock (line 9) | public void lock() { method unLock (line 17) | public void unLock() { FILE: broker/src/main/java/win/liyufan/im/UUIDGenerator.java class UUIDGenerator (line 13) | public class UUIDGenerator { method getUUID (line 15) | public static String getUUID() { FILE: broker/src/main/java/win/liyufan/im/UserSettingScope.java type UserSettingScope (line 3) | public interface UserSettingScope { FILE: broker/src/main/java/win/liyufan/im/Utility.java class Utility (line 22) | public class Utility { method getLocalAddress (line 40) | public static InetAddress getLocalAddress(){ method printExecption (line 54) | public static void printExecption(Logger LOG, Exception e) { method printExecption (line 58) | public static void printExecption(Logger LOG, Exception e, int eventTy... method setMonitorEventAddress (line 86) | public static void setMonitorEventAddress(String gMonitorEventAddress) { method sendExceptionEvent (line 90) | private static void sendExceptionEvent() { method getMacAddress (line 120) | public static String getMacAddress() throws UnknownHostException, method formatJson (line 151) | public static String formatJson(String jsonStr) { method addIndentBlank (line 210) | private static void addIndentBlank(StringBuilder sb, int indent) { FILE: broker/src/main/java/win/liyufan/im/extended/mqttmessage/ModifiedMqttPubAckMessage.java class ModifiedMqttPubAckMessage (line 8) | public class ModifiedMqttPubAckMessage extends MqttMessage { method ModifiedMqttPubAckMessage (line 9) | public ModifiedMqttPubAckMessage(MqttFixedHeader mqttFixedHeader, Mqtt... method variableHeader (line 13) | @Override FILE: common/src/main/java/cn/wildfirechat/common/APIPath.java type APIPath (line 10) | public interface APIPath { FILE: common/src/main/java/cn/wildfirechat/common/ErrorCode.java type ErrorCode (line 30) | public enum ErrorCode { method ErrorCode (line 119) | ErrorCode(int code, String msg) { method fromCode (line 124) | public static ErrorCode fromCode(int code) { method getCode (line 132) | public int getCode() { method getMsg (line 136) | public String getMsg() { FILE: common/src/main/java/cn/wildfirechat/common/IMExceptionEvent.java class IMExceptionEvent (line 9) | public class IMExceptionEvent { type EventType (line 16) | public interface EventType { FILE: common/src/main/java/cn/wildfirechat/pojos/ArticleContent.java class ArticleContent (line 11) | public class ArticleContent { class Article (line 12) | public static class Article { method Article (line 20) | public Article() { method Article (line 23) | public Article(String id, String cover, String title, String digest,... method ArticleContent (line 35) | public ArticleContent() { method ArticleContent (line 38) | public ArticleContent(String id, String cover, String title, String di... method addSubArticle (line 42) | public ArticleContent addSubArticle(String id, String cover, String ti... method toPayload (line 49) | public MessagePayload toPayload() { FILE: common/src/main/java/cn/wildfirechat/pojos/BroadMessageData.java class BroadMessageData (line 15) | public class BroadMessageData { method getSender (line 20) | public String getSender() { method setSender (line 24) | public void setSender(String sender) { method getLine (line 28) | public int getLine() { method setLine (line 32) | public void setLine(int line) { method getPayload (line 36) | public MessagePayload getPayload() { method setPayload (line 40) | public void setPayload(MessagePayload payload) { method isValide (line 44) | public static boolean isValide(BroadMessageData sendMessageData) { method toProtoMessage (line 53) | public WFCMessage.Message toProtoMessage() { FILE: common/src/main/java/cn/wildfirechat/pojos/BroadMessageResult.java class BroadMessageResult (line 11) | public class BroadMessageResult { method BroadMessageResult (line 15) | public BroadMessageResult() { method BroadMessageResult (line 18) | public BroadMessageResult(long messageUid, long count) { method getMessageUid (line 23) | public long getMessageUid() { method setMessageUid (line 27) | public void setMessageUid(long messageUid) { method getCount (line 31) | public long getCount() { method setCount (line 35) | public void setCount(long count) { FILE: common/src/main/java/cn/wildfirechat/pojos/ChannelUpdateEvent.java class ChannelUpdateEvent (line 3) | public class ChannelUpdateEvent { FILE: common/src/main/java/cn/wildfirechat/pojos/ChatroomMemberUpdateEvent.java class ChatroomMemberUpdateEvent (line 5) | public class ChatroomMemberUpdateEvent { FILE: common/src/main/java/cn/wildfirechat/pojos/ChatroomUpdateEvent.java class ChatroomUpdateEvent (line 3) | public class ChatroomUpdateEvent { FILE: common/src/main/java/cn/wildfirechat/pojos/ConferenceCreateEvent.java class ConferenceCreateEvent (line 3) | public class ConferenceCreateEvent { method ConferenceCreateEvent (line 15) | public ConferenceCreateEvent() { FILE: common/src/main/java/cn/wildfirechat/pojos/ConferenceDestroyEvent.java class ConferenceDestroyEvent (line 3) | public class ConferenceDestroyEvent { method ConferenceDestroyEvent (line 8) | public ConferenceDestroyEvent() { FILE: common/src/main/java/cn/wildfirechat/pojos/ConferenceJoinEvent.java class ConferenceJoinEvent (line 3) | public class ConferenceJoinEvent { method ConferenceJoinEvent (line 9) | public ConferenceJoinEvent() { FILE: common/src/main/java/cn/wildfirechat/pojos/ConferenceLeaveEvent.java class ConferenceLeaveEvent (line 3) | public class ConferenceLeaveEvent { method ConferenceLeaveEvent (line 11) | public ConferenceLeaveEvent() { FILE: common/src/main/java/cn/wildfirechat/pojos/ConferencePublishEvent.java class ConferencePublishEvent (line 3) | public class ConferencePublishEvent { method ConferencePublishEvent (line 10) | public ConferencePublishEvent() { FILE: common/src/main/java/cn/wildfirechat/pojos/ConferenceUnpublishEvent.java class ConferenceUnpublishEvent (line 3) | public class ConferenceUnpublishEvent { method ConferenceUnpublishEvent (line 9) | public ConferenceUnpublishEvent() { FILE: common/src/main/java/cn/wildfirechat/pojos/Conversation.java class Conversation (line 18) | public class Conversation { method Conversation (line 23) | public Conversation() { method Conversation (line 26) | public Conversation(int type, String target, int line) { method getType (line 32) | public int getType() { method setType (line 36) | public void setType(int type) { method getTarget (line 40) | public String getTarget() { method setTarget (line 44) | public void setTarget(String target) { method getLine (line 48) | public int getLine() { method setLine (line 52) | public void setLine(int line) { FILE: common/src/main/java/cn/wildfirechat/pojos/DeleteMessageData.java class DeleteMessageData (line 11) | public class DeleteMessageData { method getMessageUid (line 14) | public long getMessageUid() { method setMessageUid (line 18) | public void setMessageUid(long messageUid) { FILE: common/src/main/java/cn/wildfirechat/pojos/FilesPojo.java class FilesPojo (line 14) | public class FilesPojo { class FilePojo (line 17) | public static class FilePojo { FILE: common/src/main/java/cn/wildfirechat/pojos/ForwardDeviceMessageData.java class ForwardDeviceMessageData (line 16) | public class ForwardDeviceMessageData { method ForwardDeviceMessageData (line 21) | public ForwardDeviceMessageData() { method ForwardDeviceMessageData (line 24) | public ForwardDeviceMessageData(String deviceId, int type, byte[] data) { method getDeviceId (line 30) | public String getDeviceId() { method setDeviceId (line 34) | public void setDeviceId(String deviceId) { method getType (line 38) | public int getType() { method setType (line 42) | public void setType(int type) { method getData (line 46) | public byte[] getData() { method setData (line 50) | public void setData(byte[] data) { FILE: common/src/main/java/cn/wildfirechat/pojos/GetConversationFilesPojo.java class GetConversationFilesPojo (line 3) | public class GetConversationFilesPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/GetOnlineUserCountResult.java class GetOnlineUserCountResult (line 5) | public class GetOnlineUserCountResult extends ArrayList getMs() { method setMs (line 94) | public void setMs(List ms) { method setMi (line 98) | public GroupNotificationBinaryContent setMi(Map mi) { method setExtra (line 103) | public GroupNotificationBinaryContent setExtra(String extra) { method getGroupNotifyContent (line 108) | public WFCMessage.MessageContent getGroupNotifyContent(int groupConten... method getAddGroupNotifyContent (line 117) | public WFCMessage.MessageContent getAddGroupNotifyContent() { method getCreateGroupNotifyContent (line 121) | public WFCMessage.MessageContent getCreateGroupNotifyContent() { method getDismissGroupNotifyContent (line 125) | public WFCMessage.MessageContent getDismissGroupNotifyContent() { method getKickokfMemberGroupNotifyContent (line 129) | public WFCMessage.MessageContent getKickokfMemberGroupNotifyContent() { method getKickokfMemberVisibleGroupNotifyContent (line 133) | public WFCMessage.MessageContent getKickokfMemberVisibleGroupNotifyCon... method getQuitGroupNotifyContent (line 137) | public WFCMessage.MessageContent getQuitGroupNotifyContent() { method getQuitVisibleGroupNotifyContent (line 141) | public WFCMessage.MessageContent getQuitVisibleGroupNotifyContent() { method getTransferGroupNotifyContent (line 145) | public WFCMessage.MessageContent getTransferGroupNotifyContent() { method getChangeGroupNameNotifyContent (line 149) | public WFCMessage.MessageContent getChangeGroupNameNotifyContent() { method getChangeGroupPortraitNotifyContent (line 153) | public WFCMessage.MessageContent getChangeGroupPortraitNotifyContent() { method getModifyGroupMemberAliasNotifyContent (line 157) | public WFCMessage.MessageContent getModifyGroupMemberAliasNotifyConten... method getModifyGroupMemberExtraNotifyContent (line 161) | public WFCMessage.MessageContent getModifyGroupMemberExtraNotifyConten... method getChangeGroupMuteNotifyContent (line 165) | public WFCMessage.MessageContent getChangeGroupMuteNotifyContent() { method getChangeGroupJointypeNotifyContent (line 169) | public WFCMessage.MessageContent getChangeGroupJointypeNotifyContent() { method getChangeGroupPrivatechatNotifyContent (line 173) | public WFCMessage.MessageContent getChangeGroupPrivatechatNotifyConten... method getChangeGroupSearchableNotifyContent (line 177) | public WFCMessage.MessageContent getChangeGroupSearchableNotifyContent... method getSetGroupManagerNotifyContent (line 181) | public WFCMessage.MessageContent getSetGroupManagerNotifyContent() { method getMuteGroupMemberNotifyContent (line 185) | public WFCMessage.MessageContent getMuteGroupMemberNotifyContent() { method getAllowGroupMemberNotifyContent (line 189) | public WFCMessage.MessageContent getAllowGroupMemberNotifyContent() { method getChangeGroupExtraNotifyContent (line 193) | public WFCMessage.MessageContent getChangeGroupExtraNotifyContent() { FILE: common/src/main/java/cn/wildfirechat/pojos/GroupUpdateEvent.java class GroupUpdateEvent (line 3) | public class GroupUpdateEvent { FILE: common/src/main/java/cn/wildfirechat/pojos/HealthCheckResult.java class HealthCheckResult (line 6) | public class HealthCheckResult extends ArrayList class Node (line 8) | public static class Node { class Memory (line 15) | public static class Memory { class Disk (line 20) | public static class Disk { class CPU (line 25) | public static class CPU { FILE: common/src/main/java/cn/wildfirechat/pojos/InputAddFriendRequest.java class InputAddFriendRequest (line 12) | public class InputAddFriendRequest { method getUserId (line 19) | public String getUserId() { method setUserId (line 23) | public void setUserId(String userId) { method getFriendUid (line 27) | public String getFriendUid() { method setFriendUid (line 31) | public void setFriendUid(String friendUid) { method getReason (line 35) | public String getReason() { method setReason (line 39) | public void setReason(String reason) { method isForce (line 43) | public boolean isForce() { method setForce (line 47) | public void setForce(boolean force) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputAddGroupMember.java class InputAddGroupMember (line 23) | public class InputAddGroupMember extends InputGroupBase { method getGroup_id (line 28) | public String getGroup_id() { method setGroup_id (line 32) | public void setGroup_id(String group_id) { method getMembers (line 36) | public List getMembers() { method setMembers (line 40) | public void setMembers(List members) { method getMember_extra (line 44) | public String getMember_extra() { method setMemberExtra (line 48) | public void setMemberExtra(String extra) { method isValide (line 52) | public boolean isValide() { method toProtoGroupRequest (line 56) | public WFCMessage.AddGroupMemberRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputApplicationGetUserInfo.java class InputApplicationGetUserInfo (line 11) | public class InputApplicationGetUserInfo { method getAuthCode (line 14) | public String getAuthCode() { method setAuthCode (line 18) | public void setAuthCode(String authCode) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputBlacklistRequest.java class InputBlacklistRequest (line 12) | public class InputBlacklistRequest { method getUserId (line 18) | public String getUserId() { method setUserId (line 22) | public void setUserId(String userId) { method getTargetUid (line 26) | public String getTargetUid() { method setTargetUid (line 30) | public void setTargetUid(String targetUid) { method getStatus (line 34) | public int getStatus() { method setStatus (line 38) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputChannelId.java class InputChannelId (line 3) | public class InputChannelId { method InputChannelId (line 6) | public InputChannelId() { method InputChannelId (line 9) | public InputChannelId(String channelId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputChannelSubscribe.java class InputChannelSubscribe (line 11) | public class InputChannelSubscribe { method getTarget (line 15) | public String getTarget() { method setTarget (line 19) | public void setTarget(String target) { method getSubscribe (line 23) | public int getSubscribe() { method setSubscribe (line 27) | public void setSubscribe(int subscribe) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputChatroomId.java class InputChatroomId (line 3) | public class InputChatroomId { method InputChatroomId (line 6) | public InputChatroomId() { method InputChatroomId (line 9) | public InputChatroomId(String chatroomId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputChatroomMute.java class InputChatroomMute (line 12) | public class InputChatroomMute { method InputChatroomMute (line 16) | public InputChatroomMute() { method InputChatroomMute (line 19) | public InputChatroomMute(String chatroomId, int status) { method getChatroomId (line 24) | public String getChatroomId() { method setChatroomId (line 28) | public void setChatroomId(String chatroomId) { method getStatus (line 32) | public int getStatus() { method setStatus (line 36) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputClearUserMessages.java class InputClearUserMessages (line 11) | public class InputClearUserMessages { method InputClearUserMessages (line 12) | public InputClearUserMessages() { method InputClearUserMessages (line 15) | public InputClearUserMessages(String userId, Conversation conversation... FILE: common/src/main/java/cn/wildfirechat/pojos/InputConferenceRequest.java class InputConferenceRequest (line 11) | public class InputConferenceRequest { method InputConferenceRequest (line 20) | public InputConferenceRequest() { method InputConferenceRequest (line 23) | public InputConferenceRequest(String userId, String clientId, String r... FILE: common/src/main/java/cn/wildfirechat/pojos/InputCountOffset.java class InputCountOffset (line 3) | public class InputCountOffset { FILE: common/src/main/java/cn/wildfirechat/pojos/InputCreateChannel.java class InputCreateChannel (line 18) | public class InputCreateChannel { method toProtoChannelInfo (line 32) | public WFCMessage.ChannelInfo toProtoChannelInfo() { method getOwner (line 64) | public String getOwner() { method setOwner (line 68) | public void setOwner(String owner) { method getName (line 72) | public String getName() { method setName (line 76) | public void setName(String name) { method getTargetId (line 80) | public String getTargetId() { method setTargetId (line 84) | public void setTargetId(String targetId) { method getCallback (line 88) | public String getCallback() { method setCallback (line 92) | public void setCallback(String callback) { method getPortrait (line 96) | public String getPortrait() { method setPortrait (line 100) | public void setPortrait(String portrait) { method getAuto (line 104) | public int getAuto() { method setAuto (line 108) | public void setAuto(int auto) { method getSecret (line 112) | public String getSecret() { method setSecret (line 116) | public void setSecret(String secret) { method getDesc (line 120) | public String getDesc() { method setDesc (line 124) | public void setDesc(String desc) { method getState (line 128) | public int getState() { method setState (line 132) | public void setState(int state) { method getExtra (line 136) | public String getExtra() { method setExtra (line 140) | public void setExtra(String extra) { method getUpdateDt (line 144) | public long getUpdateDt() { method setUpdateDt (line 148) | public void setUpdateDt(long updateDt) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputCreateChatroom.java class InputCreateChatroom (line 16) | public class InputCreateChatroom { method toChatroomInfo (line 24) | public WFCMessage.ChatroomInfo toChatroomInfo() { method InputCreateChatroom (line 51) | public InputCreateChatroom() { method getState (line 54) | public Integer getState() { method setState (line 58) | public void setState(Integer state) { method getChatroomId (line 62) | public String getChatroomId() { method setChatroomId (line 66) | public void setChatroomId(String chatroomId) { method getTitle (line 70) | public String getTitle() { method setTitle (line 74) | public void setTitle(String title) { method getDesc (line 78) | public String getDesc() { method setDesc (line 82) | public void setDesc(String desc) { method getPortrait (line 86) | public String getPortrait() { method setPortrait (line 90) | public void setPortrait(String portrait) { method getExtra (line 94) | public String getExtra() { method setExtra (line 98) | public void setExtra(String extra) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputCreateDevice.java class InputCreateDevice (line 17) | public class InputCreateDevice { method getOwners (line 22) | public List getOwners() { method setOwners (line 26) | public void setOwners(List owners) { method getExtra (line 30) | public String getExtra() { method setExtra (line 34) | public void setExtra(String extra) { method getDeviceId (line 38) | public String getDeviceId() { method setDeviceId (line 42) | public void setDeviceId(String deviceId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputCreateGroup.java class InputCreateGroup (line 23) | public class InputCreateGroup extends InputGroupBase { method isValide (line 27) | public boolean isValide() { method toProtoGroupRequest (line 31) | public WFCMessage.CreateGroupRequest toProtoGroupRequest() { method getGroup (line 113) | public PojoGroup getGroup() { method setGroup (line 117) | public void setGroup(PojoGroup group) { method getMember_extra (line 121) | public String getMember_extra() { method setMember_extra (line 125) | public void setMember_extra(String member_extra) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputCreateRobot.java class InputCreateRobot (line 16) | public class InputCreateRobot { method getSocial (line 37) | public String getSocial() { method setSocial (line 41) | public void setSocial(String social) { method toRobot (line 45) | public WFCMessage.Robot toRobot() { method toUser (line 61) | public WFCMessage.User toUser() { method getUpdateDt (line 90) | public long getUpdateDt() { method setUpdateDt (line 94) | public void setUpdateDt(long updateDt) { method getUserId (line 98) | public String getUserId() { method setUserId (line 102) | public void setUserId(String userId) { method getName (line 106) | public String getName() { method setName (line 110) | public void setName(String name) { method getPassword (line 114) | public String getPassword() { method setPassword (line 118) | public void setPassword(String password) { method getDisplayName (line 122) | public String getDisplayName() { method setDisplayName (line 126) | public void setDisplayName(String displayName) { method getPortrait (line 130) | public String getPortrait() { method setPortrait (line 134) | public void setPortrait(String portrait) { method getMobile (line 138) | public String getMobile() { method setMobile (line 142) | public void setMobile(String mobile) { method getEmail (line 146) | public String getEmail() { method setEmail (line 150) | public void setEmail(String email) { method getAddress (line 154) | public String getAddress() { method setAddress (line 158) | public void setAddress(String address) { method getCompany (line 162) | public String getCompany() { method setCompany (line 166) | public void setCompany(String company) { method getExtra (line 170) | public String getExtra() { method setExtra (line 174) | public void setExtra(String extra) { method getGender (line 178) | public int getGender() { method setGender (line 182) | public void setGender(int gender) { method getOwner (line 186) | public String getOwner() { method setOwner (line 190) | public void setOwner(String owner) { method getSecret (line 194) | public String getSecret() { method setSecret (line 198) | public void setSecret(String secret) { method getCallback (line 202) | public String getCallback() { method setCallback (line 206) | public void setCallback(String callback) { method getRobotExtra (line 210) | public String getRobotExtra() { method setRobotExtra (line 214) | public void setRobotExtra(String robotExtra) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputDestoryChatroom.java class InputDestoryChatroom (line 12) | public class InputDestoryChatroom { method InputDestoryChatroom (line 15) | public InputDestoryChatroom() { method getChatroomId (line 18) | public String getChatroomId() { method setChatroomId (line 22) | public void setChatroomId(String chatroomId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputDestroyUser.java class InputDestroyUser (line 12) | public class InputDestroyUser { method getUserId (line 15) | public String getUserId() { method setUserId (line 19) | public void setUserId(String userId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputDeviceId.java class InputDeviceId (line 11) | public class InputDeviceId { method getDeviceId (line 14) | public String getDeviceId() { method setDeviceId (line 18) | public void setDeviceId(String deviceId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputDismissGroup.java class InputDismissGroup (line 17) | public class InputDismissGroup extends InputGroupBase { method getGroup_id (line 21) | public String getGroup_id() { method setGroup_id (line 25) | public void setGroup_id(String group_id) { method isValide (line 29) | public boolean isValide() { method toProtoGroupRequest (line 35) | public WFCMessage.DismissGroupRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetAlias.java class InputGetAlias (line 12) | public class InputGetAlias { method getTargetId (line 16) | public String getTargetId() { method setTargetId (line 20) | public void setTargetId(String targetId) { method getOperator (line 24) | public String getOperator() { method setOperator (line 28) | public void setOperator(String operator) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetChannelInfo.java class InputGetChannelInfo (line 11) | public class InputGetChannelInfo { method InputGetChannelInfo (line 14) | public InputGetChannelInfo(String channelId) { method getChannelId (line 18) | public String getChannelId() { method setChannelId (line 22) | public void setChannelId(String channelId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetChatroomInfo.java class InputGetChatroomInfo (line 11) | public class InputGetChatroomInfo { method InputGetChatroomInfo (line 14) | public InputGetChatroomInfo(String chatroomId) { method getChatroomId (line 18) | public String getChatroomId() { method setChatroomId (line 22) | public void setChatroomId(String chatroomId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetConvReadTime.java class InputGetConvReadTime (line 11) | public class InputGetConvReadTime { method InputGetConvReadTime (line 17) | public InputGetConvReadTime() { method InputGetConvReadTime (line 20) | public InputGetConvReadTime(String userId, int conversationType, Strin... method getUserId (line 27) | public String getUserId() { method setUserId (line 31) | public void setUserId(String userId) { method getConversationType (line 35) | public int getConversationType() { method setConversationType (line 39) | public void setConversationType(int conversationType) { method getTarget (line 43) | public String getTarget() { method setTarget (line 47) | public void setTarget(String target) { method getLine (line 51) | public int getLine() { method setLine (line 55) | public void setLine(int line) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetFriendList.java class InputGetFriendList (line 15) | public class InputGetFriendList { method getUserId (line 19) | public String getUserId() { method setUserId (line 23) | public void setUserId(String userId) { method getStatus (line 27) | public int getStatus() { method setStatus (line 31) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetGroup.java class InputGetGroup (line 11) | public class InputGetGroup { method getGroupId (line 14) | public String getGroupId() { method setGroupId (line 18) | public void setGroupId(String groupId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetGroupMember.java class InputGetGroupMember (line 11) | public class InputGetGroupMember { method getGroupId (line 15) | public String getGroupId() { method setGroupId (line 19) | public void setGroupId(String groupId) { method getMemberId (line 23) | public String getMemberId() { method setMemberId (line 27) | public void setMemberId(String memberId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetPresignedUploadUrl.java class InputGetPresignedUploadUrl (line 23) | public class InputGetPresignedUploadUrl { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetToken.java class InputGetToken (line 3) | public class InputGetToken { method InputGetToken (line 8) | public InputGetToken() { method InputGetToken (line 11) | public InputGetToken(String userId, String clientId, int platform) { method getPlatform (line 17) | public Integer getPlatform() { method setPlatform (line 21) | public void setPlatform(Integer platform) { method getUserId (line 25) | public String getUserId() { method setUserId (line 29) | public void setUserId(String userId) { method getClientId (line 33) | public String getClientId() { method setClientId (line 37) | public void setClientId(String clientId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetUserGroupByType.java class InputGetUserGroupByType (line 13) | public class InputGetUserGroupByType { method InputGetUserGroupByType (line 17) | public InputGetUserGroupByType() { method InputGetUserGroupByType (line 20) | public InputGetUserGroupByType(String userId, List groupMembe... method getUserId (line 25) | public String getUserId() { method setUserId (line 29) | public void setUserId(String userId) { method getGroupMemberTypes (line 33) | public List getGroupMemberTypes() { method setGroupMemberTypes (line 37) | public void setGroupMemberTypes(List groupMemberTypes) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetUserInfo.java class InputGetUserInfo (line 11) | public class InputGetUserInfo { method InputGetUserInfo (line 17) | public InputGetUserInfo() { method InputGetUserInfo (line 20) | public InputGetUserInfo(String userId, String name, String mobile) { method InputGetUserInfo (line 26) | public InputGetUserInfo(String userId, String name, String mobile, boo... method getMobile (line 33) | public String getMobile() { method setMobile (line 37) | public void setMobile(String mobile) { method getUserId (line 41) | public String getUserId() { method setUserId (line 45) | public void setUserId(String userId) { method getName (line 49) | public String getName() { method setName (line 53) | public void setName(String name) { method isIncludeDeleted (line 57) | public boolean isIncludeDeleted() { method setIncludeDeleted (line 61) | public void setIncludeDeleted(boolean includeDeleted) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetUserList.java class InputGetUserList (line 3) | public class InputGetUserList { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGetUserSK.java class InputGetUserSK (line 11) | public class InputGetUserSK { method InputGetUserSK (line 15) | public InputGetUserSK(String uid, String cid) { method getUid (line 20) | public String getUid() { method setUid (line 24) | public void setUid(String uid) { method getCid (line 28) | public String getCid() { method setCid (line 32) | public void setCid(String cid) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputGroupBase.java class InputGroupBase (line 14) | public class InputGroupBase { method getOperator (line 20) | public String getOperator() { method setOperator (line 24) | public void setOperator(String operator) { method getTo_lines (line 28) | public List getTo_lines() { method setTo_lines (line 32) | public void setTo_lines(List to_lines) { method getNotify_message (line 36) | public MessagePayload getNotify_message() { method setNotify_message (line 40) | public void setNotify_message(MessagePayload notify_message) { method isMeshMessage (line 44) | public boolean isMeshMessage() { method setMeshMessage (line 48) | public void setMeshMessage(boolean meshMessage) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputHandleFriendRequest.java class InputHandleFriendRequest (line 12) | public class InputHandleFriendRequest { method getUserId (line 19) | public String getUserId() { method setUserId (line 23) | public void setUserId(String userId) { method getFriendUid (line 27) | public String getFriendUid() { method setFriendUid (line 31) | public void setFriendUid(String friendUid) { method getStatus (line 35) | public int getStatus() { method setStatus (line 39) | public void setStatus(int status) { method isForce (line 43) | public boolean isForce() { method setForce (line 47) | public void setForce(boolean force) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputIntValue.java class InputIntValue (line 3) | public class InputIntValue { method getValue (line 6) | public int getValue() { method setValue (line 10) | public void setValue(int value) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputKickoffGroupMember.java class InputKickoffGroupMember (line 17) | public class InputKickoffGroupMember extends InputGroupBase { method getGroup_id (line 21) | public String getGroup_id() { method setGroup_id (line 25) | public void setGroup_id(String group_id) { method getMembers (line 29) | public List getMembers() { method setMembers (line 33) | public void setMembers(List members) { method isValide (line 37) | public boolean isValide() { method toProtoGroupRequest (line 43) | public WFCMessage.RemoveGroupMemberRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputMessageUid.java class InputMessageUid (line 3) | public class InputMessageUid { method InputMessageUid (line 6) | public InputMessageUid() { method InputMessageUid (line 9) | public InputMessageUid(long messageUid) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputModifyChannelInfo.java class InputModifyChannelInfo (line 17) | public class InputModifyChannelInfo { method getType (line 21) | public int getType() { method setType (line 25) | public void setType(int type) { method getValue (line 29) | public String getValue() { method setValue (line 33) | public void setValue(String value) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputModifyGroupInfo.java class InputModifyGroupInfo (line 18) | public class InputModifyGroupInfo extends InputGroupBase { method isValide (line 24) | public boolean isValide() { method getGroup_id (line 29) | public String getGroup_id() { method setGroup_id (line 33) | public void setGroup_id(String group_id) { method getType (line 37) | public int getType() { method setType (line 41) | public void setType(int type) { method getValue (line 45) | public String getValue() { method setValue (line 49) | public void setValue(String value) { method toProtoGroupRequest (line 53) | public WFCMessage.ModifyGroupInfoRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputMuteGroupMember.java class InputMuteGroupMember (line 17) | public class InputMuteGroupMember extends InputGroupBase { method getGroup_id (line 22) | public String getGroup_id() { method setGroup_id (line 26) | public void setGroup_id(String group_id) { method getMembers (line 30) | public List getMembers() { method setMembers (line 34) | public void setMembers(List members) { method isIs_manager (line 38) | public boolean isIs_manager() { method setIs_manager (line 42) | public void setIs_manager(boolean is_manager) { method isValide (line 46) | public boolean isValide() { method toProtoGroupRequest (line 53) | public WFCMessage.SetGroupManagerRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputOutputDomainInfo.java class InputOutputDomainInfo (line 12) | public class InputOutputDomainInfo { method getDomainId (line 22) | public String getDomainId() { method setDomainId (line 26) | public void setDomainId(String domainId) { method getName (line 30) | public String getName() { method setName (line 34) | public void setName(String name) { method getDesc (line 38) | public String getDesc() { method setDesc (line 42) | public void setDesc(String desc) { method getEmail (line 46) | public String getEmail() { method setEmail (line 50) | public void setEmail(String email) { method getTel (line 54) | public String getTel() { method setTel (line 58) | public void setTel(String tel) { method getAddress (line 62) | public String getAddress() { method setAddress (line 66) | public void setAddress(String address) { method getExtra (line 70) | public String getExtra() { method setExtra (line 74) | public void setExtra(String extra) { method getDt (line 78) | public long getDt() { method setDt (line 82) | public void setDt(long dt) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputOutputDomainInfoList.java class InputOutputDomainInfoList (line 14) | public class InputOutputDomainInfoList { method getInfos (line 17) | public List getInfos() { method setInfos (line 21) | public void setInfos(List infos) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputOutputSensitiveWords.java class InputOutputSensitiveWords (line 14) | public class InputOutputSensitiveWords { method getWords (line 17) | public List getWords() { method setWords (line 21) | public void setWords(List words) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputOutputUserBlockStatus.java class InputOutputUserBlockStatus (line 12) | public class InputOutputUserBlockStatus { method InputOutputUserBlockStatus (line 16) | public InputOutputUserBlockStatus() { method InputOutputUserBlockStatus (line 19) | public InputOutputUserBlockStatus(String userId, int status) { method getUserId (line 24) | public String getUserId() { method setUserId (line 28) | public void setUserId(String userId) { method getStatus (line 32) | public int getStatus() { method setStatus (line 36) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputOutputUserInfo.java class InputOutputUserInfo (line 29) | public class InputOutputUserInfo { method fromPbUser (line 46) | public static InputOutputUserInfo fromPbUser(WFCMessage.User pbUser) { method getSocial (line 65) | public String getSocial() { method setSocial (line 69) | public void setSocial(String social) { method toUser (line 73) | public WFCMessage.User toUser() { method getUpdateDt (line 103) | public long getUpdateDt() { method setUpdateDt (line 107) | public void setUpdateDt(long updateDt) { method getUserId (line 111) | public String getUserId() { method setUserId (line 115) | public void setUserId(String userId) { method getName (line 119) | public String getName() { method setName (line 123) | public void setName(String name) { method getPassword (line 127) | public String getPassword() { method setPassword (line 131) | public void setPassword(String password) { method getDisplayName (line 135) | public String getDisplayName() { method setDisplayName (line 139) | public void setDisplayName(String displayName) { method getPortrait (line 143) | public String getPortrait() { method setPortrait (line 147) | public void setPortrait(String portrait) { method getMobile (line 151) | public String getMobile() { method setMobile (line 155) | public void setMobile(String mobile) { method getEmail (line 159) | public String getEmail() { method setEmail (line 163) | public void setEmail(String email) { method getAddress (line 167) | public String getAddress() { method setAddress (line 171) | public void setAddress(String address) { method getCompany (line 175) | public String getCompany() { method setCompany (line 179) | public void setCompany(String company) { method getExtra (line 183) | public String getExtra() { method setExtra (line 187) | public void setExtra(String extra) { method getGender (line 191) | public int getGender() { method setGender (line 195) | public void setGender(int gender) { method getType (line 199) | public int getType() { method setType (line 203) | public void setType(int type) { method getDeleted (line 207) | public int getDeleted() { method setDeleted (line 211) | public void setDeleted(int deleted) { method toString (line 215) | @Override FILE: common/src/main/java/cn/wildfirechat/pojos/InputQuitGroup.java class InputQuitGroup (line 17) | public class InputQuitGroup extends InputGroupBase { method getGroup_id (line 20) | public String getGroup_id() { method setGroup_id (line 24) | public void setGroup_id(String group_id) { method isValide (line 28) | public boolean isValide() { method toProtoGroupRequest (line 34) | public WFCMessage.QuitGroupRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputRobotId.java class InputRobotId (line 11) | public class InputRobotId { method getRobotId (line 14) | public String getRobotId() { method setRobotId (line 18) | public void setRobotId(String robotId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputSetChatroomBlacklist.java class InputSetChatroomBlacklist (line 11) | public class InputSetChatroomBlacklist { method InputSetChatroomBlacklist (line 17) | public InputSetChatroomBlacklist() { method InputSetChatroomBlacklist (line 20) | public InputSetChatroomBlacklist(String chatroomId, String userId, int... method getChatroomId (line 27) | public String getChatroomId() { method setChatroomId (line 31) | public void setChatroomId(String chatroomId) { method getUserId (line 35) | public String getUserId() { method setUserId (line 39) | public void setUserId(String userId) { method getStatus (line 43) | public int getStatus() { method setStatus (line 47) | public void setStatus(int status) { method getExpiredTime (line 51) | public long getExpiredTime() { method setExpiredTime (line 55) | public void setExpiredTime(long expiredTime) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputSetChatroomManager.java class InputSetChatroomManager (line 11) | public class InputSetChatroomManager { method InputSetChatroomManager (line 16) | public InputSetChatroomManager() { method InputSetChatroomManager (line 19) | public InputSetChatroomManager(String chatroomId, String userId, int s... method getChatroomId (line 25) | public String getChatroomId() { method setChatroomId (line 29) | public void setChatroomId(String chatroomId) { method getUserId (line 33) | public String getUserId() { method setUserId (line 37) | public void setUserId(String userId) { method getStatus (line 41) | public int getStatus() { method setStatus (line 45) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputSetGroupManager.java class InputSetGroupManager (line 17) | public class InputSetGroupManager extends InputGroupBase { method getGroup_id (line 22) | public String getGroup_id() { method setGroup_id (line 26) | public void setGroup_id(String group_id) { method getMembers (line 30) | public List getMembers() { method setMembers (line 34) | public void setMembers(List members) { method isIs_manager (line 38) | public boolean isIs_manager() { method setIs_manager (line 42) | public void setIs_manager(boolean is_manager) { method isValide (line 46) | public boolean isValide() { method toProtoGroupRequest (line 53) | public WFCMessage.SetGroupManagerRequest toProtoGroupRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/InputSetGroupMemberAlias.java class InputSetGroupMemberAlias (line 17) | public class InputSetGroupMemberAlias extends InputGroupBase { method getGroup_id (line 22) | public String getGroup_id() { method setGroup_id (line 26) | public void setGroup_id(String group_id) { method isValide (line 30) | public boolean isValide() { method toProtoGroupRequest (line 34) | public WFCMessage.ModifyGroupMemberAlias toProtoGroupRequest() { method getMemberId (line 52) | public String getMemberId() { method setMemberId (line 56) | public void setMemberId(String memberId) { method getAlias (line 60) | public String getAlias() { method setAlias (line 64) | public void setAlias(String alias) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputSetGroupMemberExtra.java class InputSetGroupMemberExtra (line 15) | public class InputSetGroupMemberExtra extends InputGroupBase { method getGroup_id (line 20) | public String getGroup_id() { method setGroup_id (line 24) | public void setGroup_id(String group_id) { method isValide (line 28) | public boolean isValide() { method toProtoGroupRequest (line 32) | public WFCMessage.ModifyGroupMemberExtra toProtoGroupRequest() { method getMemberId (line 50) | public String getMemberId() { method setMemberId (line 54) | public void setMemberId(String memberId) { method getExtra (line 58) | public String getExtra() { method setExtra (line 62) | public void setExtra(String extra) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputStringList.java class InputStringList (line 5) | public class InputStringList { method InputStringList (line 8) | public InputStringList() { method InputStringList (line 11) | public InputStringList(List list) { method getList (line 15) | public List getList() { method setList (line 19) | public void setList(List list) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputStringValue.java class InputStringValue (line 3) | public class InputStringValue { method getValue (line 6) | public String getValue() { method setValue (line 10) | public void setValue(String value) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputSubscribeChannel.java class InputSubscribeChannel (line 11) | public class InputSubscribeChannel { method InputSubscribeChannel (line 16) | public InputSubscribeChannel() { method InputSubscribeChannel (line 19) | public InputSubscribeChannel(String channelId, String userId, int subs... method getChannelId (line 25) | public String getChannelId() { method setChannelId (line 29) | public void setChannelId(String channelId) { method getUserId (line 33) | public String getUserId() { method setUserId (line 37) | public void setUserId(String userId) { method getSubscribe (line 41) | public int getSubscribe() { method setSubscribe (line 45) | public void setSubscribe(int subscribe) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputTransferGroup.java class InputTransferGroup (line 15) | public class InputTransferGroup extends InputGroupBase { method isValide (line 20) | public boolean isValide() { method toProtoGroupRequest (line 26) | public WFCMessage.TransferGroupRequest toProtoGroupRequest() { method getGroup_id (line 44) | public String getGroup_id() { method setGroup_id (line 48) | public void setGroup_id(String group_id) { method getNew_owner (line 52) | public String getNew_owner() { method setNew_owner (line 56) | public void setNew_owner(String new_owner) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUpdateAlias.java class InputUpdateAlias (line 12) | public class InputUpdateAlias { method getTargetId (line 17) | public String getTargetId() { method setTargetId (line 21) | public void setTargetId(String targetId) { method getOperator (line 25) | public String getOperator() { method setOperator (line 29) | public void setOperator(String operator) { method getAlias (line 33) | public String getAlias() { method setAlias (line 37) | public void setAlias(String alias) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUpdateFriendExtra.java class InputUpdateFriendExtra (line 12) | public class InputUpdateFriendExtra { method getTargetId (line 17) | public String getTargetId() { method setTargetId (line 21) | public void setTargetId(String targetId) { method getOperator (line 25) | public String getOperator() { method setOperator (line 29) | public void setOperator(String operator) { method getExtra (line 33) | public String getExtra() { method setExtra (line 37) | public void setExtra(String extra) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUpdateFriendStatusRequest.java class InputUpdateFriendStatusRequest (line 12) | public class InputUpdateFriendStatusRequest { method getUserId (line 19) | public String getUserId() { method setUserId (line 23) | public void setUserId(String userId) { method getFriendUid (line 27) | public String getFriendUid() { method setFriendUid (line 31) | public void setFriendUid(String friendUid) { method getStatus (line 35) | public int getStatus() { method setStatus (line 39) | public void setStatus(int status) { method getExtra (line 43) | public String getExtra() { method setExtra (line 47) | public void setExtra(String extra) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUpdateUserInfo.java class InputUpdateUserInfo (line 14) | public class InputUpdateUserInfo { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUserConversation.java class InputUserConversation (line 3) | public class InputUserConversation { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUserId.java class InputUserId (line 11) | public class InputUserId { method InputUserId (line 14) | public InputUserId() { method InputUserId (line 17) | public InputUserId(String userId) { method getUserId (line 21) | public String getUserId() { method setUserId (line 25) | public void setUserId(String userId) { FILE: common/src/main/java/cn/wildfirechat/pojos/InputUserLogin.java class InputUserLogin (line 12) | public class InputUserLogin { method getClientId (line 17) | public String getClientId() { method setClientId (line 21) | public void setClientId(String clientId) { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { method getPassword (line 33) | public String getPassword() { method setPassword (line 37) | public void setPassword(String password) { FILE: common/src/main/java/cn/wildfirechat/pojos/IntStringPairPojo.java class IntStringPairPojo (line 11) | public class IntStringPairPojo { method IntStringPairPojo (line 15) | public IntStringPairPojo() { method IntStringPairPojo (line 18) | public IntStringPairPojo(int intValue, String strValue) { method getIntValue (line 23) | public int getIntValue() { method setIntValue (line 27) | public void setIntValue(int intValue) { method getStrValue (line 31) | public String getStrValue() { method setStrValue (line 35) | public void setStrValue(String strValue) { FILE: common/src/main/java/cn/wildfirechat/pojos/LongPojo.java class LongPojo (line 3) | public class LongPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/MessagePayload.java class MessagePayload (line 35) | public class MessagePayload { method getType (line 51) | public int getType() { method setType (line 55) | public void setType(int type) { method getSearchableContent (line 59) | public String getSearchableContent() { method setSearchableContent (line 63) | public void setSearchableContent(String searchableContent) { method getPushContent (line 67) | public String getPushContent() { method setPushContent (line 71) | public void setPushContent(String pushContent) { method getContent (line 75) | public String getContent() { method setContent (line 79) | public void setContent(String content) { method getBase64edData (line 83) | public String getBase64edData() { method setBase64edData (line 87) | public void setBase64edData(String base64edData) { method getMediaType (line 91) | public int getMediaType() { method setMediaType (line 95) | public void setMediaType(int mediaType) { method getRemoteMediaUrl (line 99) | public String getRemoteMediaUrl() { method setRemoteMediaUrl (line 103) | public void setRemoteMediaUrl(String remoteMediaUrl) { method getPersistFlag (line 107) | public int getPersistFlag() { method setPersistFlag (line 111) | public void setPersistFlag(int persistFlag) { method getExpireDuration (line 115) | public int getExpireDuration() { method setExpireDuration (line 119) | public void setExpireDuration(int expireDuration) { method getMentionedType (line 123) | public int getMentionedType() { method setMentionedType (line 127) | public void setMentionedType(int mentionedType) { method getMentionedTarget (line 131) | public List getMentionedTarget() { method setMentionedTarget (line 135) | public void setMentionedTarget(List mentionedTarget) { method getExtra (line 139) | public String getExtra() { method setExtra (line 143) | public void setExtra(String extra) { method getPushData (line 147) | public String getPushData() { method setPushData (line 151) | public void setPushData(String pushData) { method toProtoMessageContent (line 155) | public WFCMessage.MessageContent toProtoMessageContent() { method fromProtoMessageContent (line 183) | public static MessagePayload fromProtoMessageContent(WFCMessage.Messag... FILE: common/src/main/java/cn/wildfirechat/pojos/MultiMessageResult.java class MultiMessageResult (line 11) | public class MultiMessageResult { method MultiMessageResult (line 15) | public MultiMessageResult() { method MultiMessageResult (line 18) | public MultiMessageResult(long messageUid, long timestamp) { method getMessageUid (line 23) | public long getMessageUid() { method setMessageUid (line 27) | public void setMessageUid(long messageUid) { method getTimestamp (line 31) | public long getTimestamp() { method setTimestamp (line 35) | public void setTimestamp(long timestamp) { FILE: common/src/main/java/cn/wildfirechat/pojos/MulticastMessageData.java class MulticastMessageData (line 17) | public class MulticastMessageData { method getSender (line 23) | public String getSender() { method setSender (line 27) | public void setSender(String sender) { method getLine (line 31) | public int getLine() { method setLine (line 35) | public void setLine(int line) { method getPayload (line 39) | public MessagePayload getPayload() { method setPayload (line 43) | public void setPayload(MessagePayload payload) { method isValide (line 47) | public static boolean isValide(MulticastMessageData sendMessageData) { method toProtoMessage (line 56) | public WFCMessage.MultiCastMessage toProtoMessage() { method getTargets (line 64) | public List getTargets() { method setTargets (line 68) | public void setTargets(List targets) { FILE: common/src/main/java/cn/wildfirechat/pojos/MyInfoType.java type MyInfoType (line 11) | public interface MyInfoType { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputApplicationConfigData.java class OutputApplicationConfigData (line 11) | public class OutputApplicationConfigData { method getAppId (line 18) | public String getAppId() { method setAppId (line 22) | public void setAppId(String appId) { method getAppType (line 26) | public int getAppType() { method setAppType (line 30) | public void setAppType(int appType) { method getTimestamp (line 34) | public long getTimestamp() { method setTimestamp (line 38) | public void setTimestamp(long timestamp) { method getNonceStr (line 42) | public String getNonceStr() { method setNonceStr (line 46) | public void setNonceStr(String nonceStr) { method getSignature (line 50) | public String getSignature() { method setSignature (line 54) | public void setSignature(String signature) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputApplicationUserInfo.java class OutputApplicationUserInfo (line 11) | public class OutputApplicationUserInfo { method getUserId (line 16) | public String getUserId() { method setUserId (line 20) | public void setUserId(String userId) { method getDisplayName (line 24) | public String getDisplayName() { method setDisplayName (line 28) | public void setDisplayName(String displayName) { method getPortraitUrl (line 32) | public String getPortraitUrl() { method setPortraitUrl (line 36) | public void setPortraitUrl(String portraitUrl) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputBooleanValue.java class OutputBooleanValue (line 3) | public class OutputBooleanValue { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputChatroomBlackInfos.java class OutputChatroomBlackInfos (line 6) | public class OutputChatroomBlackInfos { class OutputChatroomBlackInfo (line 7) | public static class OutputChatroomBlackInfo { method OutputChatroomBlackInfo (line 12) | public OutputChatroomBlackInfo() { method OutputChatroomBlackInfo (line 15) | public OutputChatroomBlackInfo(String userId, int state, long expire... method addBlackInfo (line 22) | public void addBlackInfo(String userId, int state, long expiredTime) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCheckUserOnline.java class OutputCheckUserOnline (line 15) | public class OutputCheckUserOnline { class Session (line 16) | public static class Session { method Session (line 25) | public Session() { method Session (line 28) | public Session(String clientId, String userId, int platform, int sta... method addSession (line 39) | public void addSession(String userId, String clientId, int platform, i... method getSessions (line 46) | public List getSessions() { method setSessions (line 50) | public void setSessions(List sessions) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputClient.java class OutputClient (line 13) | public class OutputClient { method OutputClient (line 17) | public OutputClient() { method OutputClient (line 20) | public OutputClient(int platform, String clientId) { method getPlatform (line 25) | public int getPlatform() { method setPlatform (line 29) | public void setPlatform(int platform) { method getClientId (line 33) | public String getClientId() { method setClientId (line 37) | public void setClientId(String clientId) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCreateChannel.java class OutputCreateChannel (line 14) | public class OutputCreateChannel { method OutputCreateChannel (line 18) | public OutputCreateChannel(String targetId, String secret) { method getTargetId (line 23) | public String getTargetId() { method setTargetId (line 27) | public void setTargetId(String targetId) { method getSecret (line 31) | public String getSecret() { method setSecret (line 35) | public void setSecret(String secret) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCreateChatroom.java class OutputCreateChatroom (line 12) | public class OutputCreateChatroom { method OutputCreateChatroom (line 15) | public OutputCreateChatroom() { method OutputCreateChatroom (line 18) | public OutputCreateChatroom(String chatroomId) { method getChatroomId (line 22) | public String getChatroomId() { method setChatroomId (line 26) | public void setChatroomId(String chatroomId) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCreateDevice.java class OutputCreateDevice (line 11) | public class OutputCreateDevice { method OutputCreateDevice (line 16) | public OutputCreateDevice() { method OutputCreateDevice (line 19) | public OutputCreateDevice(String userId, String token, String secret) { method getDeviceId (line 25) | public String getDeviceId() { method setDeviceId (line 29) | public void setDeviceId(String deviceId) { method getToken (line 33) | public String getToken() { method setToken (line 37) | public void setToken(String token) { method getSecret (line 41) | public String getSecret() { method setSecret (line 45) | public void setSecret(String secret) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCreateGroupResult.java class OutputCreateGroupResult (line 17) | public class OutputCreateGroupResult { method OutputCreateGroupResult (line 20) | public OutputCreateGroupResult(String group_id) { method getGroup_id (line 24) | public String getGroup_id() { method setGroup_id (line 28) | public void setGroup_id(String group_id) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCreateRobot.java class OutputCreateRobot (line 11) | public class OutputCreateRobot { method OutputCreateRobot (line 15) | public OutputCreateRobot() { method OutputCreateRobot (line 18) | public OutputCreateRobot(String userId, String secret) { method getUserId (line 23) | public String getUserId() { method setUserId (line 27) | public void setUserId(String userId) { method getSecret (line 31) | public String getSecret() { method setSecret (line 35) | public void setSecret(String secret) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputCreateUser.java class OutputCreateUser (line 11) | public class OutputCreateUser { method OutputCreateUser (line 15) | public OutputCreateUser() { method OutputCreateUser (line 18) | public OutputCreateUser(String userId, String name) { method getUserId (line 23) | public String getUserId() { method setUserId (line 27) | public void setUserId(String userId) { method getName (line 31) | public String getName() { method setName (line 35) | public void setName(String name) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputDevice.java class OutputDevice (line 15) | public class OutputDevice { method OutputDevice (line 23) | public OutputDevice() { method OutputDevice (line 26) | public OutputDevice(String deviceId, String token, String secret) { method getDeviceId (line 32) | public String getDeviceId() { method setDeviceId (line 36) | public void setDeviceId(String deviceId) { method getToken (line 40) | public String getToken() { method setToken (line 44) | public void setToken(String token) { method getSecret (line 48) | public String getSecret() { method setSecret (line 52) | public void setSecret(String secret) { method getState (line 56) | public int getState() { method setState (line 60) | public void setState(int state) { method getOwners (line 64) | public List getOwners() { method setOwners (line 68) | public void setOwners(List owners) { method getExtra (line 72) | public String getExtra() { method setExtra (line 76) | public void setExtra(String extra) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputDeviceHost.java class OutputDeviceHost (line 13) | public class OutputDeviceHost { method getHost (line 16) | public String getHost() { method setHost (line 20) | public void setHost(String host) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputDeviceList.java class OutputDeviceList (line 13) | public class OutputDeviceList { method getDevices (line 16) | public List getDevices() { method setDevices (line 20) | public void setDevices(List devices) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGetAlias.java class OutputGetAlias (line 12) | public class OutputGetAlias { method OutputGetAlias (line 17) | public OutputGetAlias() { method OutputGetAlias (line 20) | public OutputGetAlias(String operator, String targetId) { method getTargetId (line 25) | public String getTargetId() { method setTargetId (line 29) | public void setTargetId(String targetId) { method getOperator (line 33) | public String getOperator() { method setOperator (line 37) | public void setOperator(String operator) { method getAlias (line 41) | public String getAlias() { method setAlias (line 45) | public void setAlias(String alias) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java class OutputGetChannelInfo (line 18) | public class OutputGetChannelInfo { class OutputMenuList (line 19) | public static class OutputMenuList extends ArrayList { method getChannelId (line 36) | public String getChannelId() { method setChannelId (line 40) | public void setChannelId(String channelId) { method getName (line 44) | public String getName() { method setName (line 48) | public void setName(String name) { method getDesc (line 52) | public String getDesc() { method setDesc (line 56) | public void setDesc(String desc) { method getPortrait (line 60) | public String getPortrait() { method setPortrait (line 64) | public void setPortrait(String portrait) { method getExtra (line 68) | public String getExtra() { method setExtra (line 72) | public void setExtra(String extra) { method getOwner (line 76) | public String getOwner() { method setOwner (line 80) | public void setOwner(String owner) { method getState (line 84) | public int getState() { method setState (line 88) | public void setState(int state) { method getUpdateDt (line 92) | public long getUpdateDt() { method setUpdateDt (line 96) | public void setUpdateDt(long updateDt) { method getCallback (line 100) | public String getCallback() { method setCallback (line 104) | public void setCallback(String callback) { method getAutomatic (line 108) | public int getAutomatic() { method setAutomatic (line 112) | public void setAutomatic(int automatic) { method getStatus (line 116) | public int getStatus() { method setStatus (line 120) | public void setStatus(int status) { method getSecret (line 124) | public String getSecret() { method setSecret (line 128) | public void setSecret(String secret) { method fromPbInfo (line 132) | public static OutputGetChannelInfo fromPbInfo(WFCMessage.ChannelInfo c... FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGetChatroomInfo.java class OutputGetChatroomInfo (line 15) | public class OutputGetChatroomInfo { method OutputGetChatroomInfo (line 26) | public OutputGetChatroomInfo(String chatroomId, int memberCount, WFCMe... method OutputGetChatroomInfo (line 38) | public OutputGetChatroomInfo() { method getMemberCount (line 41) | public int getMemberCount() { method setMemberCount (line 45) | public void setMemberCount(int memberCount) { method getCreateDt (line 49) | public long getCreateDt() { method setCreateDt (line 53) | public void setCreateDt(long createDt) { method getUpdateDt (line 57) | public long getUpdateDt() { method setUpdateDt (line 61) | public void setUpdateDt(long updateDt) { method getChatroomId (line 65) | public String getChatroomId() { method setChatroomId (line 69) | public void setChatroomId(String chatroomId) { method getTitle (line 73) | public String getTitle() { method setTitle (line 77) | public void setTitle(String title) { method getDesc (line 81) | public String getDesc() { method setDesc (line 85) | public void setDesc(String desc) { method getPortrait (line 89) | public String getPortrait() { method setPortrait (line 93) | public void setPortrait(String portrait) { method getExtra (line 97) | public String getExtra() { method setExtra (line 101) | public void setExtra(String extra) { method getState (line 105) | public int getState() { method setState (line 109) | public void setState(int state) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGetFriendList.java class OutputGetFriendList (line 15) | public class OutputGetFriendList { method getFriends (line 18) | public List getFriends() { method setFriends (line 22) | public void setFriends(List friends) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGetIMTokenData.java class OutputGetIMTokenData (line 3) | public class OutputGetIMTokenData { method OutputGetIMTokenData (line 8) | public OutputGetIMTokenData() { method OutputGetIMTokenData (line 11) | public OutputGetIMTokenData(String userId, String imToken, String labe... method getUserId (line 17) | public String getUserId() { method setUserId (line 21) | public void setUserId(String userId) { method getToken (line 25) | public String getToken() { method setToken (line 29) | public void setToken(String token) { method getServerLabel (line 33) | public String getServerLabel() { method setServerLabel (line 37) | public void setServerLabel(String serverLabel) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGetUserList.java class OutputGetUserList (line 5) | public class OutputGetUserList { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGroupIds.java class OutputGroupIds (line 13) | public class OutputGroupIds { method getGroupIds (line 16) | public List getGroupIds() { method setGroupIds (line 20) | public void setGroupIds(List groupIds) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputGroupMemberList.java class OutputGroupMemberList (line 13) | public class OutputGroupMemberList { method getMembers (line 16) | public List getMembers() { method setMembers (line 20) | public void setMembers(List members) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputLoginData.java class OutputLoginData (line 13) | public class OutputLoginData { method OutputLoginData (line 17) | public OutputLoginData() { method OutputLoginData (line 20) | public OutputLoginData(String userId, String token) { method getUserId (line 26) | public String getUserId() { method setUserId (line 30) | public void setUserId(String userId) { method getToken (line 34) | public String getToken() { method setToken (line 38) | public void setToken(String token) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputMessageData.java class OutputMessageData (line 16) | public class OutputMessageData { method getSender (line 32) | public String getSender() { method setSender (line 36) | public void setSender(String sender) { method getConv (line 40) | public Conversation getConv() { method setConv (line 44) | public void setConv(Conversation conv) { method getPayload (line 48) | public MessagePayload getPayload() { method setPayload (line 52) | public void setPayload(MessagePayload payload) { method getToUsers (line 56) | public List getToUsers() { method setToUsers (line 60) | public void setToUsers(List toUsers) { method getMessageId (line 64) | public long getMessageId() { method setMessageId (line 68) | public void setMessageId(long messageId) { method getTimestamp (line 72) | public long getTimestamp() { method setTimestamp (line 76) | public void setTimestamp(long timestamp) { method getClient (line 80) | public OutputClient getClient() { method setClient (line 84) | public void setClient(OutputClient client) { method getSenderUserInfo (line 88) | public InputOutputUserInfo getSenderUserInfo() { method setSenderUserInfo (line 92) | public void setSenderUserInfo(InputOutputUserInfo senderUserInfo) { method getTargetUserInfo (line 96) | public InputOutputUserInfo getTargetUserInfo() { method setTargetUserInfo (line 100) | public void setTargetUserInfo(InputOutputUserInfo targetUserInfo) { method getTargetGroupInfo (line 104) | public PojoGroupInfo getTargetGroupInfo() { method setTargetGroupInfo (line 108) | public void setTargetGroupInfo(PojoGroupInfo targetGroupInfo) { method getTargetChannelInfo (line 112) | public OutputGetChannelInfo getTargetChannelInfo() { method setTargetChannelInfo (line 116) | public void setTargetChannelInfo(OutputGetChannelInfo targetChannelInf... method fromProtoMessage (line 120) | public static OutputMessageData fromProtoMessage(WFCMessage.Message pr... method getToRobotId (line 124) | public String getToRobotId() { method setToRobotId (line 128) | public void setToRobotId(String toRobotId) { method fromProtoMessage (line 132) | public static OutputMessageData fromProtoMessage(WFCMessage.Message pr... FILE: common/src/main/java/cn/wildfirechat/pojos/OutputNotifyChannelSubscribeStatus.java class OutputNotifyChannelSubscribeStatus (line 11) | public class OutputNotifyChannelSubscribeStatus { method OutputNotifyChannelSubscribeStatus (line 16) | public OutputNotifyChannelSubscribeStatus() { method OutputNotifyChannelSubscribeStatus (line 19) | public OutputNotifyChannelSubscribeStatus(String userId, String channe... method getUserId (line 25) | public String getUserId() { method setUserId (line 29) | public void setUserId(String userId) { method getChannelId (line 33) | public String getChannelId() { method setChannelId (line 37) | public void setChannelId(String channelId) { method getStatus (line 41) | public int getStatus() { method setStatus (line 45) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputPresignedUploadUrl.java class OutputPresignedUploadUrl (line 24) | public class OutputPresignedUploadUrl { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputReadData.java class OutputReadData (line 12) | public class OutputReadData { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputRecallMessageData.java class OutputRecallMessageData (line 11) | public class OutputRecallMessageData { method OutputRecallMessageData (line 17) | public OutputRecallMessageData() { method OutputRecallMessageData (line 20) | public OutputRecallMessageData(OutputMessageData message, String userI... method getMessage (line 27) | public OutputMessageData getMessage() { method setMessage (line 31) | public void setMessage(OutputMessageData message) { method getUserId (line 35) | public String getUserId() { method setUserId (line 39) | public void setUserId(String userId) { method getTimestamp (line 43) | public long getTimestamp() { method setTimestamp (line 47) | public void setTimestamp(long timestamp) { method isAdmin (line 51) | public boolean isAdmin() { method setAdmin (line 55) | public void setAdmin(boolean admin) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputRobot.java class OutputRobot (line 6) | public class OutputRobot { method getSocial (line 26) | public String getSocial() { method setSocial (line 30) | public void setSocial(String social) { method getUpdateDt (line 34) | public long getUpdateDt() { method setUpdateDt (line 38) | public void setUpdateDt(long updateDt) { method getUserId (line 42) | public String getUserId() { method setUserId (line 46) | public void setUserId(String userId) { method getName (line 50) | public String getName() { method setName (line 54) | public void setName(String name) { method getPassword (line 58) | public String getPassword() { method setPassword (line 62) | public void setPassword(String password) { method getDisplayName (line 66) | public String getDisplayName() { method setDisplayName (line 70) | public void setDisplayName(String displayName) { method getPortrait (line 74) | public String getPortrait() { method setPortrait (line 78) | public void setPortrait(String portrait) { method getMobile (line 82) | public String getMobile() { method setMobile (line 86) | public void setMobile(String mobile) { method getEmail (line 90) | public String getEmail() { method setEmail (line 94) | public void setEmail(String email) { method getAddress (line 98) | public String getAddress() { method setAddress (line 102) | public void setAddress(String address) { method getCompany (line 106) | public String getCompany() { method setCompany (line 110) | public void setCompany(String company) { method getExtra (line 114) | public String getExtra() { method setExtra (line 118) | public void setExtra(String extra) { method getGender (line 122) | public int getGender() { method setGender (line 126) | public void setGender(int gender) { method getOwner (line 130) | public String getOwner() { method setOwner (line 134) | public void setOwner(String owner) { method getSecret (line 138) | public String getSecret() { method setSecret (line 142) | public void setSecret(String secret) { method getCallback (line 146) | public String getCallback() { method setCallback (line 150) | public void setCallback(String callback) { method getRobotExtra (line 154) | public String getRobotExtra() { method setRobotExtra (line 158) | public void setRobotExtra(String robotExtra) { method fromUser (line 162) | public void fromUser(WFCMessage.User user) { method fromRobot (line 176) | public void fromRobot(WFCMessage.Robot robot, boolean withSecret) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputRouteData.java class OutputRouteData (line 13) | public class OutputRouteData { ; method OutputRouteData (line 19) | public OutputRouteData() { method OutputRouteData (line 22) | public OutputRouteData(List serverIPs, int longPort, int short... method getLongPort (line 29) | public int getLongPort() { method setLongPort (line 33) | public void setLongPort(int longPort) { method getShortPort (line 37) | public int getShortPort() { method setShortPort (line 41) | public void setShortPort(int shortPort) { method getServerIPs (line 45) | public List getServerIPs() { method setServerIPs (line 49) | public void setServerIPs(List serverIPs) { method getSecret (line 53) | public String getSecret() { method setSecret (line 57) | public void setSecret(String secret) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputStringList.java class OutputStringList (line 5) | public class OutputStringList { method OutputStringList (line 8) | public OutputStringList() { method OutputStringList (line 11) | public OutputStringList(List list) { method getList (line 15) | public List getList() { method setList (line 19) | public void setList(List list) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputTimestamp.java class OutputTimestamp (line 11) | public class OutputTimestamp { method OutputTimestamp (line 14) | public OutputTimestamp() { method OutputTimestamp (line 17) | public OutputTimestamp(long timestamp) { method getTimestamp (line 21) | public long getTimestamp() { method setTimestamp (line 25) | public void setTimestamp(long timestamp) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputUserBlockStatusList.java class OutputUserBlockStatusList (line 14) | public class OutputUserBlockStatusList { method getStatusList (line 17) | public List getStatusList() { method setStatusList (line 21) | public void setStatusList(List statusList) { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputUserChatroom.java class OutputUserChatroom (line 11) | public class OutputUserChatroom { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputUserInfoList.java class OutputUserInfoList (line 16) | public class OutputUserInfoList { FILE: common/src/main/java/cn/wildfirechat/pojos/OutputUserStatus.java class OutputUserStatus (line 11) | public class OutputUserStatus { method OutputUserStatus (line 14) | public OutputUserStatus() { method OutputUserStatus (line 17) | public OutputUserStatus(int status) { method getStatus (line 21) | public int getStatus() { method setStatus (line 25) | public void setStatus(int status) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoChannelMenu.java class PojoChannelMenu (line 9) | public class PojoChannelMenu { method fromPbInfo (line 22) | public static PojoChannelMenu fromPbInfo(WFCMessage.ChannelMenu channe... method toPbInfo (line 43) | public WFCMessage.ChannelMenu.Builder toPbInfo() { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceCreate.java class PojoConferenceCreate (line 3) | public class PojoConferenceCreate { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceInfo.java class PojoConferenceInfo (line 3) | public class PojoConferenceInfo { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceInfoList.java class PojoConferenceInfoList (line 6) | public class PojoConferenceInfoList { method PojoConferenceInfoList (line 7) | public PojoConferenceInfoList(List conferenceInfoL... method PojoConferenceInfoList (line 11) | public PojoConferenceInfoList() { method addConferenceInfo (line 17) | public void addConferenceInfo(PojoConferenceInfo conferenceInfo) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceParticipant.java class PojoConferenceParticipant (line 5) | public class PojoConferenceParticipant { class Stream (line 6) | public static class Stream { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceParticipantList.java class PojoConferenceParticipantList (line 6) | public class PojoConferenceParticipantList { method PojoConferenceParticipantList (line 7) | public PojoConferenceParticipantList(List p... method PojoConferenceParticipantList (line 11) | public PojoConferenceParticipantList() { method addConferenceInfo (line 17) | public void addConferenceInfo(PojoConferenceParticipant participant) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceRecording.java class PojoConferenceRecording (line 3) | public class PojoConferenceRecording { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceRoomId.java class PojoConferenceRoomId (line 3) | public class PojoConferenceRoomId { method PojoConferenceRoomId (line 7) | public PojoConferenceRoomId() { method PojoConferenceRoomId (line 10) | public PojoConferenceRoomId(String roomId, boolean advance) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceRtpForwardReq.java class PojoConferenceRtpForwardReq (line 3) | public class PojoConferenceRtpForwardReq { method PojoConferenceRtpForwardReq (line 14) | public PojoConferenceRtpForwardReq() { method PojoConferenceRtpForwardReq (line 17) | public PojoConferenceRtpForwardReq(String roomId, String publisherId, ... FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceRtpForwarders.java class PojoConferenceRtpForwarders (line 5) | public class PojoConferenceRtpForwarders { class RtpForwarder (line 6) | public static class RtpForwarder { class RtpStream (line 7) | public static class RtpStream { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoConferenceStopRtpForwardReq.java class PojoConferenceStopRtpForwardReq (line 3) | public class PojoConferenceStopRtpForwardReq { method PojoConferenceStopRtpForwardReq (line 8) | public PojoConferenceStopRtpForwardReq() { method PojoConferenceStopRtpForwardReq (line 11) | public PojoConferenceStopRtpForwardReq(String roomId, String publisher... FILE: common/src/main/java/cn/wildfirechat/pojos/PojoGroup.java class PojoGroup (line 19) | public class PojoGroup { method getGroup_info (line 23) | public PojoGroupInfo getGroup_info() { method setGroup_info (line 27) | public void setGroup_info(PojoGroupInfo group_info) { method getMembers (line 31) | public List getMembers() { method setMembers (line 35) | public void setMembers(List members) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoGroupInfo.java class PojoGroupInfo (line 24) | public class PojoGroupInfo { method getTarget_id (line 43) | public String getTarget_id() { method setTarget_id (line 47) | public void setTarget_id(String target_id) { method getName (line 51) | public String getName() { method setName (line 55) | public void setName(String name) { method getPortrait (line 59) | public String getPortrait() { method setPortrait (line 63) | public void setPortrait(String portrait) { method getOwner (line 67) | public String getOwner() { method setOwner (line 71) | public void setOwner(String owner) { method getType (line 75) | public int getType() { method setType (line 79) | public void setType(int type) { method getExtra (line 83) | public String getExtra() { method setExtra (line 87) | public void setExtra(String extra) { method getMax_member_count (line 91) | public int getMax_member_count() { method setMax_member_count (line 95) | public void setMax_member_count(int max_member_count) { method getMute (line 99) | public int getMute() { method setMute (line 103) | public void setMute(int mute) { method getJoin_type (line 107) | public int getJoin_type() { method setJoin_type (line 111) | public void setJoin_type(int join_type) { method getPrivate_chat (line 115) | public int getPrivate_chat() { method setPrivate_chat (line 119) | public void setPrivate_chat(int private_chat) { method getSearchable (line 123) | public int getSearchable() { method setSearchable (line 127) | public void setSearchable(int searchable) { method getHistory_message (line 131) | public int getHistory_message() { method setHistory_message (line 135) | public void setHistory_message(int history_message) { method isSuper_group (line 139) | public boolean isSuper_group() { method setSuper_group (line 143) | public void setSuper_group(boolean super_group) { method isDeleted (line 147) | public boolean isDeleted() { method setDeleted (line 151) | public void setDeleted(boolean deleted) { method getUpdate_dt (line 155) | public long getUpdate_dt() { method setUpdate_dt (line 159) | public void setUpdate_dt(long update_dt) { method getMember_count (line 163) | public int getMember_count() { method setMember_count (line 167) | public void setMember_count(int member_count) { method getMember_update_dt (line 171) | public long getMember_update_dt() { method setMember_update_dt (line 175) | public void setMember_update_dt(long member_update_dt) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoGroupInfoList.java class PojoGroupInfoList (line 13) | public class PojoGroupInfoList { method getGroupInfoList (line 16) | public List getGroupInfoList() { method setGroupInfoList (line 20) | public void setGroupInfoList(List groupInfoList) { FILE: common/src/main/java/cn/wildfirechat/pojos/PojoGroupMember.java class PojoGroupMember (line 24) | public class PojoGroupMember { method getMember_id (line 32) | public String getMember_id() { method setMember_id (line 36) | public void setMember_id(String member_id) { method getAlias (line 40) | public String getAlias() { method setAlias (line 44) | public void setAlias(String alias) { method getType (line 48) | public int getType() { method setType (line 52) | public void setType(int type) { method getExtra (line 56) | public String getExtra() { method setExtra (line 60) | public void setExtra(String extra) { method getUpdateDt (line 64) | public long getUpdateDt() { method setUpdateDt (line 68) | public void setUpdateDt(long updateDt) { method getCreateDt (line 72) | public long getCreateDt() { method setCreateDt (line 76) | public void setCreateDt(long createDt) { FILE: common/src/main/java/cn/wildfirechat/pojos/RecallMessageData.java class RecallMessageData (line 14) | public class RecallMessageData { method getOperator (line 19) | public String getOperator() { method setOperator (line 23) | public void setOperator(String operator) { method getMessageUid (line 27) | public long getMessageUid() { method setMessageUid (line 31) | public void setMessageUid(long messageUid) { method isUserRecall (line 35) | public boolean isUserRecall() { method setUserRecall (line 39) | public void setUserRecall(boolean userRecall) { FILE: common/src/main/java/cn/wildfirechat/pojos/RecallMultiCastMessageData.java class RecallMultiCastMessageData (line 13) | public class RecallMultiCastMessageData { FILE: common/src/main/java/cn/wildfirechat/pojos/RelationPojo.java class RelationPojo (line 3) | public class RelationPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/RelationUpdateEvent.java class RelationUpdateEvent (line 3) | public class RelationUpdateEvent { FILE: common/src/main/java/cn/wildfirechat/pojos/ReplyMessageData.java class ReplyMessageData (line 16) | public class ReplyMessageData { method getMessageUid (line 21) | public long getMessageUid() { method setMessageUid (line 25) | public void setMessageUid(long messageUid) { method getPayload (line 29) | public MessagePayload getPayload() { method setPayload (line 33) | public void setPayload(MessagePayload payload) { method isOnly2Sender (line 37) | public boolean isOnly2Sender() { method setOnly2Sender (line 41) | public void setOnly2Sender(boolean only2Sender) { method isValide (line 45) | public static boolean isValide(ReplyMessageData sendMessageData) { FILE: common/src/main/java/cn/wildfirechat/pojos/RepublishChannelMessageData.java class RepublishChannelMessageData (line 13) | public class RepublishChannelMessageData { method getTargets (line 17) | public List getTargets() { method setTargets (line 21) | public void setTargets(List targets) { method getMessageId (line 25) | public long getMessageId() { method setMessageId (line 29) | public void setMessageId(long messageId) { FILE: common/src/main/java/cn/wildfirechat/pojos/RobotCallbackPojo.java class RobotCallbackPojo (line 11) | public class RobotCallbackPojo { method getUrl (line 14) | public String getUrl() { method setUrl (line 18) | public void setUrl(String url) { FILE: common/src/main/java/cn/wildfirechat/pojos/SendChannelMessageData.java class SendChannelMessageData (line 18) | public class SendChannelMessageData { method getTargets (line 23) | public List getTargets() { method setTargets (line 27) | public void setTargets(List targets) { method getLine (line 31) | public int getLine() { method setLine (line 35) | public void setLine(int line) { method getPayload (line 39) | public MessagePayload getPayload() { method setPayload (line 43) | public void setPayload(MessagePayload payload) { method isValide (line 47) | public static boolean isValide(SendChannelMessageData sendMessageData) { method toProtoMessage (line 55) | public WFCMessage.Message toProtoMessage(String channelId, String chan... FILE: common/src/main/java/cn/wildfirechat/pojos/SendMessageData.java class SendMessageData (line 17) | public class SendMessageData { method getSender (line 25) | public String getSender() { method setSender (line 29) | public void setSender(String sender) { method getConv (line 33) | public Conversation getConv() { method setConv (line 37) | public void setConv(Conversation conv) { method getPayload (line 41) | public MessagePayload getPayload() { method setPayload (line 45) | public void setPayload(MessagePayload payload) { method getToUsers (line 49) | public List getToUsers() { method setToUsers (line 53) | public void setToUsers(List toUsers) { method isMeshMessage (line 57) | public boolean isMeshMessage() { method setMeshMessage (line 61) | public void setMeshMessage(boolean meshMessage) { method isUserMessage (line 65) | public boolean isUserMessage() { method setUserMessage (line 69) | public void setUserMessage(boolean userMessage) { method isValide (line 73) | public static boolean isValide(SendMessageData sendMessageData) { method toProtoMessage (line 86) | public WFCMessage.Message toProtoMessage() { method fromProtoMessage (line 101) | public static SendMessageData fromProtoMessage(WFCMessage.Message prot... FILE: common/src/main/java/cn/wildfirechat/pojos/SendMessageResult.java class SendMessageResult (line 20) | public class SendMessageResult { method SendMessageResult (line 24) | public SendMessageResult() { method SendMessageResult (line 27) | public SendMessageResult(long messageUid, long timestamp) { method getMessageUid (line 32) | public long getMessageUid() { method setMessageUid (line 36) | public void setMessageUid(long messageUid) { method getTimestamp (line 40) | public long getTimestamp() { method setTimestamp (line 44) | public void setTimestamp(long timestamp) { FILE: common/src/main/java/cn/wildfirechat/pojos/StringPairPojo.java class StringPairPojo (line 11) | public class StringPairPojo { method StringPairPojo (line 15) | public StringPairPojo() { method StringPairPojo (line 18) | public StringPairPojo(String first, String second) { method getFirst (line 23) | public String getFirst() { method setFirst (line 27) | public void setFirst(String first) { method getSecond (line 31) | public String getSecond() { method setSecond (line 35) | public void setSecond(String second) { FILE: common/src/main/java/cn/wildfirechat/pojos/SystemSettingPojo.java class SystemSettingPojo (line 3) | public class SystemSettingPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/UpdateMessageContentData.java class UpdateMessageContentData (line 11) | public class UpdateMessageContentData { method getOperator (line 19) | public String getOperator() { method setOperator (line 23) | public void setOperator(String operator) { method getMessageUid (line 27) | public long getMessageUid() { method setMessageUid (line 31) | public void setMessageUid(long messageUid) { method getPayload (line 35) | public MessagePayload getPayload() { method setPayload (line 39) | public void setPayload(MessagePayload payload) { method getDistribute (line 43) | public int getDistribute() { method setDistribute (line 47) | public void setDistribute(int distribute) { method getUpdateTimestamp (line 51) | public int getUpdateTimestamp() { method setUpdateTimestamp (line 55) | public void setUpdateTimestamp(int updateTimestamp) { method getMeshLocal (line 59) | public int getMeshLocal() { method setMeshLocal (line 63) | public void setMeshLocal(int meshLocal) { FILE: common/src/main/java/cn/wildfirechat/pojos/UserOnlineStatus.java class UserOnlineStatus (line 5) | public class UserOnlineStatus { method UserOnlineStatus (line 20) | public UserOnlineStatus() { method UserOnlineStatus (line 23) | public UserOnlineStatus(String userId, String clientId, int platform, ... FILE: common/src/main/java/cn/wildfirechat/pojos/UserSettingPojo.java class UserSettingPojo (line 14) | public class UserSettingPojo { method getUserId (line 20) | public String getUserId() { method setUserId (line 24) | public void setUserId(String userId) { method getScope (line 28) | public int getScope() { method setScope (line 32) | public void setScope(int scope) { method getKey (line 36) | public String getKey() { method setKey (line 40) | public void setKey(String key) { method getValue (line 44) | public String getValue() { method setValue (line 48) | public void setValue(String value) { method toProtoRequest (line 51) | public WFCMessage.ModifyUserSettingReq toProtoRequest() { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/MeshRestResult.java class MeshRestResult (line 5) | public class MeshRestResult { type MeshRestCode (line 7) | public enum MeshRestCode { method MeshRestCode (line 32) | MeshRestCode(int code, String msg) { method toString (line 44) | @Override method ok (line 49) | public static MeshRestResult ok() { method ok (line 53) | public static MeshRestResult ok(Object object) { method remoteIMError (line 57) | public static MeshRestResult remoteIMError(int code, String message) { method remoteMeshError (line 64) | public static MeshRestResult remoteMeshError(int code, String message) { method addRemoteMeshError (line 71) | public MeshRestResult addRemoteMeshError(int code, String message) { method localMeshError (line 78) | public static MeshRestResult localMeshError(int code, String message) { method addLocalMeshError (line 85) | public MeshRestResult addLocalMeshError(int code, String message) { method MeshRestResult (line 92) | public MeshRestResult() { method MeshRestResult (line 96) | public MeshRestResult(T object) { method getResult (line 100) | public T getResult() { method setResult (line 104) | public void setResult(T result) { method getRemote_im_code (line 108) | public int getRemote_im_code() { method setRemote_im_code (line 112) | public void setRemote_im_code(int remote_im_code) { method getRemote_mesh_code (line 116) | public int getRemote_mesh_code() { method setRemote_mesh_code (line 120) | public void setRemote_mesh_code(int remote_mesh_code) { method getLocal_mesh_code (line 124) | public int getLocal_mesh_code() { method setLocal_mesh_code (line 128) | public void setLocal_mesh_code(int local_mesh_code) { method getError_message (line 132) | public String getError_message() { method setError_message (line 136) | public void setError_message(String error_message) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoAddFriendReq.java class PojoAddFriendReq (line 3) | public class PojoAddFriendReq { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoAddGroupMember.java class PojoAddGroupMember (line 7) | public class PojoAddGroupMember { method getOperator (line 13) | public String getOperator() { method setOperator (line 17) | public void setOperator(String operator) { method getGroup_id (line 21) | public String getGroup_id() { method setGroup_id (line 25) | public void setGroup_id(String group_id) { method getMembers (line 29) | public List getMembers() { method setMembers (line 33) | public void setMembers(List members) { method getDomainId (line 37) | public String getDomainId() { method setDomainId (line 41) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoAddJoinGroupRequest.java class PojoAddJoinGroupRequest (line 5) | public class PojoAddJoinGroupRequest { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoDeleteFriend.java class PojoDeleteFriend (line 3) | public class PojoDeleteFriend { method getOperator (line 8) | public String getOperator() { method setOperator (line 12) | public void setOperator(String operator) { method getFriendUid (line 16) | public String getFriendUid() { method setFriendUid (line 20) | public void setFriendUid(String friendUid) { method getDomainId (line 24) | public String getDomainId() { method setDomainId (line 28) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoDismissGroup.java class PojoDismissGroup (line 3) | public class PojoDismissGroup { method getOperator (line 8) | public String getOperator() { method setOperator (line 12) | public void setOperator(String operator) { method getGroup_id (line 16) | public String getGroup_id() { method setGroup_id (line 20) | public void setGroup_id(String group_id) { method getDomainId (line 24) | public String getDomainId() { method setDomainId (line 28) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoDomainPingRequest.java class PojoDomainPingRequest (line 12) | public class PojoDomainPingRequest { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoDomainPingResponse.java class PojoDomainPingResponse (line 12) | public class PojoDomainPingResponse { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoGroupUpdated.java class PojoGroupUpdated (line 8) | public class PojoGroupUpdated { method getDomainIds (line 13) | public List getDomainIds() { method setDomainIds (line 17) | public void setDomainIds(List domainIds) { method getGroupInfo (line 21) | public PojoGroupInfo getGroupInfo() { method setGroupInfo (line 25) | public void setGroupInfo(PojoGroupInfo groupInfo) { method getMembers (line 29) | public List getMembers() { method setMembers (line 33) | public void setMembers(List members) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoHandleFriendRequestReq.java class PojoHandleFriendRequestReq (line 3) | public class PojoHandleFriendRequestReq { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoKickoffGroupMember.java class PojoKickoffGroupMember (line 5) | public class PojoKickoffGroupMember { method getOperator (line 11) | public String getOperator() { method setOperator (line 15) | public void setOperator(String operator) { method getGroup_id (line 19) | public String getGroup_id() { method setGroup_id (line 23) | public void setGroup_id(String group_id) { method getDomainId (line 27) | public String getDomainId() { method setDomainId (line 31) | public void setDomainId(String domainId) { method getMembers (line 35) | public List getMembers() { method setMembers (line 39) | public void setMembers(List members) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoModifyGroupInfo.java class PojoModifyGroupInfo (line 3) | public class PojoModifyGroupInfo { method getDomainId (line 10) | public String getDomainId() { method setDomainId (line 14) | public void setDomainId(String domainId) { method getOperator (line 18) | public String getOperator() { method setOperator (line 22) | public void setOperator(String operator) { method getGroup_id (line 26) | public String getGroup_id() { method setGroup_id (line 30) | public void setGroup_id(String group_id) { method getType (line 34) | public int getType() { method setType (line 38) | public void setType(int type) { method getValue (line 42) | public String getValue() { method setValue (line 46) | public void setValue(String value) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoPublishMessageReq.java class PojoPublishMessageReq (line 7) | public class PojoPublishMessageReq { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoQuitGroup.java class PojoQuitGroup (line 3) | public class PojoQuitGroup { method getOperator (line 8) | public String getOperator() { method setOperator (line 12) | public void setOperator(String operator) { method getGroup_id (line 16) | public String getGroup_id() { method setGroup_id (line 20) | public void setGroup_id(String group_id) { method getDomainId (line 24) | public String getDomainId() { method setDomainId (line 28) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoRecallMessageReq.java class PojoRecallMessageReq (line 3) | public class PojoRecallMessageReq { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoSearchUserReq.java class PojoSearchUserReq (line 3) | public class PojoSearchUserReq { method getKeyword (line 10) | public String getKeyword() { method setKeyword (line 14) | public void setKeyword(String keyword) { method getSearchType (line 18) | public int getSearchType() { method setSearchType (line 22) | public void setSearchType(int searchType) { method getUserType (line 26) | public int getUserType() { method setUserType (line 30) | public void setUserType(int userType) { method getPage (line 34) | public int getPage() { method setPage (line 38) | public void setPage(int page) { method getDomainId (line 42) | public String getDomainId() { method setDomainId (line 46) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoSearchUserRes.java class PojoSearchUserRes (line 7) | public class PojoSearchUserRes { method getUserInfos (line 11) | public List getUserInfos() { method setUserInfos (line 15) | public void setUserInfos(List userInfos) { method getKeyword (line 19) | public String getKeyword() { method setKeyword (line 23) | public void setKeyword(String keyword) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoSendMessageReq.java class PojoSendMessageReq (line 5) | public class PojoSendMessageReq { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoString.java class PojoString (line 3) | public class PojoString { method getString (line 7) | public String getString() { method setString (line 11) | public void setString(String string) { method getDomainId (line 15) | public String getDomainId() { method setDomainId (line 19) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoStringList.java class PojoStringList (line 5) | public class PojoStringList { method getStringList (line 9) | public List getStringList() { method setStringList (line 13) | public void setStringList(List stringList) { method getDomainId (line 17) | public String getDomainId() { method setDomainId (line 21) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoTransferGroup.java class PojoTransferGroup (line 3) | public class PojoTransferGroup { method getOperator (line 9) | public String getOperator() { method setOperator (line 13) | public void setOperator(String operator) { method getGroup_id (line 17) | public String getGroup_id() { method setGroup_id (line 21) | public void setGroup_id(String group_id) { method getNewOwner (line 25) | public String getNewOwner() { method setNewOwner (line 29) | public void setNewOwner(String newOwner) { method getDomainId (line 33) | public String getDomainId() { method setDomainId (line 37) | public void setDomainId(String domainId) { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoUserConferenceEvent.java class PojoUserConferenceEvent (line 3) | public class PojoUserConferenceEvent { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoUserConferenceRequest.java class PojoUserConferenceRequest (line 3) | public class PojoUserConferenceRequest { FILE: common/src/main/java/cn/wildfirechat/pojos/mesh/PojoUserConferenceResponse.java class PojoUserConferenceResponse (line 3) | public class PojoUserConferenceResponse { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/CommentMsgPojo.java class CommentMsgPojo (line 6) | public class CommentMsgPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/CommentPojo.java class CommentPojo (line 3) | public class CommentPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/FeedPojo.java class FeedPojo (line 6) | public class FeedPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/FeedsPojo.java class FeedsPojo (line 5) | public class FeedsPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/IdPojo.java class IdPojo (line 3) | public class IdPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/MediaEntry.java class MediaEntry (line 3) | public class MediaEntry { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/MomentProfilePojo.java class MomentProfilePojo (line 7) | public class MomentProfilePojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PostFeedResult.java class PostFeedResult (line 3) | public class PostFeedResult { method PostFeedResult (line 7) | public PostFeedResult(long id, long timestamp) { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PullCommentsRequestPojo.java class PullCommentsRequestPojo (line 5) | public class PullCommentsRequestPojo { class IdPair (line 6) | public static class IdPair { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PullFeedRequestPojo.java class PullFeedRequestPojo (line 3) | public class PullFeedRequestPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PullOneFeedRequestPojo.java class PullOneFeedRequestPojo (line 3) | public class PullOneFeedRequestPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PullProfileRequestPojo.java class PullProfileRequestPojo (line 3) | public class PullProfileRequestPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PushProfileListRequestPojo.java class PushProfileListRequestPojo (line 5) | public class PushProfileListRequestPojo { FILE: common/src/main/java/cn/wildfirechat/pojos/moments/PushProfileValueRequestPojo.java class PushProfileValueRequestPojo (line 3) | public class PushProfileValueRequestPojo { FILE: common/src/main/java/cn/wildfirechat/proto/ProtoConstants.java class ProtoConstants (line 3) | public class ProtoConstants { type ConversationType (line 6) | public interface ConversationType { type GroupType (line 16) | public interface GroupType { type GroupMemberType (line 28) | public interface GroupMemberType { type FriendRequestStatus (line 38) | public interface FriendRequestStatus { type Platform (line 45) | public interface Platform { type PullType (line 70) | public interface PullType { type UserResultCode (line 77) | public interface UserResultCode { type ChatroomState (line 84) | public interface ChatroomState { type ContentType (line 92) | public interface ContentType { type MessagePersistFlag (line 148) | public interface MessagePersistFlag { type MessageMediaType (line 155) | public interface MessageMediaType { type ModifyGroupInfoType (line 168) | public interface ModifyGroupInfoType { type PersistFlag (line 186) | public interface PersistFlag { type ModifyChannelInfoType (line 195) | public interface ModifyChannelInfoType { type ChannelState (line 214) | public interface ChannelState { type UserType (line 225) | public interface UserType { type SystemSettingType (line 234) | public interface SystemSettingType { type SearchUserType (line 239) | public interface SearchUserType { type UserSearchUserType (line 249) | public interface UserSearchUserType { type DisableSearchMask (line 255) | public interface DisableSearchMask { type UserStatus (line 262) | public interface UserStatus { type BlacklistStrategy (line 268) | public interface BlacklistStrategy { type GroupUpdateEventType (line 273) | public interface GroupUpdateEventType { type GroupMemberUpdateEventType (line 282) | public interface GroupMemberUpdateEventType { type ChannelUpdateEventType (line 291) | public interface ChannelUpdateEventType { type ChatroomUpdateEventType (line 298) | public interface ChatroomUpdateEventType { type ChatroomMemberUpdateEventType (line 303) | public interface ChatroomMemberUpdateEventType { type UpdateUserInfoMask (line 311) | public interface UpdateUserInfoMask { type RequestSourceType (line 324) | public enum RequestSourceType { type ApplicationType (line 331) | public interface ApplicationType { type ForbiddenClientGroupOperationMask (line 350) | public interface ForbiddenClientGroupOperationMask { type MomentsContentType (line 365) | public interface MomentsContentType { type MomentsCommentType (line 372) | public interface MomentsCommentType { type MomentsVisibleScope (line 377) | public interface MomentsVisibleScope { FILE: common/src/main/java/cn/wildfirechat/proto/WFCMessage.java class WFCMessage (line 6) | public final class WFCMessage { method WFCMessage (line 7) | private WFCMessage() {} method registerAllExtensions (line 8) | public static void registerAllExtensions( type AddFriendRequestOrBuilder (line 11) | public interface AddFriendRequestOrBuilder method hasTargetUid (line 18) | boolean hasTargetUid(); method getTargetUid (line 22) | java.lang.String getTargetUid(); method getTargetUidBytes (line 26) | com.google.protobuf.ByteString method hasReason (line 33) | boolean hasReason(); method getReason (line 37) | java.lang.String getReason(); method getReasonBytes (line 41) | com.google.protobuf.ByteString method hasExtra (line 48) | boolean hasExtra(); method getExtra (line 52) | java.lang.String getExtra(); method getExtraBytes (line 56) | com.google.protobuf.ByteString class AddFriendRequest (line 62) | public static final class AddFriendRequest extends method AddFriendRequest (line 66) | private AddFriendRequest(com.google.protobuf.GeneratedMessage.Builde... method AddFriendRequest (line 70) | private AddFriendRequest(boolean noInit) { this.unknownFields = com.... method getDefaultInstance (line 73) | public static AddFriendRequest getDefaultInstance() { method getDefaultInstanceForType (line 77) | public AddFriendRequest getDefaultInstanceForType() { method getUnknownFields (line 82) | @java.lang.Override method AddFriendRequest (line 87) | private AddFriendRequest( method getDescriptor (line 137) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 142) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 151) | public AddFriendRequest parsePartialFrom( method getParserForType (line 159) | @java.lang.Override method hasTargetUid (line 171) | public boolean hasTargetUid() { method getTargetUid (line 177) | public java.lang.String getTargetUid() { method getTargetUidBytes (line 194) | public com.google.protobuf.ByteString method hasReason (line 214) | public boolean hasReason() { method getReason (line 220) | public java.lang.String getReason() { method getReasonBytes (line 237) | public com.google.protobuf.ByteString method hasExtra (line 257) | public boolean hasExtra() { method getExtra (line 263) | public java.lang.String getExtra() { method getExtraBytes (line 280) | public com.google.protobuf.ByteString method initFields (line 294) | private void initFields() { method isInitialized (line 300) | public final boolean isInitialized() { method writeTo (line 316) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 332) | public int getSerializedSize() { method writeReplace (line 355) | @java.lang.Override method parseFrom (line 361) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 366) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 372) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 376) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 382) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 386) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseDelimitedFrom (line 392) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseDelimitedFrom (line 396) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 402) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method parseFrom (line 407) | public static cn.wildfirechat.proto.WFCMessage.AddFriendRequest pars... method newBuilder (line 414) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 415) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 416) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ad... method toBuilder (line 419) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 421) | @java.lang.Override class Builder (line 430) | public static final class Builder extends method getDescriptor (line 433) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 438) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 446) | private Builder() { method Builder (line 450) | private Builder( method maybeForceBuilderInitialization (line 455) | private void maybeForceBuilderInitialization() { method create (line 459) | private static Builder create() { method clear (line 463) | public Builder clear() { method clone (line 474) | public Builder clone() { method getDescriptorForType (line 478) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 483) | public cn.wildfirechat.proto.WFCMessage.AddFriendRequest getDefaul... method build (line 487) | public cn.wildfirechat.proto.WFCMessage.AddFriendRequest build() { method buildPartial (line 495) | public cn.wildfirechat.proto.WFCMessage.AddFriendRequest buildPart... method mergeFrom (line 516) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 525) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.AddFrien... method isInitialized (line 546) | public final boolean isInitialized() { method mergeFrom (line 558) | public Builder mergeFrom( method hasTargetUid (line 582) | public boolean hasTargetUid() { method getTargetUid (line 588) | public java.lang.String getTargetUid() { method getTargetUidBytes (line 602) | public com.google.protobuf.ByteString method setTargetUid (line 618) | public Builder setTargetUid( method clearTargetUid (line 631) | public Builder clearTargetUid() { method setTargetUidBytes (line 640) | public Builder setTargetUidBytes( method hasReason (line 656) | public boolean hasReason() { method getReason (line 662) | public java.lang.String getReason() { method getReasonBytes (line 676) | public com.google.protobuf.ByteString method setReason (line 692) | public Builder setReason( method clearReason (line 705) | public Builder clearReason() { method setReasonBytes (line 714) | public Builder setReasonBytes( method hasExtra (line 730) | public boolean hasExtra() { method getExtra (line 736) | public java.lang.String getExtra() { method getExtraBytes (line 750) | public com.google.protobuf.ByteString method setExtra (line 766) | public Builder setExtra( method clearExtra (line 779) | public Builder clearExtra() { method setExtraBytes (line 788) | public Builder setExtraBytes( type ConversationOrBuilder (line 810) | public interface ConversationOrBuilder method hasType (line 817) | boolean hasType(); method getType (line 821) | int getType(); method hasTarget (line 827) | boolean hasTarget(); method getTarget (line 831) | java.lang.String getTarget(); method getTargetBytes (line 835) | com.google.protobuf.ByteString method hasLine (line 842) | boolean hasLine(); method getLine (line 846) | int getLine(); class Conversation (line 851) | public static final class Conversation extends method Conversation (line 855) | private Conversation(com.google.protobuf.GeneratedMessage.Builder... method Conversation (line 859) | private Conversation(boolean noInit) { this.unknownFields = com.goog... method getDefaultInstance (line 862) | public static Conversation getDefaultInstance() { method getDefaultInstanceForType (line 866) | public Conversation getDefaultInstanceForType() { method getUnknownFields (line 871) | @java.lang.Override method Conversation (line 876) | private Conversation( method getDescriptor (line 926) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 931) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 940) | public Conversation parsePartialFrom( method getParserForType (line 948) | @java.lang.Override method hasType (line 960) | public boolean hasType() { method getType (line 966) | public int getType() { method hasTarget (line 976) | public boolean hasTarget() { method getTarget (line 982) | public java.lang.String getTarget() { method getTargetBytes (line 999) | public com.google.protobuf.ByteString method hasLine (line 1019) | public boolean hasLine() { method getLine (line 1025) | public int getLine() { method initFields (line 1029) | private void initFields() { method isInitialized (line 1035) | public final boolean isInitialized() { method writeTo (line 1055) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 1071) | public int getSerializedSize() { method writeReplace (line 1094) | @java.lang.Override method parseFrom (line 1100) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFrom( method parseFrom (line 1105) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFrom( method parseFrom (line 1111) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFro... method parseFrom (line 1115) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFrom( method parseFrom (line 1121) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFro... method parseFrom (line 1125) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFrom( method parseDelimitedFrom (line 1131) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseDel... method parseDelimitedFrom (line 1135) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseDel... method parseFrom (line 1141) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFrom( method parseFrom (line 1146) | public static cn.wildfirechat.proto.WFCMessage.Conversation parseFrom( method newBuilder (line 1153) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 1154) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 1155) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Co... method toBuilder (line 1158) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 1160) | @java.lang.Override class Builder (line 1169) | public static final class Builder extends method getDescriptor (line 1172) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 1177) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 1185) | private Builder() { method Builder (line 1189) | private Builder( method maybeForceBuilderInitialization (line 1194) | private void maybeForceBuilderInitialization() { method create (line 1198) | private static Builder create() { method clear (line 1202) | public Builder clear() { method clone (line 1213) | public Builder clone() { method getDescriptorForType (line 1217) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 1222) | public cn.wildfirechat.proto.WFCMessage.Conversation getDefaultIns... method build (line 1226) | public cn.wildfirechat.proto.WFCMessage.Conversation build() { method buildPartial (line 1234) | public cn.wildfirechat.proto.WFCMessage.Conversation buildPartial() { method mergeFrom (line 1255) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 1264) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Conversa... method isInitialized (line 1281) | public final boolean isInitialized() { method mergeFrom (line 1297) | public Builder mergeFrom( method hasType (line 1321) | public boolean hasType() { method getType (line 1327) | public int getType() { method setType (line 1333) | public Builder setType(int value) { method clearType (line 1342) | public Builder clearType() { method hasTarget (line 1354) | public boolean hasTarget() { method getTarget (line 1360) | public java.lang.String getTarget() { method getTargetBytes (line 1374) | public com.google.protobuf.ByteString method setTarget (line 1390) | public Builder setTarget( method clearTarget (line 1403) | public Builder clearTarget() { method setTargetBytes (line 1412) | public Builder setTargetBytes( method hasLine (line 1428) | public boolean hasLine() { method getLine (line 1434) | public int getLine() { method setLine (line 1440) | public Builder setLine(int value) { method clearLine (line 1449) | public Builder clearLine() { type GroupInfoOrBuilder (line 1467) | public interface GroupInfoOrBuilder method hasTargetId (line 1474) | boolean hasTargetId(); method getTargetId (line 1478) | java.lang.String getTargetId(); method getTargetIdBytes (line 1482) | com.google.protobuf.ByteString method hasName (line 1489) | boolean hasName(); method getName (line 1493) | java.lang.String getName(); method getNameBytes (line 1497) | com.google.protobuf.ByteString method hasPortrait (line 1504) | boolean hasPortrait(); method getPortrait (line 1508) | java.lang.String getPortrait(); method getPortraitBytes (line 1512) | com.google.protobuf.ByteString method hasOwner (line 1519) | boolean hasOwner(); method getOwner (line 1523) | java.lang.String getOwner(); method getOwnerBytes (line 1527) | com.google.protobuf.ByteString method hasType (line 1534) | boolean hasType(); method getType (line 1538) | int getType(); method hasMemberCount (line 1544) | boolean hasMemberCount(); method getMemberCount (line 1548) | int getMemberCount(); method hasExtra (line 1554) | boolean hasExtra(); method getExtra (line 1558) | java.lang.String getExtra(); method getExtraBytes (line 1562) | com.google.protobuf.ByteString method hasUpdateDt (line 1569) | boolean hasUpdateDt(); method getUpdateDt (line 1573) | long getUpdateDt(); method hasMemberUpdateDt (line 1579) | boolean hasMemberUpdateDt(); method getMemberUpdateDt (line 1583) | long getMemberUpdateDt(); method hasMute (line 1589) | boolean hasMute(); method getMute (line 1593) | int getMute(); method hasJoinType (line 1599) | boolean hasJoinType(); method getJoinType (line 1603) | int getJoinType(); method hasPrivateChat (line 1609) | boolean hasPrivateChat(); method getPrivateChat (line 1613) | int getPrivateChat(); method hasSearchable (line 1619) | boolean hasSearchable(); method getSearchable (line 1623) | int getSearchable(); method hasMaxMemberCount (line 1629) | boolean hasMaxMemberCount(); method getMaxMemberCount (line 1633) | int getMaxMemberCount(); method hasHistoryMessage (line 1639) | boolean hasHistoryMessage(); method getHistoryMessage (line 1643) | int getHistoryMessage(); method hasSuperGroup (line 1649) | boolean hasSuperGroup(); method getSuperGroup (line 1653) | int getSuperGroup(); method hasDeleted (line 1659) | boolean hasDeleted(); method getDeleted (line 1663) | int getDeleted(); class GroupInfo (line 1668) | public static final class GroupInfo extends method GroupInfo (line 1672) | private GroupInfo(com.google.protobuf.GeneratedMessage.Builder bu... method GroupInfo (line 1676) | private GroupInfo(boolean noInit) { this.unknownFields = com.google.... method getDefaultInstance (line 1679) | public static GroupInfo getDefaultInstance() { method getDefaultInstanceForType (line 1683) | public GroupInfo getDefaultInstanceForType() { method getUnknownFields (line 1688) | @java.lang.Override method GroupInfo (line 1693) | private GroupInfo( method getDescriptor (line 1813) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 1818) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 1827) | public GroupInfo parsePartialFrom( method getParserForType (line 1835) | @java.lang.Override method hasTargetId (line 1847) | public boolean hasTargetId() { method getTargetId (line 1853) | public java.lang.String getTargetId() { method getTargetIdBytes (line 1870) | public com.google.protobuf.ByteString method hasName (line 1890) | public boolean hasName() { method getName (line 1896) | public java.lang.String getName() { method getNameBytes (line 1913) | public com.google.protobuf.ByteString method hasPortrait (line 1933) | public boolean hasPortrait() { method getPortrait (line 1939) | public java.lang.String getPortrait() { method getPortraitBytes (line 1956) | public com.google.protobuf.ByteString method hasOwner (line 1976) | public boolean hasOwner() { method getOwner (line 1982) | public java.lang.String getOwner() { method getOwnerBytes (line 1999) | public com.google.protobuf.ByteString method hasType (line 2019) | public boolean hasType() { method getType (line 2025) | public int getType() { method hasMemberCount (line 2035) | public boolean hasMemberCount() { method getMemberCount (line 2041) | public int getMemberCount() { method hasExtra (line 2051) | public boolean hasExtra() { method getExtra (line 2057) | public java.lang.String getExtra() { method getExtraBytes (line 2074) | public com.google.protobuf.ByteString method hasUpdateDt (line 2094) | public boolean hasUpdateDt() { method getUpdateDt (line 2100) | public long getUpdateDt() { method hasMemberUpdateDt (line 2110) | public boolean hasMemberUpdateDt() { method getMemberUpdateDt (line 2116) | public long getMemberUpdateDt() { method hasMute (line 2126) | public boolean hasMute() { method getMute (line 2132) | public int getMute() { method hasJoinType (line 2142) | public boolean hasJoinType() { method getJoinType (line 2148) | public int getJoinType() { method hasPrivateChat (line 2158) | public boolean hasPrivateChat() { method getPrivateChat (line 2164) | public int getPrivateChat() { method hasSearchable (line 2174) | public boolean hasSearchable() { method getSearchable (line 2180) | public int getSearchable() { method hasMaxMemberCount (line 2190) | public boolean hasMaxMemberCount() { method getMaxMemberCount (line 2196) | public int getMaxMemberCount() { method hasHistoryMessage (line 2206) | public boolean hasHistoryMessage() { method getHistoryMessage (line 2212) | public int getHistoryMessage() { method hasSuperGroup (line 2222) | public boolean hasSuperGroup() { method getSuperGroup (line 2228) | public int getSuperGroup() { method hasDeleted (line 2238) | public boolean hasDeleted() { method getDeleted (line 2244) | public int getDeleted() { method initFields (line 2248) | private void initFields() { method isInitialized (line 2268) | public final boolean isInitialized() { method writeTo (line 2284) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 2342) | public int getSerializedSize() { method writeReplace (line 2421) | @java.lang.Override method parseFrom (line 2427) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom( method parseFrom (line 2432) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom( method parseFrom (line 2438) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom(b... method parseFrom (line 2442) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom( method parseFrom (line 2448) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom(j... method parseFrom (line 2452) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom( method parseDelimitedFrom (line 2458) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseDelimi... method parseDelimitedFrom (line 2462) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseDelimi... method parseFrom (line 2468) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom( method parseFrom (line 2473) | public static cn.wildfirechat.proto.WFCMessage.GroupInfo parseFrom( method newBuilder (line 2480) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 2481) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 2482) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Gr... method toBuilder (line 2485) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 2487) | @java.lang.Override class Builder (line 2496) | public static final class Builder extends method getDescriptor (line 2499) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 2504) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 2512) | private Builder() { method Builder (line 2516) | private Builder( method maybeForceBuilderInitialization (line 2521) | private void maybeForceBuilderInitialization() { method create (line 2525) | private static Builder create() { method clear (line 2529) | public Builder clear() { method clone (line 2568) | public Builder clone() { method getDescriptorForType (line 2572) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 2577) | public cn.wildfirechat.proto.WFCMessage.GroupInfo getDefaultInstan... method build (line 2581) | public cn.wildfirechat.proto.WFCMessage.GroupInfo build() { method buildPartial (line 2589) | public cn.wildfirechat.proto.WFCMessage.GroupInfo buildPartial() { method mergeFrom (line 2666) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 2675) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.GroupInf... method isInitialized (line 2742) | public final boolean isInitialized() { method mergeFrom (line 2754) | public Builder mergeFrom( method hasTargetId (line 2778) | public boolean hasTargetId() { method getTargetId (line 2784) | public java.lang.String getTargetId() { method getTargetIdBytes (line 2798) | public com.google.protobuf.ByteString method setTargetId (line 2814) | public Builder setTargetId( method clearTargetId (line 2827) | public Builder clearTargetId() { method setTargetIdBytes (line 2836) | public Builder setTargetIdBytes( method hasName (line 2852) | public boolean hasName() { method getName (line 2858) | public java.lang.String getName() { method getNameBytes (line 2872) | public com.google.protobuf.ByteString method setName (line 2888) | public Builder setName( method clearName (line 2901) | public Builder clearName() { method setNameBytes (line 2910) | public Builder setNameBytes( method hasPortrait (line 2926) | public boolean hasPortrait() { method getPortrait (line 2932) | public java.lang.String getPortrait() { method getPortraitBytes (line 2946) | public com.google.protobuf.ByteString method setPortrait (line 2962) | public Builder setPortrait( method clearPortrait (line 2975) | public Builder clearPortrait() { method setPortraitBytes (line 2984) | public Builder setPortraitBytes( method hasOwner (line 3000) | public boolean hasOwner() { method getOwner (line 3006) | public java.lang.String getOwner() { method getOwnerBytes (line 3020) | public com.google.protobuf.ByteString method setOwner (line 3036) | public Builder setOwner( method clearOwner (line 3049) | public Builder clearOwner() { method setOwnerBytes (line 3058) | public Builder setOwnerBytes( method hasType (line 3074) | public boolean hasType() { method getType (line 3080) | public int getType() { method setType (line 3086) | public Builder setType(int value) { method clearType (line 3095) | public Builder clearType() { method hasMemberCount (line 3107) | public boolean hasMemberCount() { method getMemberCount (line 3113) | public int getMemberCount() { method setMemberCount (line 3119) | public Builder setMemberCount(int value) { method clearMemberCount (line 3128) | public Builder clearMemberCount() { method hasExtra (line 3140) | public boolean hasExtra() { method getExtra (line 3146) | public java.lang.String getExtra() { method getExtraBytes (line 3160) | public com.google.protobuf.ByteString method setExtra (line 3176) | public Builder setExtra( method clearExtra (line 3189) | public Builder clearExtra() { method setExtraBytes (line 3198) | public Builder setExtraBytes( method hasUpdateDt (line 3214) | public boolean hasUpdateDt() { method getUpdateDt (line 3220) | public long getUpdateDt() { method setUpdateDt (line 3226) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 3235) | public Builder clearUpdateDt() { method hasMemberUpdateDt (line 3247) | public boolean hasMemberUpdateDt() { method getMemberUpdateDt (line 3253) | public long getMemberUpdateDt() { method setMemberUpdateDt (line 3259) | public Builder setMemberUpdateDt(long value) { method clearMemberUpdateDt (line 3268) | public Builder clearMemberUpdateDt() { method hasMute (line 3280) | public boolean hasMute() { method getMute (line 3286) | public int getMute() { method setMute (line 3292) | public Builder setMute(int value) { method clearMute (line 3301) | public Builder clearMute() { method hasJoinType (line 3313) | public boolean hasJoinType() { method getJoinType (line 3319) | public int getJoinType() { method setJoinType (line 3325) | public Builder setJoinType(int value) { method clearJoinType (line 3334) | public Builder clearJoinType() { method hasPrivateChat (line 3346) | public boolean hasPrivateChat() { method getPrivateChat (line 3352) | public int getPrivateChat() { method setPrivateChat (line 3358) | public Builder setPrivateChat(int value) { method clearPrivateChat (line 3367) | public Builder clearPrivateChat() { method hasSearchable (line 3379) | public boolean hasSearchable() { method getSearchable (line 3385) | public int getSearchable() { method setSearchable (line 3391) | public Builder setSearchable(int value) { method clearSearchable (line 3400) | public Builder clearSearchable() { method hasMaxMemberCount (line 3412) | public boolean hasMaxMemberCount() { method getMaxMemberCount (line 3418) | public int getMaxMemberCount() { method setMaxMemberCount (line 3424) | public Builder setMaxMemberCount(int value) { method clearMaxMemberCount (line 3433) | public Builder clearMaxMemberCount() { method hasHistoryMessage (line 3445) | public boolean hasHistoryMessage() { method getHistoryMessage (line 3451) | public int getHistoryMessage() { method setHistoryMessage (line 3457) | public Builder setHistoryMessage(int value) { method clearHistoryMessage (line 3466) | public Builder clearHistoryMessage() { method hasSuperGroup (line 3478) | public boolean hasSuperGroup() { method getSuperGroup (line 3484) | public int getSuperGroup() { method setSuperGroup (line 3490) | public Builder setSuperGroup(int value) { method clearSuperGroup (line 3499) | public Builder clearSuperGroup() { method hasDeleted (line 3511) | public boolean hasDeleted() { method getDeleted (line 3517) | public int getDeleted() { method setDeleted (line 3523) | public Builder setDeleted(int value) { method clearDeleted (line 3532) | public Builder clearDeleted() { type GroupMemberOrBuilder (line 3550) | public interface GroupMemberOrBuilder method hasMemberId (line 3557) | boolean hasMemberId(); method getMemberId (line 3561) | java.lang.String getMemberId(); method getMemberIdBytes (line 3565) | com.google.protobuf.ByteString method hasAlias (line 3572) | boolean hasAlias(); method getAlias (line 3576) | java.lang.String getAlias(); method getAliasBytes (line 3580) | com.google.protobuf.ByteString method hasType (line 3587) | boolean hasType(); method getType (line 3591) | int getType(); method hasUpdateDt (line 3597) | boolean hasUpdateDt(); method getUpdateDt (line 3601) | long getUpdateDt(); method hasCreateDt (line 3607) | boolean hasCreateDt(); method getCreateDt (line 3611) | long getCreateDt(); method hasExtra (line 3617) | boolean hasExtra(); method getExtra (line 3621) | java.lang.String getExtra(); method getExtraBytes (line 3625) | com.google.protobuf.ByteString class GroupMember (line 3631) | public static final class GroupMember extends method GroupMember (line 3635) | private GroupMember(com.google.protobuf.GeneratedMessage.Builder ... method GroupMember (line 3639) | private GroupMember(boolean noInit) { this.unknownFields = com.googl... method getDefaultInstance (line 3642) | public static GroupMember getDefaultInstance() { method getDefaultInstanceForType (line 3646) | public GroupMember getDefaultInstanceForType() { method getUnknownFields (line 3651) | @java.lang.Override method GroupMember (line 3656) | private GroupMember( method getDescriptor (line 3721) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 3726) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 3735) | public GroupMember parsePartialFrom( method getParserForType (line 3743) | @java.lang.Override method hasMemberId (line 3755) | public boolean hasMemberId() { method getMemberId (line 3761) | public java.lang.String getMemberId() { method getMemberIdBytes (line 3778) | public com.google.protobuf.ByteString method hasAlias (line 3798) | public boolean hasAlias() { method getAlias (line 3804) | public java.lang.String getAlias() { method getAliasBytes (line 3821) | public com.google.protobuf.ByteString method hasType (line 3841) | public boolean hasType() { method getType (line 3847) | public int getType() { method hasUpdateDt (line 3857) | public boolean hasUpdateDt() { method getUpdateDt (line 3863) | public long getUpdateDt() { method hasCreateDt (line 3873) | public boolean hasCreateDt() { method getCreateDt (line 3879) | public long getCreateDt() { method hasExtra (line 3889) | public boolean hasExtra() { method getExtra (line 3895) | public java.lang.String getExtra() { method getExtraBytes (line 3912) | public com.google.protobuf.ByteString method initFields (line 3926) | private void initFields() { method isInitialized (line 3935) | public final boolean isInitialized() { method writeTo (line 3951) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 3976) | public int getSerializedSize() { method writeReplace (line 4011) | @java.lang.Override method parseFrom (line 4017) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom( method parseFrom (line 4022) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom( method parseFrom (line 4028) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom... method parseFrom (line 4032) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom( method parseFrom (line 4038) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom... method parseFrom (line 4042) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom( method parseDelimitedFrom (line 4048) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseDeli... method parseDelimitedFrom (line 4052) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseDeli... method parseFrom (line 4058) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom( method parseFrom (line 4063) | public static cn.wildfirechat.proto.WFCMessage.GroupMember parseFrom( method newBuilder (line 4070) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 4071) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 4072) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Gr... method toBuilder (line 4075) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 4077) | @java.lang.Override class Builder (line 4086) | public static final class Builder extends method getDescriptor (line 4089) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 4094) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 4102) | private Builder() { method Builder (line 4106) | private Builder( method maybeForceBuilderInitialization (line 4111) | private void maybeForceBuilderInitialization() { method create (line 4115) | private static Builder create() { method clear (line 4119) | public Builder clear() { method clone (line 4136) | public Builder clone() { method getDescriptorForType (line 4140) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 4145) | public cn.wildfirechat.proto.WFCMessage.GroupMember getDefaultInst... method build (line 4149) | public cn.wildfirechat.proto.WFCMessage.GroupMember build() { method buildPartial (line 4157) | public cn.wildfirechat.proto.WFCMessage.GroupMember buildPartial() { method mergeFrom (line 4190) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 4199) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.GroupMem... method isInitialized (line 4229) | public final boolean isInitialized() { method mergeFrom (line 4241) | public Builder mergeFrom( method hasMemberId (line 4265) | public boolean hasMemberId() { method getMemberId (line 4271) | public java.lang.String getMemberId() { method getMemberIdBytes (line 4285) | public com.google.protobuf.ByteString method setMemberId (line 4301) | public Builder setMemberId( method clearMemberId (line 4314) | public Builder clearMemberId() { method setMemberIdBytes (line 4323) | public Builder setMemberIdBytes( method hasAlias (line 4339) | public boolean hasAlias() { method getAlias (line 4345) | public java.lang.String getAlias() { method getAliasBytes (line 4359) | public com.google.protobuf.ByteString method setAlias (line 4375) | public Builder setAlias( method clearAlias (line 4388) | public Builder clearAlias() { method setAliasBytes (line 4397) | public Builder setAliasBytes( method hasType (line 4413) | public boolean hasType() { method getType (line 4419) | public int getType() { method setType (line 4425) | public Builder setType(int value) { method clearType (line 4434) | public Builder clearType() { method hasUpdateDt (line 4446) | public boolean hasUpdateDt() { method getUpdateDt (line 4452) | public long getUpdateDt() { method setUpdateDt (line 4458) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 4467) | public Builder clearUpdateDt() { method hasCreateDt (line 4479) | public boolean hasCreateDt() { method getCreateDt (line 4485) | public long getCreateDt() { method setCreateDt (line 4491) | public Builder setCreateDt(long value) { method clearCreateDt (line 4500) | public Builder clearCreateDt() { method hasExtra (line 4512) | public boolean hasExtra() { method getExtra (line 4518) | public java.lang.String getExtra() { method getExtraBytes (line 4532) | public com.google.protobuf.ByteString method setExtra (line 4548) | public Builder setExtra( method clearExtra (line 4561) | public Builder clearExtra() { method setExtraBytes (line 4570) | public Builder setExtraBytes( type GroupOrBuilder (line 4592) | public interface GroupOrBuilder method hasGroupInfo (line 4599) | boolean hasGroupInfo(); method getGroupInfo (line 4603) | cn.wildfirechat.proto.WFCMessage.GroupInfo getGroupInfo(); method getGroupInfoOrBuilder (line 4607) | cn.wildfirechat.proto.WFCMessage.GroupInfoOrBuilder getGroupInfoOrBu... method getMembersList (line 4613) | java.util.List method getMembers (line 4618) | cn.wildfirechat.proto.WFCMessage.GroupMember getMembers(int index); method getMembersCount (line 4622) | int getMembersCount(); method getMembersOrBuilderList (line 4626) | java.util.List builde... method Group (line 4645) | private Group(boolean noInit) { this.unknownFields = com.google.prot... method getDefaultInstance (line 4648) | public static Group getDefaultInstance() { method getDefaultInstanceForType (line 4652) | public Group getDefaultInstanceForType() { method getUnknownFields (line 4657) | @java.lang.Override method Group (line 4662) | private Group( method getDescriptor (line 4721) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 4726) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 4735) | public Group parsePartialFrom( method getParserForType (line 4743) | @java.lang.Override method hasGroupInfo (line 4755) | public boolean hasGroupInfo() { method getGroupInfo (line 4761) | public cn.wildfirechat.proto.WFCMessage.GroupInfo getGroupInfo() { method getGroupInfoOrBuilder (line 4767) | public cn.wildfirechat.proto.WFCMessage.GroupInfoOrBuilder getGroupI... method getMembersList (line 4777) | public java.util.List ... method getMembersOrBuilderList (line 4783) | public java.util.List method getSubMenu (line 5621) | cn.wildfirechat.proto.WFCMessage.ChannelMenu getSubMenu(int index); method getSubMenuCount (line 5625) | int getSubMenuCount(); method getSubMenuOrBuilderList (line 5629) | java.util.List ... method ChannelMenu (line 5678) | private ChannelMenu(boolean noInit) { this.unknownFields = com.googl... method getDefaultInstance (line 5681) | public static ChannelMenu getDefaultInstance() { method getDefaultInstanceForType (line 5685) | public ChannelMenu getDefaultInstanceForType() { method getUnknownFields (line 5690) | @java.lang.Override method ChannelMenu (line 5695) | private ChannelMenu( method getDescriptor (line 5791) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 5796) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 5805) | public ChannelMenu parsePartialFrom( method getParserForType (line 5813) | @java.lang.Override method hasType (line 5825) | public boolean hasType() { method getType (line 5831) | public java.lang.String getType() { method getTypeBytes (line 5848) | public com.google.protobuf.ByteString method hasName (line 5868) | public boolean hasName() { method getName (line 5874) | public java.lang.String getName() { method getNameBytes (line 5891) | public com.google.protobuf.ByteString method hasKey (line 5911) | public boolean hasKey() { method getKey (line 5917) | public java.lang.String getKey() { method getKeyBytes (line 5934) | public com.google.protobuf.ByteString method hasUrl (line 5954) | public boolean hasUrl() { method getUrl (line 5960) | public java.lang.String getUrl() { method getUrlBytes (line 5977) | public com.google.protobuf.ByteString method hasMediaId (line 5997) | public boolean hasMediaId() { method getMediaId (line 6003) | public java.lang.String getMediaId() { method getMediaIdBytes (line 6020) | public com.google.protobuf.ByteString method hasArticleId (line 6040) | public boolean hasArticleId() { method getArticleId (line 6046) | public java.lang.String getArticleId() { method getArticleIdBytes (line 6063) | public com.google.protobuf.ByteString method hasAppId (line 6083) | public boolean hasAppId() { method getAppId (line 6089) | public java.lang.String getAppId() { method getAppIdBytes (line 6106) | public com.google.protobuf.ByteString method hasAppPage (line 6126) | public boolean hasAppPage() { method getAppPage (line 6132) | public java.lang.String getAppPage() { method getAppPageBytes (line 6149) | public com.google.protobuf.ByteString method getSubMenuList (line 6169) | public java.util.List ... method getSubMenuOrBuilderList (line 6175) | public java.util.List method getMenu (line 7766) | cn.wildfirechat.proto.WFCMessage.ChannelMenu getMenu(int index); method getMenuCount (line 7770) | int getMenuCount(); method getMenuOrBuilderList (line 7774) | java.util.List ... method getMenuOrBuilderList (line 7895) | public java.util.List method getMenu (line 8610) | cn.wildfirechat.proto.WFCMessage.ChannelMenu getMenu(int index); method getMenuCount (line 8614) | int getMenuCount(); method getMenuOrBuilderList (line 8618) | java.util.List ... method ChannelInfo (line 8637) | private ChannelInfo(boolean noInit) { this.unknownFields = com.googl... method getDefaultInstance (line 8640) | public static ChannelInfo getDefaultInstance() { method getDefaultInstanceForType (line 8644) | public ChannelInfo getDefaultInstanceForType() { method getUnknownFields (line 8649) | @java.lang.Override method ChannelInfo (line 8654) | private ChannelInfo( method getDescriptor (line 8755) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 8760) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 8769) | public ChannelInfo parsePartialFrom( method getParserForType (line 8777) | @java.lang.Override method hasTargetId (line 8789) | public boolean hasTargetId() { method getTargetId (line 8795) | public java.lang.String getTargetId() { method getTargetIdBytes (line 8812) | public com.google.protobuf.ByteString method hasName (line 8832) | public boolean hasName() { method getName (line 8838) | public java.lang.String getName() { method getNameBytes (line 8855) | public com.google.protobuf.ByteString method hasPortrait (line 8875) | public boolean hasPortrait() { method getPortrait (line 8881) | public java.lang.String getPortrait() { method getPortraitBytes (line 8898) | public com.google.protobuf.ByteString method hasOwner (line 8918) | public boolean hasOwner() { method getOwner (line 8924) | public java.lang.String getOwner() { method getOwnerBytes (line 8941) | public com.google.protobuf.ByteString method hasStatus (line 8965) | public boolean hasStatus() { method getStatus (line 8975) | public int getStatus() { method hasDesc (line 8985) | public boolean hasDesc() { method getDesc (line 8991) | public java.lang.String getDesc() { method getDescBytes (line 9008) | public com.google.protobuf.ByteString method hasExtra (line 9028) | public boolean hasExtra() { method getExtra (line 9034) | public java.lang.String getExtra() { method getExtraBytes (line 9051) | public com.google.protobuf.ByteString method hasUpdateDt (line 9071) | public boolean hasUpdateDt() { method getUpdateDt (line 9077) | public long getUpdateDt() { method hasSecret (line 9087) | public boolean hasSecret() { method getSecret (line 9093) | public java.lang.String getSecret() { method getSecretBytes (line 9110) | public com.google.protobuf.ByteString method hasCallback (line 9130) | public boolean hasCallback() { method getCallback (line 9136) | public java.lang.String getCallback() { method getCallbackBytes (line 9153) | public com.google.protobuf.ByteString method hasAutomatic (line 9173) | public boolean hasAutomatic() { method getAutomatic (line 9179) | public int getAutomatic() { method getMenuList (line 9189) | public java.util.List ... method getMenuOrBuilderList (line 9195) | public java.util.List method getListenerCount (line 13292) | int getListenerCount(); method getListener (line 13296) | java.lang.String getListener(int index); method getListenerBytes (line 13300) | com.google.protobuf.ByteString class PullChannelListenerResult (line 13306) | public static final class PullChannelListenerResult extends method PullChannelListenerResult (line 13310) | private PullChannelListenerResult(com.google.protobuf.GeneratedMessa... method PullChannelListenerResult (line 13314) | private PullChannelListenerResult(boolean noInit) { this.unknownFiel... method getDefaultInstance (line 13317) | public static PullChannelListenerResult getDefaultInstance() { method getDefaultInstanceForType (line 13321) | public PullChannelListenerResult getDefaultInstanceForType() { method getUnknownFields (line 13326) | @java.lang.Override method PullChannelListenerResult (line 13331) | private PullChannelListenerResult( method getDescriptor (line 13387) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 13392) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 13401) | public PullChannelListenerResult parsePartialFrom( method getParserForType (line 13409) | @java.lang.Override method hasTotalCount (line 13421) | public boolean hasTotalCount() { method getTotalCount (line 13427) | public int getTotalCount() { method hasOffset (line 13437) | public boolean hasOffset() { method getOffset (line 13443) | public int getOffset() { method getListenerList (line 13453) | public java.util.List method getListenerCount (line 13460) | public int getListenerCount() { method getListener (line 13466) | public java.lang.String getListener(int index) { method getListenerBytes (line 13472) | public com.google.protobuf.ByteString method initFields (line 13477) | private void initFields() { method isInitialized (line 13483) | public final boolean isInitialized() { method writeTo (line 13499) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 13515) | public int getSerializedSize() { method writeReplace (line 13543) | @java.lang.Override method parseFrom (line 13549) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13554) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13560) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13564) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13570) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13574) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseDelimitedFrom (line 13580) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseDelimitedFrom (line 13584) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13590) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method parseFrom (line 13595) | public static cn.wildfirechat.proto.WFCMessage.PullChannelListenerRe... method newBuilder (line 13602) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 13603) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 13604) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Pu... method toBuilder (line 13607) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 13609) | @java.lang.Override class Builder (line 13618) | public static final class Builder extends method getDescriptor (line 13621) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 13626) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 13634) | private Builder() { method Builder (line 13638) | private Builder( method maybeForceBuilderInitialization (line 13643) | private void maybeForceBuilderInitialization() { method create (line 13647) | private static Builder create() { method clear (line 13651) | public Builder clear() { method clone (line 13662) | public Builder clone() { method getDescriptorForType (line 13666) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 13671) | public cn.wildfirechat.proto.WFCMessage.PullChannelListenerResult ... method build (line 13675) | public cn.wildfirechat.proto.WFCMessage.PullChannelListenerResult ... method buildPartial (line 13683) | public cn.wildfirechat.proto.WFCMessage.PullChannelListenerResult ... method mergeFrom (line 13706) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 13715) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.PullChan... method isInitialized (line 13737) | public final boolean isInitialized() { method mergeFrom (line 13749) | public Builder mergeFrom( method hasTotalCount (line 13773) | public boolean hasTotalCount() { method getTotalCount (line 13779) | public int getTotalCount() { method setTotalCount (line 13785) | public Builder setTotalCount(int value) { method clearTotalCount (line 13794) | public Builder clearTotalCount() { method hasOffset (line 13806) | public boolean hasOffset() { method getOffset (line 13812) | public int getOffset() { method setOffset (line 13818) | public Builder setOffset(int value) { method clearOffset (line 13827) | public Builder clearOffset() { method ensureListenerIsMutable (line 13836) | private void ensureListenerIsMutable() { method getListenerList (line 13845) | public java.util.List method getListenerCount (line 13852) | public int getListenerCount() { method getListener (line 13858) | public java.lang.String getListener(int index) { method getListenerBytes (line 13864) | public com.google.protobuf.ByteString method setListener (line 13871) | public Builder setListener( method addListener (line 13884) | public Builder addListener( method addAllListener (line 13897) | public Builder addAllListener( method clearListener (line 13907) | public Builder clearListener() { method addListenerBytes (line 13916) | public Builder addListenerBytes( type ListenChannelOrBuilder (line 13938) | public interface ListenChannelOrBuilder method hasChannelId (line 13945) | boolean hasChannelId(); method getChannelId (line 13949) | java.lang.String getChannelId(); method getChannelIdBytes (line 13953) | com.google.protobuf.ByteString method hasListen (line 13960) | boolean hasListen(); method getListen (line 13964) | int getListen(); class ListenChannel (line 13969) | public static final class ListenChannel extends method ListenChannel (line 13973) | private ListenChannel(com.google.protobuf.GeneratedMessage.Builder method getChannel (line 14518) | cn.wildfirechat.proto.WFCMessage.ChannelInfo getChannel(int index); method getChannelCount (line 14522) | int getChannelCount(); method getChannelOrBuilderList (line 14526) | java.util.List ... method getChannelOrBuilderList (line 14668) | public java.util.List method getMentionedTargetCount (line 15491) | int getMentionedTargetCount(); method getMentionedTarget (line 15495) | java.lang.String getMentionedTarget(int index); method getMentionedTargetBytes (line 15499) | com.google.protobuf.ByteString method hasExtra (line 15506) | boolean hasExtra(); method getExtra (line 15510) | java.lang.String getExtra(); method getExtraBytes (line 15514) | com.google.protobuf.ByteString method hasPushData (line 15521) | boolean hasPushData(); method getPushData (line 15525) | java.lang.String getPushData(); method getPushDataBytes (line 15529) | com.google.protobuf.ByteString class MessageContent (line 15535) | public static final class MessageContent extends method MessageContent (line 15539) | private MessageContent(com.google.protobuf.GeneratedMessage.Builder<... method MessageContent (line 15543) | private MessageContent(boolean noInit) { this.unknownFields = com.go... method getDefaultInstance (line 15546) | public static MessageContent getDefaultInstance() { method getDefaultInstanceForType (line 15550) | public MessageContent getDefaultInstanceForType() { method getUnknownFields (line 15555) | @java.lang.Override method MessageContent (line 15560) | private MessageContent( method getDescriptor (line 15666) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 15671) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 15680) | public MessageContent parsePartialFrom( method getParserForType (line 15688) | @java.lang.Override method hasType (line 15700) | public boolean hasType() { method getType (line 15706) | public int getType() { method hasSearchableContent (line 15716) | public boolean hasSearchableContent() { method getSearchableContent (line 15722) | public java.lang.String getSearchableContent() { method getSearchableContentBytes (line 15739) | public com.google.protobuf.ByteString method hasPushContent (line 15759) | public boolean hasPushContent() { method getPushContent (line 15765) | public java.lang.String getPushContent() { method getPushContentBytes (line 15782) | public com.google.protobuf.ByteString method hasContent (line 15802) | public boolean hasContent() { method getContent (line 15808) | public java.lang.String getContent() { method getContentBytes (line 15825) | public com.google.protobuf.ByteString method hasData (line 15845) | public boolean hasData() { method getData (line 15851) | public com.google.protobuf.ByteString getData() { method hasMediaType (line 15861) | public boolean hasMediaType() { method getMediaType (line 15867) | public int getMediaType() { method hasRemoteMediaUrl (line 15877) | public boolean hasRemoteMediaUrl() { method getRemoteMediaUrl (line 15883) | public java.lang.String getRemoteMediaUrl() { method getRemoteMediaUrlBytes (line 15900) | public com.google.protobuf.ByteString method hasPersistFlag (line 15920) | public boolean hasPersistFlag() { method getPersistFlag (line 15926) | public int getPersistFlag() { method hasExpireDuration (line 15936) | public boolean hasExpireDuration() { method getExpireDuration (line 15942) | public int getExpireDuration() { method hasMentionedType (line 15952) | public boolean hasMentionedType() { method getMentionedType (line 15958) | public int getMentionedType() { method getMentionedTargetList (line 15968) | public java.util.List method getMentionedTargetCount (line 15975) | public int getMentionedTargetCount() { method getMentionedTarget (line 15981) | public java.lang.String getMentionedTarget(int index) { method getMentionedTargetBytes (line 15987) | public com.google.protobuf.ByteString method hasExtra (line 15998) | public boolean hasExtra() { method getExtra (line 16004) | public java.lang.String getExtra() { method getExtraBytes (line 16021) | public com.google.protobuf.ByteString method hasPushData (line 16041) | public boolean hasPushData() { method getPushData (line 16047) | public java.lang.String getPushData() { method getPushDataBytes (line 16064) | public com.google.protobuf.ByteString method initFields (line 16078) | private void initFields() { method isInitialized (line 16094) | public final boolean isInitialized() { method writeTo (line 16106) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 16152) | public int getSerializedSize() { method writeReplace (line 16220) | @java.lang.Override method parseFrom (line 16226) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseFrom (line 16231) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseFrom (line 16237) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseFrom (line 16241) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseFrom (line 16247) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseFrom (line 16251) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseDelimitedFrom (line 16257) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseD... method parseDelimitedFrom (line 16261) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseD... method parseFrom (line 16267) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method parseFrom (line 16272) | public static cn.wildfirechat.proto.WFCMessage.MessageContent parseF... method newBuilder (line 16279) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 16280) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 16281) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Me... method toBuilder (line 16284) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 16286) | @java.lang.Override class Builder (line 16295) | public static final class Builder extends method getDescriptor (line 16298) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 16303) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 16311) | private Builder() { method Builder (line 16315) | private Builder( method maybeForceBuilderInitialization (line 16320) | private void maybeForceBuilderInitialization() { method create (line 16324) | private static Builder create() { method clear (line 16328) | public Builder clear() { method clone (line 16359) | public Builder clone() { method getDescriptorForType (line 16363) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 16368) | public cn.wildfirechat.proto.WFCMessage.MessageContent getDefaultI... method build (line 16372) | public cn.wildfirechat.proto.WFCMessage.MessageContent build() { method buildPartial (line 16380) | public cn.wildfirechat.proto.WFCMessage.MessageContent buildPartia... method mergeFrom (line 16443) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 16452) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.MessageC... method isInitialized (line 16516) | public final boolean isInitialized() { method mergeFrom (line 16524) | public Builder mergeFrom( method hasType (line 16548) | public boolean hasType() { method getType (line 16554) | public int getType() { method setType (line 16560) | public Builder setType(int value) { method clearType (line 16569) | public Builder clearType() { method hasSearchableContent (line 16581) | public boolean hasSearchableContent() { method getSearchableContent (line 16587) | public java.lang.String getSearchableContent() { method getSearchableContentBytes (line 16601) | public com.google.protobuf.ByteString method setSearchableContent (line 16617) | public Builder setSearchableContent( method clearSearchableContent (line 16630) | public Builder clearSearchableContent() { method setSearchableContentBytes (line 16639) | public Builder setSearchableContentBytes( method hasPushContent (line 16655) | public boolean hasPushContent() { method getPushContent (line 16661) | public java.lang.String getPushContent() { method getPushContentBytes (line 16675) | public com.google.protobuf.ByteString method setPushContent (line 16691) | public Builder setPushContent( method clearPushContent (line 16704) | public Builder clearPushContent() { method setPushContentBytes (line 16713) | public Builder setPushContentBytes( method hasContent (line 16729) | public boolean hasContent() { method getContent (line 16735) | public java.lang.String getContent() { method getContentBytes (line 16749) | public com.google.protobuf.ByteString method setContent (line 16765) | public Builder setContent( method clearContent (line 16778) | public Builder clearContent() { method setContentBytes (line 16787) | public Builder setContentBytes( method hasData (line 16803) | public boolean hasData() { method getData (line 16809) | public com.google.protobuf.ByteString getData() { method setData (line 16815) | public Builder setData(com.google.protobuf.ByteString value) { method clearData (line 16827) | public Builder clearData() { method hasMediaType (line 16839) | public boolean hasMediaType() { method getMediaType (line 16845) | public int getMediaType() { method setMediaType (line 16851) | public Builder setMediaType(int value) { method clearMediaType (line 16860) | public Builder clearMediaType() { method hasRemoteMediaUrl (line 16872) | public boolean hasRemoteMediaUrl() { method getRemoteMediaUrl (line 16878) | public java.lang.String getRemoteMediaUrl() { method getRemoteMediaUrlBytes (line 16892) | public com.google.protobuf.ByteString method setRemoteMediaUrl (line 16908) | public Builder setRemoteMediaUrl( method clearRemoteMediaUrl (line 16921) | public Builder clearRemoteMediaUrl() { method setRemoteMediaUrlBytes (line 16930) | public Builder setRemoteMediaUrlBytes( method hasPersistFlag (line 16946) | public boolean hasPersistFlag() { method getPersistFlag (line 16952) | public int getPersistFlag() { method setPersistFlag (line 16958) | public Builder setPersistFlag(int value) { method clearPersistFlag (line 16967) | public Builder clearPersistFlag() { method hasExpireDuration (line 16979) | public boolean hasExpireDuration() { method getExpireDuration (line 16985) | public int getExpireDuration() { method setExpireDuration (line 16991) | public Builder setExpireDuration(int value) { method clearExpireDuration (line 17000) | public Builder clearExpireDuration() { method hasMentionedType (line 17012) | public boolean hasMentionedType() { method getMentionedType (line 17018) | public int getMentionedType() { method setMentionedType (line 17024) | public Builder setMentionedType(int value) { method clearMentionedType (line 17033) | public Builder clearMentionedType() { method ensureMentionedTargetIsMutable (line 17042) | private void ensureMentionedTargetIsMutable() { method getMentionedTargetList (line 17051) | public java.util.List method getMentionedTargetCount (line 17058) | public int getMentionedTargetCount() { method getMentionedTarget (line 17064) | public java.lang.String getMentionedTarget(int index) { method getMentionedTargetBytes (line 17070) | public com.google.protobuf.ByteString method setMentionedTarget (line 17077) | public Builder setMentionedTarget( method addMentionedTarget (line 17090) | public Builder addMentionedTarget( method addAllMentionedTarget (line 17103) | public Builder addAllMentionedTarget( method clearMentionedTarget (line 17113) | public Builder clearMentionedTarget() { method addMentionedTargetBytes (line 17122) | public Builder addMentionedTargetBytes( method hasExtra (line 17138) | public boolean hasExtra() { method getExtra (line 17144) | public java.lang.String getExtra() { method getExtraBytes (line 17158) | public com.google.protobuf.ByteString method setExtra (line 17174) | public Builder setExtra( method clearExtra (line 17187) | public Builder clearExtra() { method setExtraBytes (line 17196) | public Builder setExtraBytes( method hasPushData (line 17212) | public boolean hasPushData() { method getPushData (line 17218) | public java.lang.String getPushData() { method getPushDataBytes (line 17232) | public com.google.protobuf.ByteString method setPushData (line 17248) | public Builder setPushData( method clearPushData (line 17261) | public Builder clearPushData() { method setPushDataBytes (line 17270) | public Builder setPushDataBytes( type AddGroupMemberRequestOrBuilder (line 17292) | public interface AddGroupMemberRequestOrBuilder method hasGroupId (line 17299) | boolean hasGroupId(); method getGroupId (line 17303) | java.lang.String getGroupId(); method getGroupIdBytes (line 17307) | com.google.protobuf.ByteString method getAddedMemberList (line 17314) | java.util.List method getAddedMember (line 17319) | cn.wildfirechat.proto.WFCMessage.GroupMember getAddedMember(int index); method getAddedMemberCount (line 17323) | int getAddedMemberCount(); method getAddedMemberOrBuilderList (line 17327) | java.util.List getToLineList(); method getToLineCount (line 17343) | int getToLineCount(); method getToLine (line 17347) | int getToLine(int index); method hasNotifyContent (line 17353) | boolean hasNotifyContent(); method getNotifyContent (line 17357) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 17361) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... method hasExtra (line 17367) | boolean hasExtra(); method getExtra (line 17371) | java.lang.String getExtra(); method getExtraBytes (line 17375) | com.google.protobuf.ByteString class AddGroupMemberRequest (line 17381) | public static final class AddGroupMemberRequest extends method AddGroupMemberRequest (line 17385) | private AddGroupMemberRequest(com.google.protobuf.GeneratedMessage.B... method AddGroupMemberRequest (line 17389) | private AddGroupMemberRequest(boolean noInit) { this.unknownFields =... method getDefaultInstance (line 17392) | public static AddGroupMemberRequest getDefaultInstance() { method getDefaultInstanceForType (line 17396) | public AddGroupMemberRequest getDefaultInstanceForType() { method getUnknownFields (line 17401) | @java.lang.Override method AddGroupMemberRequest (line 17406) | private AddGroupMemberRequest( method getDescriptor (line 17499) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 17504) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 17513) | public AddGroupMemberRequest parsePartialFrom( method getParserForType (line 17521) | @java.lang.Override method hasGroupId (line 17533) | public boolean hasGroupId() { method getGroupId (line 17539) | public java.lang.String getGroupId() { method getGroupIdBytes (line 17556) | public com.google.protobuf.ByteString method getAddedMemberList (line 17576) | public java.util.List ... method getAddedMemberOrBuilderList (line 17582) | public java.util.List method getToLineCount (line 17619) | public int getToLineCount() { method getToLine (line 17625) | public int getToLine(int index) { method hasNotifyContent (line 17635) | public boolean hasNotifyContent() { method getNotifyContent (line 17641) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 17647) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method hasExtra (line 17657) | public boolean hasExtra() { method getExtra (line 17663) | public java.lang.String getExtra() { method getExtraBytes (line 17680) | public com.google.protobuf.ByteString method initFields (line 17694) | private void initFields() { method isInitialized (line 17702) | public final boolean isInitialized() { method writeTo (line 17726) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 17748) | public int getSerializedSize() { method writeReplace (line 17784) | @java.lang.Override method parseFrom (line 17790) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17795) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17801) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17805) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17811) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17815) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseDelimitedFrom (line 17821) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseDelimitedFrom (line 17825) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17831) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method parseFrom (line 17836) | public static cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest... method newBuilder (line 17843) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 17844) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 17845) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ad... method toBuilder (line 17848) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 17850) | @java.lang.Override class Builder (line 17859) | public static final class Builder extends method getDescriptor (line 17862) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 17867) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 17875) | private Builder() { method Builder (line 17879) | private Builder( method maybeForceBuilderInitialization (line 17884) | private void maybeForceBuilderInitialization() { method create (line 17890) | private static Builder create() { method clear (line 17894) | public Builder clear() { method clone (line 17917) | public Builder clone() { method getDescriptorForType (line 17921) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 17926) | public cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest getD... method build (line 17930) | public cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest buil... method buildPartial (line 17938) | public cn.wildfirechat.proto.WFCMessage.AddGroupMemberRequest buil... method mergeFrom (line 17977) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 17986) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.AddGroup... method isInitialized (line 18041) | public final boolean isInitialized() { method mergeFrom (line 18061) | public Builder mergeFrom( method hasGroupId (line 18085) | public boolean hasGroupId() { method getGroupId (line 18091) | public java.lang.String getGroupId() { method getGroupIdBytes (line 18105) | public com.google.protobuf.ByteString method setGroupId (line 18121) | public Builder setGroupId( method clearGroupId (line 18134) | public Builder clearGroupId() { method setGroupIdBytes (line 18143) | public Builder setGroupIdBytes( method ensureAddedMemberIsMutable (line 18157) | private void ensureAddedMemberIsMutable() { method getAddedMemberList (line 18170) | public java.util.List method getToLineCount (line 18412) | public int getToLineCount() { method getToLine (line 18418) | public int getToLine(int index) { method setToLine (line 18424) | public Builder setToLine( method addToLine (line 18434) | public Builder addToLine(int value) { method addAllToLine (line 18443) | public Builder addAllToLine( method clearToLine (line 18453) | public Builder clearToLine() { method hasNotifyContent (line 18467) | public boolean hasNotifyContent() { method getNotifyContent (line 18473) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 18483) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 18499) | public Builder setNotifyContent( method mergeNotifyContent (line 18513) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 18532) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 18545) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 18553) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 18563) | private com.google.protobuf.SingleFieldBuilder< method hasExtra (line 18582) | public boolean hasExtra() { method getExtra (line 18588) | public java.lang.String getExtra() { method getExtraBytes (line 18602) | public com.google.protobuf.ByteString method setExtra (line 18618) | public Builder setExtra( method clearExtra (line 18631) | public Builder clearExtra() { method setExtraBytes (line 18640) | public Builder setExtraBytes( type CreateGroupRequestOrBuilder (line 18662) | public interface CreateGroupRequestOrBuilder method hasGroup (line 18669) | boolean hasGroup(); method getGroup (line 18673) | cn.wildfirechat.proto.WFCMessage.Group getGroup(); method getGroupOrBuilder (line 18677) | cn.wildfirechat.proto.WFCMessage.GroupOrBuilder getGroupOrBuilder(); method getToLineList (line 18683) | java.util.List getToLineList(); method getToLineCount (line 18687) | int getToLineCount(); method getToLine (line 18691) | int getToLine(int index); method hasNotifyContent (line 18697) | boolean hasNotifyContent(); method getNotifyContent (line 18701) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 18705) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... method hasMemberExtra (line 18711) | boolean hasMemberExtra(); method getMemberExtra (line 18715) | java.lang.String getMemberExtra(); method getMemberExtraBytes (line 18719) | com.google.protobuf.ByteString class CreateGroupRequest (line 18725) | public static final class CreateGroupRequest extends method CreateGroupRequest (line 18729) | private CreateGroupRequest(com.google.protobuf.GeneratedMessage.Buil... method CreateGroupRequest (line 18733) | private CreateGroupRequest(boolean noInit) { this.unknownFields = co... method getDefaultInstance (line 18736) | public static CreateGroupRequest getDefaultInstance() { method getDefaultInstanceForType (line 18740) | public CreateGroupRequest getDefaultInstanceForType() { method getUnknownFields (line 18745) | @java.lang.Override method CreateGroupRequest (line 18750) | private CreateGroupRequest( method getDescriptor (line 18840) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 18845) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 18854) | public CreateGroupRequest parsePartialFrom( method getParserForType (line 18862) | @java.lang.Override method hasGroup (line 18874) | public boolean hasGroup() { method getGroup (line 18880) | public cn.wildfirechat.proto.WFCMessage.Group getGroup() { method getGroupOrBuilder (line 18886) | public cn.wildfirechat.proto.WFCMessage.GroupOrBuilder getGroupOrBui... method getToLineList (line 18896) | public java.util.List method getToLineCount (line 18903) | public int getToLineCount() { method getToLine (line 18909) | public int getToLine(int index) { method hasNotifyContent (line 18919) | public boolean hasNotifyContent() { method getNotifyContent (line 18925) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 18931) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method hasMemberExtra (line 18941) | public boolean hasMemberExtra() { method getMemberExtra (line 18947) | public java.lang.String getMemberExtra() { method getMemberExtraBytes (line 18964) | public com.google.protobuf.ByteString method initFields (line 18978) | private void initFields() { method isInitialized (line 18985) | public final boolean isInitialized() { method writeTo (line 19007) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 19026) | public int getSerializedSize() { method writeReplace (line 19058) | @java.lang.Override method parseFrom (line 19064) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19069) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19075) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19079) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19085) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19089) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseDelimitedFrom (line 19095) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseDelimitedFrom (line 19099) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19105) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method parseFrom (line 19110) | public static cn.wildfirechat.proto.WFCMessage.CreateGroupRequest pa... method newBuilder (line 19117) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 19118) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 19119) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Cr... method toBuilder (line 19122) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 19124) | @java.lang.Override class Builder (line 19133) | public static final class Builder extends method getDescriptor (line 19136) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 19141) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 19149) | private Builder() { method Builder (line 19153) | private Builder( method maybeForceBuilderInitialization (line 19158) | private void maybeForceBuilderInitialization() { method create (line 19164) | private static Builder create() { method clear (line 19168) | public Builder clear() { method clone (line 19189) | public Builder clone() { method getDescriptorForType (line 19193) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 19198) | public cn.wildfirechat.proto.WFCMessage.CreateGroupRequest getDefa... method build (line 19202) | public cn.wildfirechat.proto.WFCMessage.CreateGroupRequest build() { method buildPartial (line 19210) | public cn.wildfirechat.proto.WFCMessage.CreateGroupRequest buildPa... method mergeFrom (line 19244) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 19253) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.CreateGr... method isInitialized (line 19280) | public final boolean isInitialized() { method mergeFrom (line 19298) | public Builder mergeFrom( method hasGroup (line 19324) | public boolean hasGroup() { method getGroup (line 19330) | public cn.wildfirechat.proto.WFCMessage.Group getGroup() { method setGroup (line 19340) | public Builder setGroup(cn.wildfirechat.proto.WFCMessage.Group val... method setGroup (line 19356) | public Builder setGroup( method mergeGroup (line 19370) | public Builder mergeGroup(cn.wildfirechat.proto.WFCMessage.Group v... method clearGroup (line 19389) | public Builder clearGroup() { method getGroupBuilder (line 19402) | public cn.wildfirechat.proto.WFCMessage.Group.Builder getGroupBuil... method getGroupOrBuilder (line 19410) | public cn.wildfirechat.proto.WFCMessage.GroupOrBuilder getGroupOrB... method getGroupFieldBuilder (line 19420) | private com.google.protobuf.SingleFieldBuilder< method ensureToLineIsMutable (line 19436) | private void ensureToLineIsMutable() { method getToLineList (line 19445) | public java.util.List method getToLineCount (line 19452) | public int getToLineCount() { method getToLine (line 19458) | public int getToLine(int index) { method setToLine (line 19464) | public Builder setToLine( method addToLine (line 19474) | public Builder addToLine(int value) { method addAllToLine (line 19483) | public Builder addAllToLine( method clearToLine (line 19493) | public Builder clearToLine() { method hasNotifyContent (line 19507) | public boolean hasNotifyContent() { method getNotifyContent (line 19513) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 19523) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 19539) | public Builder setNotifyContent( method mergeNotifyContent (line 19553) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 19572) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 19585) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 19593) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 19603) | private com.google.protobuf.SingleFieldBuilder< method hasMemberExtra (line 19622) | public boolean hasMemberExtra() { method getMemberExtra (line 19628) | public java.lang.String getMemberExtra() { method getMemberExtraBytes (line 19642) | public com.google.protobuf.ByteString method setMemberExtra (line 19658) | public Builder setMemberExtra( method clearMemberExtra (line 19671) | public Builder clearMemberExtra() { method setMemberExtraBytes (line 19680) | public Builder setMemberExtraBytes( type DismissGroupRequestOrBuilder (line 19702) | public interface DismissGroupRequestOrBuilder method hasGroupId (line 19709) | boolean hasGroupId(); method getGroupId (line 19713) | java.lang.String getGroupId(); method getGroupIdBytes (line 19717) | com.google.protobuf.ByteString method getToLineList (line 19724) | java.util.List getToLineList(); method getToLineCount (line 19728) | int getToLineCount(); method getToLine (line 19732) | int getToLine(int index); method hasNotifyContent (line 19738) | boolean hasNotifyContent(); method getNotifyContent (line 19742) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 19746) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... class DismissGroupRequest (line 19751) | public static final class DismissGroupRequest extends method DismissGroupRequest (line 19755) | private DismissGroupRequest(com.google.protobuf.GeneratedMessage.Bui... method DismissGroupRequest (line 19759) | private DismissGroupRequest(boolean noInit) { this.unknownFields = c... method getDefaultInstance (line 19762) | public static DismissGroupRequest getDefaultInstance() { method getDefaultInstanceForType (line 19766) | public DismissGroupRequest getDefaultInstanceForType() { method getUnknownFields (line 19771) | @java.lang.Override method DismissGroupRequest (line 19776) | private DismissGroupRequest( method getDescriptor (line 19853) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 19858) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 19867) | public DismissGroupRequest parsePartialFrom( method getParserForType (line 19875) | @java.lang.Override method hasGroupId (line 19887) | public boolean hasGroupId() { method getGroupId (line 19893) | public java.lang.String getGroupId() { method getGroupIdBytes (line 19910) | public com.google.protobuf.ByteString method getToLineList (line 19930) | public java.util.List method getToLineCount (line 19937) | public int getToLineCount() { method getToLine (line 19943) | public int getToLine(int index) { method hasNotifyContent (line 19953) | public boolean hasNotifyContent() { method getNotifyContent (line 19959) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 19965) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method initFields (line 19969) | private void initFields() { method isInitialized (line 19975) | public final boolean isInitialized() { method writeTo (line 19993) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 20009) | public int getSerializedSize() { method writeReplace (line 20037) | @java.lang.Override method parseFrom (line 20043) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20048) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20054) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20058) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20064) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20068) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseDelimitedFrom (line 20074) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseDelimitedFrom (line 20078) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20084) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method parseFrom (line 20089) | public static cn.wildfirechat.proto.WFCMessage.DismissGroupRequest p... method newBuilder (line 20096) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 20097) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 20098) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Di... method toBuilder (line 20101) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 20103) | @java.lang.Override class Builder (line 20112) | public static final class Builder extends method getDescriptor (line 20115) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 20120) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 20128) | private Builder() { method Builder (line 20132) | private Builder( method maybeForceBuilderInitialization (line 20137) | private void maybeForceBuilderInitialization() { method create (line 20142) | private static Builder create() { method clear (line 20146) | public Builder clear() { method clone (line 20161) | public Builder clone() { method getDescriptorForType (line 20165) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 20170) | public cn.wildfirechat.proto.WFCMessage.DismissGroupRequest getDef... method build (line 20174) | public cn.wildfirechat.proto.WFCMessage.DismissGroupRequest build() { method buildPartial (line 20182) | public cn.wildfirechat.proto.WFCMessage.DismissGroupRequest buildP... method mergeFrom (line 20208) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 20217) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.DismissG... method isInitialized (line 20241) | public final boolean isInitialized() { method mergeFrom (line 20255) | public Builder mergeFrom( method hasGroupId (line 20279) | public boolean hasGroupId() { method getGroupId (line 20285) | public java.lang.String getGroupId() { method getGroupIdBytes (line 20299) | public com.google.protobuf.ByteString method setGroupId (line 20315) | public Builder setGroupId( method clearGroupId (line 20328) | public Builder clearGroupId() { method setGroupIdBytes (line 20337) | public Builder setGroupIdBytes( method ensureToLineIsMutable (line 20350) | private void ensureToLineIsMutable() { method getToLineList (line 20359) | public java.util.List method getToLineCount (line 20366) | public int getToLineCount() { method getToLine (line 20372) | public int getToLine(int index) { method setToLine (line 20378) | public Builder setToLine( method addToLine (line 20388) | public Builder addToLine(int value) { method addAllToLine (line 20397) | public Builder addAllToLine( method clearToLine (line 20407) | public Builder clearToLine() { method hasNotifyContent (line 20421) | public boolean hasNotifyContent() { method getNotifyContent (line 20427) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 20437) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 20453) | public Builder setNotifyContent( method mergeNotifyContent (line 20467) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 20486) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 20499) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 20507) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 20517) | private com.google.protobuf.SingleFieldBuilder< type FriendRequestOrBuilder (line 20542) | public interface FriendRequestOrBuilder method hasFromUid (line 20549) | boolean hasFromUid(); method getFromUid (line 20553) | java.lang.String getFromUid(); method getFromUidBytes (line 20557) | com.google.protobuf.ByteString method hasToUid (line 20564) | boolean hasToUid(); method getToUid (line 20568) | java.lang.String getToUid(); method getToUidBytes (line 20572) | com.google.protobuf.ByteString method hasReason (line 20579) | boolean hasReason(); method getReason (line 20583) | java.lang.String getReason(); method getReasonBytes (line 20587) | com.google.protobuf.ByteString method hasStatus (line 20594) | boolean hasStatus(); method getStatus (line 20598) | int getStatus(); method hasUpdateDt (line 20604) | boolean hasUpdateDt(); method getUpdateDt (line 20608) | long getUpdateDt(); method hasFromReadStatus (line 20614) | boolean hasFromReadStatus(); method getFromReadStatus (line 20618) | boolean getFromReadStatus(); method hasToReadStatus (line 20624) | boolean hasToReadStatus(); method getToReadStatus (line 20628) | boolean getToReadStatus(); method hasExtra (line 20634) | boolean hasExtra(); method getExtra (line 20638) | java.lang.String getExtra(); method getExtraBytes (line 20642) | com.google.protobuf.ByteString class FriendRequest (line 20648) | public static final class FriendRequest extends method FriendRequest (line 20652) | private FriendRequest(com.google.protobuf.GeneratedMessage.Builder builde... method IDBuf (line 24434) | private IDBuf(boolean noInit) { this.unknownFields = com.google.prot... method getDefaultInstance (line 24437) | public static IDBuf getDefaultInstance() { method getDefaultInstanceForType (line 24441) | public IDBuf getDefaultInstanceForType() { method getUnknownFields (line 24446) | @java.lang.Override method IDBuf (line 24451) | private IDBuf( method getDescriptor (line 24491) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 24496) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 24505) | public IDBuf parsePartialFrom( method getParserForType (line 24513) | @java.lang.Override method hasId (line 24525) | public boolean hasId() { method getId (line 24531) | public java.lang.String getId() { method getIdBytes (line 24548) | public com.google.protobuf.ByteString method initFields (line 24562) | private void initFields() { method isInitialized (line 24566) | public final boolean isInitialized() { method writeTo (line 24578) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 24588) | public int getSerializedSize() { method writeReplace (line 24603) | @java.lang.Override method parseFrom (line 24609) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom( method parseFrom (line 24614) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom( method parseFrom (line 24620) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom(byte[... method parseFrom (line 24624) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom( method parseFrom (line 24630) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom(java.... method parseFrom (line 24634) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom( method parseDelimitedFrom (line 24640) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseDelimitedF... method parseDelimitedFrom (line 24644) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseDelimitedF... method parseFrom (line 24650) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom( method parseFrom (line 24655) | public static cn.wildfirechat.proto.WFCMessage.IDBuf parseFrom( method newBuilder (line 24662) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 24663) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 24664) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.ID... method toBuilder (line 24667) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 24669) | @java.lang.Override class Builder (line 24678) | public static final class Builder extends method getDescriptor (line 24681) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 24686) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 24694) | private Builder() { method Builder (line 24698) | private Builder( method maybeForceBuilderInitialization (line 24703) | private void maybeForceBuilderInitialization() { method create (line 24707) | private static Builder create() { method clear (line 24711) | public Builder clear() { method clone (line 24718) | public Builder clone() { method getDescriptorForType (line 24722) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 24727) | public cn.wildfirechat.proto.WFCMessage.IDBuf getDefaultInstanceFo... method build (line 24731) | public cn.wildfirechat.proto.WFCMessage.IDBuf build() { method buildPartial (line 24739) | public cn.wildfirechat.proto.WFCMessage.IDBuf buildPartial() { method mergeFrom (line 24752) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 24761) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.IDBuf ot... method isInitialized (line 24772) | public final boolean isInitialized() { method mergeFrom (line 24780) | public Builder mergeFrom( method hasId (line 24804) | public boolean hasId() { method getId (line 24810) | public java.lang.String getId() { method getIdBytes (line 24824) | public com.google.protobuf.ByteString method setId (line 24840) | public Builder setId( method clearId (line 24853) | public Builder clearId() { method setIdBytes (line 24862) | public Builder setIdBytes( type IDListBufOrBuilder (line 24884) | public interface IDListBufOrBuilder method getIdList (line 24891) | java.util.List method getIdCount (line 24896) | int getIdCount(); method getId (line 24900) | java.lang.String getId(int index); method getIdBytes (line 24904) | com.google.protobuf.ByteString class IDListBuf (line 24910) | public static final class IDListBuf extends method IDListBuf (line 24914) | private IDListBuf(com.google.protobuf.GeneratedMessage.Builder bu... method IDListBuf (line 24918) | private IDListBuf(boolean noInit) { this.unknownFields = com.google.... method getDefaultInstance (line 24921) | public static IDListBuf getDefaultInstance() { method getDefaultInstanceForType (line 24925) | public IDListBuf getDefaultInstanceForType() { method getUnknownFields (line 24930) | @java.lang.Override method IDListBuf (line 24935) | private IDListBuf( method getDescriptor (line 24981) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 24986) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 24995) | public IDListBuf parsePartialFrom( method getParserForType (line 25003) | @java.lang.Override method getIdList (line 25014) | public java.util.List method getIdCount (line 25021) | public int getIdCount() { method getId (line 25027) | public java.lang.String getId(int index) { method getIdBytes (line 25033) | public com.google.protobuf.ByteString method initFields (line 25038) | private void initFields() { method isInitialized (line 25042) | public final boolean isInitialized() { method writeTo (line 25050) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 25060) | public int getSerializedSize() { method writeReplace (line 25080) | @java.lang.Override method parseFrom (line 25086) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom( method parseFrom (line 25091) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom( method parseFrom (line 25097) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom(b... method parseFrom (line 25101) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom( method parseFrom (line 25107) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom(j... method parseFrom (line 25111) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom( method parseDelimitedFrom (line 25117) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseDelimi... method parseDelimitedFrom (line 25121) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseDelimi... method parseFrom (line 25127) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom( method parseFrom (line 25132) | public static cn.wildfirechat.proto.WFCMessage.IDListBuf parseFrom( method newBuilder (line 25139) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 25140) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 25141) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.ID... method toBuilder (line 25144) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 25146) | @java.lang.Override class Builder (line 25155) | public static final class Builder extends method getDescriptor (line 25158) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 25163) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 25171) | private Builder() { method Builder (line 25175) | private Builder( method maybeForceBuilderInitialization (line 25180) | private void maybeForceBuilderInitialization() { method create (line 25184) | private static Builder create() { method clear (line 25188) | public Builder clear() { method clone (line 25195) | public Builder clone() { method getDescriptorForType (line 25199) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 25204) | public cn.wildfirechat.proto.WFCMessage.IDListBuf getDefaultInstan... method build (line 25208) | public cn.wildfirechat.proto.WFCMessage.IDListBuf build() { method buildPartial (line 25216) | public cn.wildfirechat.proto.WFCMessage.IDListBuf buildPartial() { method mergeFrom (line 25229) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 25238) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.IDListBu... method isInitialized (line 25254) | public final boolean isInitialized() { method mergeFrom (line 25258) | public Builder mergeFrom( method ensureIdIsMutable (line 25279) | private void ensureIdIsMutable() { method getIdList (line 25288) | public java.util.List method getIdCount (line 25295) | public int getIdCount() { method getId (line 25301) | public java.lang.String getId(int index) { method getIdBytes (line 25307) | public com.google.protobuf.ByteString method setId (line 25314) | public Builder setId( method addId (line 25327) | public Builder addId( method addAllId (line 25340) | public Builder addAllId( method clearId (line 25350) | public Builder clearId() { method addIdBytes (line 25359) | public Builder addIdBytes( type MessageOrBuilder (line 25381) | public interface MessageOrBuilder method hasConversation (line 25388) | boolean hasConversation(); method getConversation (line 25392) | cn.wildfirechat.proto.WFCMessage.Conversation getConversation(); method getConversationOrBuilder (line 25396) | cn.wildfirechat.proto.WFCMessage.ConversationOrBuilder getConversati... method hasFromUser (line 25402) | boolean hasFromUser(); method getFromUser (line 25406) | java.lang.String getFromUser(); method getFromUserBytes (line 25410) | com.google.protobuf.ByteString method hasContent (line 25417) | boolean hasContent(); method getContent (line 25421) | cn.wildfirechat.proto.WFCMessage.MessageContent getContent(); method getContentOrBuilder (line 25425) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getContentO... method hasMessageId (line 25431) | boolean hasMessageId(); method getMessageId (line 25435) | long getMessageId(); method hasServerTimestamp (line 25441) | boolean hasServerTimestamp(); method getServerTimestamp (line 25445) | long getServerTimestamp(); method hasToUser (line 25455) | boolean hasToUser(); method getToUser (line 25463) | java.lang.String getToUser(); method getToUserBytes (line 25471) | com.google.protobuf.ByteString method getToList (line 25478) | java.util.List method getToCount (line 25483) | int getToCount(); method getTo (line 25487) | java.lang.String getTo(int index); method getToBytes (line 25491) | com.google.protobuf.ByteString class Message (line 25497) | public static final class Message extends method Message (line 25501) | private Message(com.google.protobuf.GeneratedMessage.Builder buil... method Message (line 25505) | private Message(boolean noInit) { this.unknownFields = com.google.pr... method getDefaultInstance (line 25508) | public static Message getDefaultInstance() { method getDefaultInstanceForType (line 25512) | public Message getDefaultInstanceForType() { method getUnknownFields (line 25517) | @java.lang.Override method Message (line 25522) | private Message( method getDescriptor (line 25614) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 25619) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 25628) | public Message parsePartialFrom( method getParserForType (line 25636) | @java.lang.Override method hasConversation (line 25648) | public boolean hasConversation() { method getConversation (line 25654) | public cn.wildfirechat.proto.WFCMessage.Conversation getConversation... method getConversationOrBuilder (line 25660) | public cn.wildfirechat.proto.WFCMessage.ConversationOrBuilder getCon... method hasFromUser (line 25670) | public boolean hasFromUser() { method getFromUser (line 25676) | public java.lang.String getFromUser() { method getFromUserBytes (line 25693) | public com.google.protobuf.ByteString method hasContent (line 25713) | public boolean hasContent() { method getContent (line 25719) | public cn.wildfirechat.proto.WFCMessage.MessageContent getContent() { method getContentOrBuilder (line 25725) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getC... method hasMessageId (line 25735) | public boolean hasMessageId() { method getMessageId (line 25741) | public long getMessageId() { method hasServerTimestamp (line 25751) | public boolean hasServerTimestamp() { method getServerTimestamp (line 25757) | public long getServerTimestamp() { method hasToUser (line 25771) | public boolean hasToUser() { method getToUser (line 25781) | public java.lang.String getToUser() { method getToUserBytes (line 25802) | public com.google.protobuf.ByteString method getToList (line 25822) | public java.util.List method getToCount (line 25829) | public int getToCount() { method getTo (line 25835) | public java.lang.String getTo(int index) { method getToBytes (line 25841) | public com.google.protobuf.ByteString method initFields (line 25846) | private void initFields() { method isInitialized (line 25856) | public final boolean isInitialized() { method writeTo (line 25884) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 25912) | public int getSerializedSize() { method writeReplace (line 25956) | @java.lang.Override method parseFrom (line 25962) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom( method parseFrom (line 25967) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom( method parseFrom (line 25973) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom(byt... method parseFrom (line 25977) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom( method parseFrom (line 25983) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom(jav... method parseFrom (line 25987) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom( method parseDelimitedFrom (line 25993) | public static cn.wildfirechat.proto.WFCMessage.Message parseDelimite... method parseDelimitedFrom (line 25997) | public static cn.wildfirechat.proto.WFCMessage.Message parseDelimite... method parseFrom (line 26003) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom( method parseFrom (line 26008) | public static cn.wildfirechat.proto.WFCMessage.Message parseFrom( method newBuilder (line 26015) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 26016) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 26017) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Me... method toBuilder (line 26020) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 26022) | @java.lang.Override class Builder (line 26031) | public static final class Builder extends method getDescriptor (line 26034) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 26039) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 26047) | private Builder() { method Builder (line 26051) | private Builder( method maybeForceBuilderInitialization (line 26056) | private void maybeForceBuilderInitialization() { method create (line 26062) | private static Builder create() { method clear (line 26066) | public Builder clear() { method clone (line 26093) | public Builder clone() { method getDescriptorForType (line 26097) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 26102) | public cn.wildfirechat.proto.WFCMessage.Message getDefaultInstance... method build (line 26106) | public cn.wildfirechat.proto.WFCMessage.Message build() { method buildPartial (line 26114) | public cn.wildfirechat.proto.WFCMessage.Message buildPartial() { method mergeFrom (line 26161) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 26170) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Message ... method isInitialized (line 26208) | public final boolean isInitialized() { method mergeFrom (line 26232) | public Builder mergeFrom( method hasConversation (line 26258) | public boolean hasConversation() { method getConversation (line 26264) | public cn.wildfirechat.proto.WFCMessage.Conversation getConversati... method setConversation (line 26274) | public Builder setConversation(cn.wildfirechat.proto.WFCMessage.Co... method setConversation (line 26290) | public Builder setConversation( method mergeConversation (line 26304) | public Builder mergeConversation(cn.wildfirechat.proto.WFCMessage.... method clearConversation (line 26323) | public Builder clearConversation() { method getConversationBuilder (line 26336) | public cn.wildfirechat.proto.WFCMessage.Conversation.Builder getCo... method getConversationOrBuilder (line 26344) | public cn.wildfirechat.proto.WFCMessage.ConversationOrBuilder getC... method getConversationFieldBuilder (line 26354) | private com.google.protobuf.SingleFieldBuilder< method hasFromUser (line 26373) | public boolean hasFromUser() { method getFromUser (line 26379) | public java.lang.String getFromUser() { method getFromUserBytes (line 26393) | public com.google.protobuf.ByteString method setFromUser (line 26409) | public Builder setFromUser( method clearFromUser (line 26422) | public Builder clearFromUser() { method setFromUserBytes (line 26431) | public Builder setFromUserBytes( method hasContent (line 26449) | public boolean hasContent() { method getContent (line 26455) | public cn.wildfirechat.proto.WFCMessage.MessageContent getContent() { method setContent (line 26465) | public Builder setContent(cn.wildfirechat.proto.WFCMessage.Message... method setContent (line 26481) | public Builder setContent( method mergeContent (line 26495) | public Builder mergeContent(cn.wildfirechat.proto.WFCMessage.Messa... method clearContent (line 26514) | public Builder clearContent() { method getContentBuilder (line 26527) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getContentOrBuilder (line 26535) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getContentFieldBuilder (line 26545) | private com.google.protobuf.SingleFieldBuilder< method hasMessageId (line 26564) | public boolean hasMessageId() { method getMessageId (line 26570) | public long getMessageId() { method setMessageId (line 26576) | public Builder setMessageId(long value) { method clearMessageId (line 26585) | public Builder clearMessageId() { method hasServerTimestamp (line 26597) | public boolean hasServerTimestamp() { method getServerTimestamp (line 26603) | public long getServerTimestamp() { method setServerTimestamp (line 26609) | public Builder setServerTimestamp(long value) { method clearServerTimestamp (line 26618) | public Builder clearServerTimestamp() { method hasToUser (line 26634) | public boolean hasToUser() { method getToUser (line 26644) | public java.lang.String getToUser() { method getToUserBytes (line 26662) | public com.google.protobuf.ByteString method setToUser (line 26682) | public Builder setToUser( method clearToUser (line 26699) | public Builder clearToUser() { method setToUserBytes (line 26712) | public Builder setToUserBytes( method ensureToIsMutable (line 26725) | private void ensureToIsMutable() { method getToList (line 26734) | public java.util.List method getToCount (line 26741) | public int getToCount() { method getTo (line 26747) | public java.lang.String getTo(int index) { method getToBytes (line 26753) | public com.google.protobuf.ByteString method setTo (line 26760) | public Builder setTo( method addTo (line 26773) | public Builder addTo( method addAllTo (line 26786) | public Builder addAllTo( method clearTo (line 26796) | public Builder clearTo() { method addToBytes (line 26805) | public Builder addToBytes( type UserOrBuilder (line 26827) | public interface UserOrBuilder method hasUid (line 26834) | boolean hasUid(); method getUid (line 26838) | java.lang.String getUid(); method getUidBytes (line 26842) | com.google.protobuf.ByteString method hasName (line 26849) | boolean hasName(); method getName (line 26853) | java.lang.String getName(); method getNameBytes (line 26857) | com.google.protobuf.ByteString method hasDisplayName (line 26864) | boolean hasDisplayName(); method getDisplayName (line 26868) | java.lang.String getDisplayName(); method getDisplayNameBytes (line 26872) | com.google.protobuf.ByteString method hasPortrait (line 26879) | boolean hasPortrait(); method getPortrait (line 26883) | java.lang.String getPortrait(); method getPortraitBytes (line 26887) | com.google.protobuf.ByteString method hasMobile (line 26894) | boolean hasMobile(); method getMobile (line 26898) | java.lang.String getMobile(); method getMobileBytes (line 26902) | com.google.protobuf.ByteString method hasEmail (line 26909) | boolean hasEmail(); method getEmail (line 26913) | java.lang.String getEmail(); method getEmailBytes (line 26917) | com.google.protobuf.ByteString method hasAddress (line 26924) | boolean hasAddress(); method getAddress (line 26928) | java.lang.String getAddress(); method getAddressBytes (line 26932) | com.google.protobuf.ByteString method hasCompany (line 26939) | boolean hasCompany(); method getCompany (line 26943) | java.lang.String getCompany(); method getCompanyBytes (line 26947) | com.google.protobuf.ByteString method hasExtra (line 26954) | boolean hasExtra(); method getExtra (line 26958) | java.lang.String getExtra(); method getExtraBytes (line 26962) | com.google.protobuf.ByteString method hasUpdateDt (line 26969) | boolean hasUpdateDt(); method getUpdateDt (line 26973) | long getUpdateDt(); method hasGender (line 26979) | boolean hasGender(); method getGender (line 26983) | int getGender(); method hasSocial (line 26989) | boolean hasSocial(); method getSocial (line 26993) | java.lang.String getSocial(); method getSocialBytes (line 26997) | com.google.protobuf.ByteString method hasType (line 27008) | boolean hasType(); method getType (line 27016) | int getType(); method hasDeleted (line 27022) | boolean hasDeleted(); method getDeleted (line 27026) | int getDeleted(); class User (line 27031) | public static final class User extends method User (line 27035) | private User(com.google.protobuf.GeneratedMessage.Builder builder) { method User (line 27039) | private User(boolean noInit) { this.unknownFields = com.google.proto... method getDefaultInstance (line 27042) | public static User getDefaultInstance() { method getDefaultInstanceForType (line 27046) | public User getDefaultInstanceForType() { method getUnknownFields (line 27051) | @java.lang.Override method User (line 27056) | private User( method getDescriptor (line 27161) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 27166) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 27175) | public User parsePartialFrom( method getParserForType (line 27183) | @java.lang.Override method hasUid (line 27195) | public boolean hasUid() { method getUid (line 27201) | public java.lang.String getUid() { method getUidBytes (line 27218) | public com.google.protobuf.ByteString method hasName (line 27238) | public boolean hasName() { method getName (line 27244) | public java.lang.String getName() { method getNameBytes (line 27261) | public com.google.protobuf.ByteString method hasDisplayName (line 27281) | public boolean hasDisplayName() { method getDisplayName (line 27287) | public java.lang.String getDisplayName() { method getDisplayNameBytes (line 27304) | public com.google.protobuf.ByteString method hasPortrait (line 27324) | public boolean hasPortrait() { method getPortrait (line 27330) | public java.lang.String getPortrait() { method getPortraitBytes (line 27347) | public com.google.protobuf.ByteString method hasMobile (line 27367) | public boolean hasMobile() { method getMobile (line 27373) | public java.lang.String getMobile() { method getMobileBytes (line 27390) | public com.google.protobuf.ByteString method hasEmail (line 27410) | public boolean hasEmail() { method getEmail (line 27416) | public java.lang.String getEmail() { method getEmailBytes (line 27433) | public com.google.protobuf.ByteString method hasAddress (line 27453) | public boolean hasAddress() { method getAddress (line 27459) | public java.lang.String getAddress() { method getAddressBytes (line 27476) | public com.google.protobuf.ByteString method hasCompany (line 27496) | public boolean hasCompany() { method getCompany (line 27502) | public java.lang.String getCompany() { method getCompanyBytes (line 27519) | public com.google.protobuf.ByteString method hasExtra (line 27539) | public boolean hasExtra() { method getExtra (line 27545) | public java.lang.String getExtra() { method getExtraBytes (line 27562) | public com.google.protobuf.ByteString method hasUpdateDt (line 27582) | public boolean hasUpdateDt() { method getUpdateDt (line 27588) | public long getUpdateDt() { method hasGender (line 27598) | public boolean hasGender() { method getGender (line 27604) | public int getGender() { method hasSocial (line 27614) | public boolean hasSocial() { method getSocial (line 27620) | public java.lang.String getSocial() { method getSocialBytes (line 27637) | public com.google.protobuf.ByteString method hasType (line 27661) | public boolean hasType() { method getType (line 27671) | public int getType() { method hasDeleted (line 27681) | public boolean hasDeleted() { method getDeleted (line 27687) | public int getDeleted() { method initFields (line 27691) | private void initFields() { method isInitialized (line 27708) | public final boolean isInitialized() { method writeTo (line 27720) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 27769) | public int getSerializedSize() { method writeReplace (line 27836) | @java.lang.Override method parseFrom (line 27842) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom( method parseFrom (line 27847) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom( method parseFrom (line 27853) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom(byte[]... method parseFrom (line 27857) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom( method parseFrom (line 27863) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom(java.i... method parseFrom (line 27867) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom( method parseDelimitedFrom (line 27873) | public static cn.wildfirechat.proto.WFCMessage.User parseDelimitedFr... method parseDelimitedFrom (line 27877) | public static cn.wildfirechat.proto.WFCMessage.User parseDelimitedFrom( method parseFrom (line 27883) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom( method parseFrom (line 27888) | public static cn.wildfirechat.proto.WFCMessage.User parseFrom( method newBuilder (line 27895) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 27896) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 27897) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Us... method toBuilder (line 27900) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 27902) | @java.lang.Override class Builder (line 27911) | public static final class Builder extends method getDescriptor (line 27914) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 27919) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 27927) | private Builder() { method Builder (line 27931) | private Builder( method maybeForceBuilderInitialization (line 27936) | private void maybeForceBuilderInitialization() { method create (line 27940) | private static Builder create() { method clear (line 27944) | public Builder clear() { method clone (line 27977) | public Builder clone() { method getDescriptorForType (line 27981) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 27986) | public cn.wildfirechat.proto.WFCMessage.User getDefaultInstanceFor... method build (line 27990) | public cn.wildfirechat.proto.WFCMessage.User build() { method buildPartial (line 27998) | public cn.wildfirechat.proto.WFCMessage.User buildPartial() { method mergeFrom (line 28063) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 28072) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.User oth... method isInitialized (line 28140) | public final boolean isInitialized() { method mergeFrom (line 28148) | public Builder mergeFrom( method hasUid (line 28172) | public boolean hasUid() { method getUid (line 28178) | public java.lang.String getUid() { method getUidBytes (line 28192) | public com.google.protobuf.ByteString method setUid (line 28208) | public Builder setUid( method clearUid (line 28221) | public Builder clearUid() { method setUidBytes (line 28230) | public Builder setUidBytes( method hasName (line 28246) | public boolean hasName() { method getName (line 28252) | public java.lang.String getName() { method getNameBytes (line 28266) | public com.google.protobuf.ByteString method setName (line 28282) | public Builder setName( method clearName (line 28295) | public Builder clearName() { method setNameBytes (line 28304) | public Builder setNameBytes( method hasDisplayName (line 28320) | public boolean hasDisplayName() { method getDisplayName (line 28326) | public java.lang.String getDisplayName() { method getDisplayNameBytes (line 28340) | public com.google.protobuf.ByteString method setDisplayName (line 28356) | public Builder setDisplayName( method clearDisplayName (line 28369) | public Builder clearDisplayName() { method setDisplayNameBytes (line 28378) | public Builder setDisplayNameBytes( method hasPortrait (line 28394) | public boolean hasPortrait() { method getPortrait (line 28400) | public java.lang.String getPortrait() { method getPortraitBytes (line 28414) | public com.google.protobuf.ByteString method setPortrait (line 28430) | public Builder setPortrait( method clearPortrait (line 28443) | public Builder clearPortrait() { method setPortraitBytes (line 28452) | public Builder setPortraitBytes( method hasMobile (line 28468) | public boolean hasMobile() { method getMobile (line 28474) | public java.lang.String getMobile() { method getMobileBytes (line 28488) | public com.google.protobuf.ByteString method setMobile (line 28504) | public Builder setMobile( method clearMobile (line 28517) | public Builder clearMobile() { method setMobileBytes (line 28526) | public Builder setMobileBytes( method hasEmail (line 28542) | public boolean hasEmail() { method getEmail (line 28548) | public java.lang.String getEmail() { method getEmailBytes (line 28562) | public com.google.protobuf.ByteString method setEmail (line 28578) | public Builder setEmail( method clearEmail (line 28591) | public Builder clearEmail() { method setEmailBytes (line 28600) | public Builder setEmailBytes( method hasAddress (line 28616) | public boolean hasAddress() { method getAddress (line 28622) | public java.lang.String getAddress() { method getAddressBytes (line 28636) | public com.google.protobuf.ByteString method setAddress (line 28652) | public Builder setAddress( method clearAddress (line 28665) | public Builder clearAddress() { method setAddressBytes (line 28674) | public Builder setAddressBytes( method hasCompany (line 28690) | public boolean hasCompany() { method getCompany (line 28696) | public java.lang.String getCompany() { method getCompanyBytes (line 28710) | public com.google.protobuf.ByteString method setCompany (line 28726) | public Builder setCompany( method clearCompany (line 28739) | public Builder clearCompany() { method setCompanyBytes (line 28748) | public Builder setCompanyBytes( method hasExtra (line 28764) | public boolean hasExtra() { method getExtra (line 28770) | public java.lang.String getExtra() { method getExtraBytes (line 28784) | public com.google.protobuf.ByteString method setExtra (line 28800) | public Builder setExtra( method clearExtra (line 28813) | public Builder clearExtra() { method setExtraBytes (line 28822) | public Builder setExtraBytes( method hasUpdateDt (line 28838) | public boolean hasUpdateDt() { method getUpdateDt (line 28844) | public long getUpdateDt() { method setUpdateDt (line 28850) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 28859) | public Builder clearUpdateDt() { method hasGender (line 28871) | public boolean hasGender() { method getGender (line 28877) | public int getGender() { method setGender (line 28883) | public Builder setGender(int value) { method clearGender (line 28892) | public Builder clearGender() { method hasSocial (line 28904) | public boolean hasSocial() { method getSocial (line 28910) | public java.lang.String getSocial() { method getSocialBytes (line 28924) | public com.google.protobuf.ByteString method setSocial (line 28940) | public Builder setSocial( method clearSocial (line 28953) | public Builder clearSocial() { method setSocialBytes (line 28962) | public Builder setSocialBytes( method hasType (line 28982) | public boolean hasType() { method getType (line 28992) | public int getType() { method setType (line 29002) | public Builder setType(int value) { method clearType (line 29015) | public Builder clearType() { method hasDeleted (line 29027) | public boolean hasDeleted() { method getDeleted (line 29033) | public int getDeleted() { method setDeleted (line 29039) | public Builder setDeleted(int value) { method clearDeleted (line 29048) | public Builder clearDeleted() { type RobotOrBuilder (line 29066) | public interface RobotOrBuilder method hasUid (line 29073) | boolean hasUid(); method getUid (line 29077) | java.lang.String getUid(); method getUidBytes (line 29081) | com.google.protobuf.ByteString method hasState (line 29092) | boolean hasState(); method getState (line 29100) | int getState(); method hasOwner (line 29106) | boolean hasOwner(); method getOwner (line 29110) | java.lang.String getOwner(); method getOwnerBytes (line 29114) | com.google.protobuf.ByteString method hasSecret (line 29121) | boolean hasSecret(); method getSecret (line 29125) | java.lang.String getSecret(); method getSecretBytes (line 29129) | com.google.protobuf.ByteString method hasCallback (line 29136) | boolean hasCallback(); method getCallback (line 29140) | java.lang.String getCallback(); method getCallbackBytes (line 29144) | com.google.protobuf.ByteString method hasExtra (line 29151) | boolean hasExtra(); method getExtra (line 29155) | java.lang.String getExtra(); method getExtraBytes (line 29159) | com.google.protobuf.ByteString class Robot (line 29165) | public static final class Robot extends method Robot (line 29169) | private Robot(com.google.protobuf.GeneratedMessage.Builder builde... method Robot (line 29173) | private Robot(boolean noInit) { this.unknownFields = com.google.prot... method getDefaultInstance (line 29176) | public static Robot getDefaultInstance() { method getDefaultInstanceForType (line 29180) | public Robot getDefaultInstanceForType() { method getUnknownFields (line 29185) | @java.lang.Override method Robot (line 29190) | private Robot( method getDescriptor (line 29255) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 29260) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 29269) | public Robot parsePartialFrom( method getParserForType (line 29277) | @java.lang.Override method hasUid (line 29289) | public boolean hasUid() { method getUid (line 29295) | public java.lang.String getUid() { method getUidBytes (line 29312) | public com.google.protobuf.ByteString method hasState (line 29336) | public boolean hasState() { method getState (line 29346) | public int getState() { method hasOwner (line 29356) | public boolean hasOwner() { method getOwner (line 29362) | public java.lang.String getOwner() { method getOwnerBytes (line 29379) | public com.google.protobuf.ByteString method hasSecret (line 29399) | public boolean hasSecret() { method getSecret (line 29405) | public java.lang.String getSecret() { method getSecretBytes (line 29422) | public com.google.protobuf.ByteString method hasCallback (line 29442) | public boolean hasCallback() { method getCallback (line 29448) | public java.lang.String getCallback() { method getCallbackBytes (line 29465) | public com.google.protobuf.ByteString method hasExtra (line 29485) | public boolean hasExtra() { method getExtra (line 29491) | public java.lang.String getExtra() { method getExtraBytes (line 29508) | public com.google.protobuf.ByteString method initFields (line 29522) | private void initFields() { method isInitialized (line 29531) | public final boolean isInitialized() { method writeTo (line 29547) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 29572) | public int getSerializedSize() { method writeReplace (line 29607) | @java.lang.Override method parseFrom (line 29613) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom( method parseFrom (line 29618) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom( method parseFrom (line 29624) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom(byte[... method parseFrom (line 29628) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom( method parseFrom (line 29634) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom(java.... method parseFrom (line 29638) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom( method parseDelimitedFrom (line 29644) | public static cn.wildfirechat.proto.WFCMessage.Robot parseDelimitedF... method parseDelimitedFrom (line 29648) | public static cn.wildfirechat.proto.WFCMessage.Robot parseDelimitedF... method parseFrom (line 29654) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom( method parseFrom (line 29659) | public static cn.wildfirechat.proto.WFCMessage.Robot parseFrom( method newBuilder (line 29666) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 29667) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 29668) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ro... method toBuilder (line 29671) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 29673) | @java.lang.Override class Builder (line 29682) | public static final class Builder extends method getDescriptor (line 29685) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 29690) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 29698) | private Builder() { method Builder (line 29702) | private Builder( method maybeForceBuilderInitialization (line 29707) | private void maybeForceBuilderInitialization() { method create (line 29711) | private static Builder create() { method clear (line 29715) | public Builder clear() { method clone (line 29732) | public Builder clone() { method getDescriptorForType (line 29736) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 29741) | public cn.wildfirechat.proto.WFCMessage.Robot getDefaultInstanceFo... method build (line 29745) | public cn.wildfirechat.proto.WFCMessage.Robot build() { method buildPartial (line 29753) | public cn.wildfirechat.proto.WFCMessage.Robot buildPartial() { method mergeFrom (line 29786) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 29795) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Robot ot... method isInitialized (line 29829) | public final boolean isInitialized() { method mergeFrom (line 29841) | public Builder mergeFrom( method hasUid (line 29865) | public boolean hasUid() { method getUid (line 29871) | public java.lang.String getUid() { method getUidBytes (line 29885) | public com.google.protobuf.ByteString method setUid (line 29901) | public Builder setUid( method clearUid (line 29914) | public Builder clearUid() { method setUidBytes (line 29923) | public Builder setUidBytes( method hasState (line 29943) | public boolean hasState() { method getState (line 29953) | public int getState() { method setState (line 29963) | public Builder setState(int value) { method clearState (line 29976) | public Builder clearState() { method hasOwner (line 29988) | public boolean hasOwner() { method getOwner (line 29994) | public java.lang.String getOwner() { method getOwnerBytes (line 30008) | public com.google.protobuf.ByteString method setOwner (line 30024) | public Builder setOwner( method clearOwner (line 30037) | public Builder clearOwner() { method setOwnerBytes (line 30046) | public Builder setOwnerBytes( method hasSecret (line 30062) | public boolean hasSecret() { method getSecret (line 30068) | public java.lang.String getSecret() { method getSecretBytes (line 30082) | public com.google.protobuf.ByteString method setSecret (line 30098) | public Builder setSecret( method clearSecret (line 30111) | public Builder clearSecret() { method setSecretBytes (line 30120) | public Builder setSecretBytes( method hasCallback (line 30136) | public boolean hasCallback() { method getCallback (line 30142) | public java.lang.String getCallback() { method getCallbackBytes (line 30156) | public com.google.protobuf.ByteString method setCallback (line 30172) | public Builder setCallback( method clearCallback (line 30185) | public Builder clearCallback() { method setCallbackBytes (line 30194) | public Builder setCallbackBytes( method hasExtra (line 30210) | public boolean hasExtra() { method getExtra (line 30216) | public java.lang.String getExtra() { method getExtraBytes (line 30230) | public com.google.protobuf.ByteString method setExtra (line 30246) | public Builder setExtra( method clearExtra (line 30259) | public Builder clearExtra() { method setExtraBytes (line 30268) | public Builder setExtraBytes( type GetRobotsResultOrBuilder (line 30290) | public interface GetRobotsResultOrBuilder method getEntryList (line 30297) | java.util.List method getEntry (line 30302) | cn.wildfirechat.proto.WFCMessage.Robot getEntry(int index); method getEntryCount (line 30306) | int getEntryCount(); method getEntryOrBuilderList (line 30310) | java.util.List getEnt... method getEntryOrBuilderList (line 30431) | public java.util.List getE... method getEntryCount (line 30751) | public int getEntryCount() { method getEntry (line 30761) | public cn.wildfirechat.proto.WFCMessage.Robot getEntry(int index) { method setEntry (line 30771) | public Builder setEntry( method setEntry (line 30788) | public Builder setEntry( method addEntry (line 30802) | public Builder addEntry(cn.wildfirechat.proto.WFCMessage.Robot val... method addEntry (line 30818) | public Builder addEntry( method addEntry (line 30835) | public Builder addEntry( method addEntry (line 30849) | public Builder addEntry( method addAllEntry (line 30863) | public Builder addAllEntry( method clearEntry (line 30877) | public Builder clearEntry() { method removeEntry (line 30890) | public Builder removeEntry(int index) { method getEntryBuilder (line 30903) | public cn.wildfirechat.proto.WFCMessage.Robot.Builder getEntryBuil... method getEntryOrBuilder (line 30910) | public cn.wildfirechat.proto.WFCMessage.RobotOrBuilder getEntryOrB... method getEntryOrBuilderList (line 30920) | public java.util.List method getEntryFieldBuilder (line 30950) | private com.google.protobuf.RepeatedFieldBuilder< type UploadDeviceTokenRequestOrBuilder (line 30976) | public interface UploadDeviceTokenRequestOrBuilder method hasPlatform (line 30983) | boolean hasPlatform(); method getPlatform (line 30987) | int getPlatform(); method hasAppName (line 30993) | boolean hasAppName(); method getAppName (line 30997) | java.lang.String getAppName(); method getAppNameBytes (line 31001) | com.google.protobuf.ByteString method hasDeviceToken (line 31008) | boolean hasDeviceToken(); method getDeviceToken (line 31012) | java.lang.String getDeviceToken(); method getDeviceTokenBytes (line 31016) | com.google.protobuf.ByteString method hasPushType (line 31023) | boolean hasPushType(); method getPushType (line 31027) | int getPushType(); class UploadDeviceTokenRequest (line 31032) | public static final class UploadDeviceTokenRequest extends method UploadDeviceTokenRequest (line 31036) | private UploadDeviceTokenRequest(com.google.protobuf.GeneratedMessag... method UploadDeviceTokenRequest (line 31040) | private UploadDeviceTokenRequest(boolean noInit) { this.unknownField... method getDefaultInstance (line 31043) | public static UploadDeviceTokenRequest getDefaultInstance() { method getDefaultInstanceForType (line 31047) | public UploadDeviceTokenRequest getDefaultInstanceForType() { method getUnknownFields (line 31052) | @java.lang.Override method UploadDeviceTokenRequest (line 31057) | private UploadDeviceTokenRequest( method getDescriptor (line 31112) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 31117) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 31126) | public UploadDeviceTokenRequest parsePartialFrom( method getParserForType (line 31134) | @java.lang.Override method hasPlatform (line 31146) | public boolean hasPlatform() { method getPlatform (line 31152) | public int getPlatform() { method hasAppName (line 31162) | public boolean hasAppName() { method getAppName (line 31168) | public java.lang.String getAppName() { method getAppNameBytes (line 31185) | public com.google.protobuf.ByteString method hasDeviceToken (line 31205) | public boolean hasDeviceToken() { method getDeviceToken (line 31211) | public java.lang.String getDeviceToken() { method getDeviceTokenBytes (line 31228) | public com.google.protobuf.ByteString method hasPushType (line 31248) | public boolean hasPushType() { method getPushType (line 31254) | public int getPushType() { method initFields (line 31258) | private void initFields() { method isInitialized (line 31265) | public final boolean isInitialized() { method writeTo (line 31289) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 31308) | public int getSerializedSize() { method writeReplace (line 31335) | @java.lang.Override method parseFrom (line 31341) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31346) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31352) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31356) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31362) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31366) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseDelimitedFrom (line 31372) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseDelimitedFrom (line 31376) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31382) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method parseFrom (line 31387) | public static cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequ... method newBuilder (line 31394) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 31395) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 31396) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Up... method toBuilder (line 31399) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 31401) | @java.lang.Override class Builder (line 31410) | public static final class Builder extends method getDescriptor (line 31413) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 31418) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 31426) | private Builder() { method Builder (line 31430) | private Builder( method maybeForceBuilderInitialization (line 31435) | private void maybeForceBuilderInitialization() { method create (line 31439) | private static Builder create() { method clear (line 31443) | public Builder clear() { method clone (line 31456) | public Builder clone() { method getDescriptorForType (line 31460) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 31465) | public cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequest g... method build (line 31469) | public cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequest b... method buildPartial (line 31477) | public cn.wildfirechat.proto.WFCMessage.UploadDeviceTokenRequest b... method mergeFrom (line 31502) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 31511) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.UploadDe... method isInitialized (line 31533) | public final boolean isInitialized() { method mergeFrom (line 31553) | public Builder mergeFrom( method hasPlatform (line 31577) | public boolean hasPlatform() { method getPlatform (line 31583) | public int getPlatform() { method setPlatform (line 31589) | public Builder setPlatform(int value) { method clearPlatform (line 31598) | public Builder clearPlatform() { method hasAppName (line 31610) | public boolean hasAppName() { method getAppName (line 31616) | public java.lang.String getAppName() { method getAppNameBytes (line 31630) | public com.google.protobuf.ByteString method setAppName (line 31646) | public Builder setAppName( method clearAppName (line 31659) | public Builder clearAppName() { method setAppNameBytes (line 31668) | public Builder setAppNameBytes( method hasDeviceToken (line 31684) | public boolean hasDeviceToken() { method getDeviceToken (line 31690) | public java.lang.String getDeviceToken() { method getDeviceTokenBytes (line 31704) | public com.google.protobuf.ByteString method setDeviceToken (line 31720) | public Builder setDeviceToken( method clearDeviceToken (line 31733) | public Builder clearDeviceToken() { method setDeviceTokenBytes (line 31742) | public Builder setDeviceTokenBytes( method hasPushType (line 31758) | public boolean hasPushType() { method getPushType (line 31764) | public int getPushType() { method setPushType (line 31770) | public Builder setPushType(int value) { method clearPushType (line 31779) | public Builder clearPushType() { type ModifyGroupInfoRequestOrBuilder (line 31797) | public interface ModifyGroupInfoRequestOrBuilder method hasGroupId (line 31804) | boolean hasGroupId(); method getGroupId (line 31808) | java.lang.String getGroupId(); method getGroupIdBytes (line 31812) | com.google.protobuf.ByteString method hasType (line 31819) | boolean hasType(); method getType (line 31823) | int getType(); method hasValue (line 31829) | boolean hasValue(); method getValue (line 31833) | java.lang.String getValue(); method getValueBytes (line 31837) | com.google.protobuf.ByteString method getToLineList (line 31844) | java.util.List getToLineList(); method getToLineCount (line 31848) | int getToLineCount(); method getToLine (line 31852) | int getToLine(int index); method hasNotifyContent (line 31858) | boolean hasNotifyContent(); method getNotifyContent (line 31862) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 31866) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... class ModifyGroupInfoRequest (line 31871) | public static final class ModifyGroupInfoRequest extends method ModifyGroupInfoRequest (line 31875) | private ModifyGroupInfoRequest(com.google.protobuf.GeneratedMessage.... method ModifyGroupInfoRequest (line 31879) | private ModifyGroupInfoRequest(boolean noInit) { this.unknownFields ... method getDefaultInstance (line 31882) | public static ModifyGroupInfoRequest getDefaultInstance() { method getDefaultInstanceForType (line 31886) | public ModifyGroupInfoRequest getDefaultInstanceForType() { method getUnknownFields (line 31891) | @java.lang.Override method ModifyGroupInfoRequest (line 31896) | private ModifyGroupInfoRequest( method getDescriptor (line 31983) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 31988) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 31997) | public ModifyGroupInfoRequest parsePartialFrom( method getParserForType (line 32005) | @java.lang.Override method hasGroupId (line 32017) | public boolean hasGroupId() { method getGroupId (line 32023) | public java.lang.String getGroupId() { method getGroupIdBytes (line 32040) | public com.google.protobuf.ByteString method hasType (line 32060) | public boolean hasType() { method getType (line 32066) | public int getType() { method hasValue (line 32076) | public boolean hasValue() { method getValue (line 32082) | public java.lang.String getValue() { method getValueBytes (line 32099) | public com.google.protobuf.ByteString method getToLineList (line 32119) | public java.util.List method getToLineCount (line 32126) | public int getToLineCount() { method getToLine (line 32132) | public int getToLine(int index) { method hasNotifyContent (line 32142) | public boolean hasNotifyContent() { method getNotifyContent (line 32148) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 32154) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method initFields (line 32158) | private void initFields() { method isInitialized (line 32166) | public final boolean isInitialized() { method writeTo (line 32192) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 32214) | public int getSerializedSize() { method writeReplace (line 32250) | @java.lang.Override method parseFrom (line 32256) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32261) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32267) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32271) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32277) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32281) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseDelimitedFrom (line 32287) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseDelimitedFrom (line 32291) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32297) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method parseFrom (line 32302) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoReques... method newBuilder (line 32309) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 32310) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 32311) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Mo... method toBuilder (line 32314) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 32316) | @java.lang.Override class Builder (line 32325) | public static final class Builder extends method getDescriptor (line 32328) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 32333) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 32341) | private Builder() { method Builder (line 32345) | private Builder( method maybeForceBuilderInitialization (line 32350) | private void maybeForceBuilderInitialization() { method create (line 32355) | private static Builder create() { method clear (line 32359) | public Builder clear() { method clone (line 32378) | public Builder clone() { method getDescriptorForType (line 32382) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 32387) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoRequest get... method build (line 32391) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoRequest bui... method buildPartial (line 32399) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupInfoRequest bui... method mergeFrom (line 32433) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 32442) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.ModifyGr... method isInitialized (line 32474) | public final boolean isInitialized() { method mergeFrom (line 32496) | public Builder mergeFrom( method hasGroupId (line 32520) | public boolean hasGroupId() { method getGroupId (line 32526) | public java.lang.String getGroupId() { method getGroupIdBytes (line 32540) | public com.google.protobuf.ByteString method setGroupId (line 32556) | public Builder setGroupId( method clearGroupId (line 32569) | public Builder clearGroupId() { method setGroupIdBytes (line 32578) | public Builder setGroupIdBytes( method hasType (line 32594) | public boolean hasType() { method getType (line 32600) | public int getType() { method setType (line 32606) | public Builder setType(int value) { method clearType (line 32615) | public Builder clearType() { method hasValue (line 32627) | public boolean hasValue() { method getValue (line 32633) | public java.lang.String getValue() { method getValueBytes (line 32647) | public com.google.protobuf.ByteString method setValue (line 32663) | public Builder setValue( method clearValue (line 32676) | public Builder clearValue() { method setValueBytes (line 32685) | public Builder setValueBytes( method ensureToLineIsMutable (line 32698) | private void ensureToLineIsMutable() { method getToLineList (line 32707) | public java.util.List method getToLineCount (line 32714) | public int getToLineCount() { method getToLine (line 32720) | public int getToLine(int index) { method setToLine (line 32726) | public Builder setToLine( method addToLine (line 32736) | public Builder addToLine(int value) { method addAllToLine (line 32745) | public Builder addAllToLine( method clearToLine (line 32755) | public Builder clearToLine() { method hasNotifyContent (line 32769) | public boolean hasNotifyContent() { method getNotifyContent (line 32775) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 32785) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 32801) | public Builder setNotifyContent( method mergeNotifyContent (line 32815) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 32834) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 32847) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 32855) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 32865) | private com.google.protobuf.SingleFieldBuilder< type SetGroupManagerRequestOrBuilder (line 32890) | public interface SetGroupManagerRequestOrBuilder method hasGroupId (line 32897) | boolean hasGroupId(); method getGroupId (line 32901) | java.lang.String getGroupId(); method getGroupIdBytes (line 32905) | com.google.protobuf.ByteString method hasType (line 32912) | boolean hasType(); method getType (line 32916) | int getType(); method getUserIdList (line 32922) | java.util.List method getUserIdCount (line 32927) | int getUserIdCount(); method getUserId (line 32931) | java.lang.String getUserId(int index); method getUserIdBytes (line 32935) | com.google.protobuf.ByteString method getToLineList (line 32942) | java.util.List getToLineList(); method getToLineCount (line 32946) | int getToLineCount(); method getToLine (line 32950) | int getToLine(int index); method hasNotifyContent (line 32956) | boolean hasNotifyContent(); method getNotifyContent (line 32960) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 32964) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... class SetGroupManagerRequest (line 32969) | public static final class SetGroupManagerRequest extends method SetGroupManagerRequest (line 32973) | private SetGroupManagerRequest(com.google.protobuf.GeneratedMessage.... method SetGroupManagerRequest (line 32977) | private SetGroupManagerRequest(boolean noInit) { this.unknownFields ... method getDefaultInstance (line 32980) | public static SetGroupManagerRequest getDefaultInstance() { method getDefaultInstanceForType (line 32984) | public SetGroupManagerRequest getDefaultInstanceForType() { method getUnknownFields (line 32989) | @java.lang.Override method SetGroupManagerRequest (line 32994) | private SetGroupManagerRequest( method getDescriptor (line 33087) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 33092) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 33101) | public SetGroupManagerRequest parsePartialFrom( method getParserForType (line 33109) | @java.lang.Override method hasGroupId (line 33121) | public boolean hasGroupId() { method getGroupId (line 33127) | public java.lang.String getGroupId() { method getGroupIdBytes (line 33144) | public com.google.protobuf.ByteString method hasType (line 33164) | public boolean hasType() { method getType (line 33170) | public int getType() { method getUserIdList (line 33180) | public java.util.List method getUserIdCount (line 33187) | public int getUserIdCount() { method getUserId (line 33193) | public java.lang.String getUserId(int index) { method getUserIdBytes (line 33199) | public com.google.protobuf.ByteString method getToLineList (line 33210) | public java.util.List method getToLineCount (line 33217) | public int getToLineCount() { method getToLine (line 33223) | public int getToLine(int index) { method hasNotifyContent (line 33233) | public boolean hasNotifyContent() { method getNotifyContent (line 33239) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 33245) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method initFields (line 33249) | private void initFields() { method isInitialized (line 33257) | public final boolean isInitialized() { method writeTo (line 33279) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 33301) | public int getSerializedSize() { method writeReplace (line 33342) | @java.lang.Override method parseFrom (line 33348) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33353) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33359) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33363) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33369) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33373) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseDelimitedFrom (line 33379) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseDelimitedFrom (line 33383) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33389) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method parseFrom (line 33394) | public static cn.wildfirechat.proto.WFCMessage.SetGroupManagerReques... method newBuilder (line 33401) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 33402) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 33403) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Se... method toBuilder (line 33406) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 33408) | @java.lang.Override class Builder (line 33417) | public static final class Builder extends method getDescriptor (line 33420) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 33425) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 33433) | private Builder() { method Builder (line 33437) | private Builder( method maybeForceBuilderInitialization (line 33442) | private void maybeForceBuilderInitialization() { method create (line 33447) | private static Builder create() { method clear (line 33451) | public Builder clear() { method clone (line 33470) | public Builder clone() { method getDescriptorForType (line 33474) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 33479) | public cn.wildfirechat.proto.WFCMessage.SetGroupManagerRequest get... method build (line 33483) | public cn.wildfirechat.proto.WFCMessage.SetGroupManagerRequest bui... method buildPartial (line 33491) | public cn.wildfirechat.proto.WFCMessage.SetGroupManagerRequest bui... method mergeFrom (line 33527) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 33536) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.SetGroup... method isInitialized (line 33573) | public final boolean isInitialized() { method mergeFrom (line 33591) | public Builder mergeFrom( method hasGroupId (line 33615) | public boolean hasGroupId() { method getGroupId (line 33621) | public java.lang.String getGroupId() { method getGroupIdBytes (line 33635) | public com.google.protobuf.ByteString method setGroupId (line 33651) | public Builder setGroupId( method clearGroupId (line 33664) | public Builder clearGroupId() { method setGroupIdBytes (line 33673) | public Builder setGroupIdBytes( method hasType (line 33689) | public boolean hasType() { method getType (line 33695) | public int getType() { method setType (line 33701) | public Builder setType(int value) { method clearType (line 33710) | public Builder clearType() { method ensureUserIdIsMutable (line 33719) | private void ensureUserIdIsMutable() { method getUserIdList (line 33728) | public java.util.List method getUserIdCount (line 33735) | public int getUserIdCount() { method getUserId (line 33741) | public java.lang.String getUserId(int index) { method getUserIdBytes (line 33747) | public com.google.protobuf.ByteString method setUserId (line 33754) | public Builder setUserId( method addUserId (line 33767) | public Builder addUserId( method addAllUserId (line 33780) | public Builder addAllUserId( method clearUserId (line 33790) | public Builder clearUserId() { method addUserIdBytes (line 33799) | public Builder addUserIdBytes( method ensureToLineIsMutable (line 33812) | private void ensureToLineIsMutable() { method getToLineList (line 33821) | public java.util.List method getToLineCount (line 33828) | public int getToLineCount() { method getToLine (line 33834) | public int getToLine(int index) { method setToLine (line 33840) | public Builder setToLine( method addToLine (line 33850) | public Builder addToLine(int value) { method addAllToLine (line 33859) | public Builder addAllToLine( method clearToLine (line 33869) | public Builder clearToLine() { method hasNotifyContent (line 33883) | public boolean hasNotifyContent() { method getNotifyContent (line 33889) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 33899) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 33915) | public Builder setNotifyContent( method mergeNotifyContent (line 33929) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 33948) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 33961) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 33969) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 33979) | private com.google.protobuf.SingleFieldBuilder< type InfoEntryOrBuilder (line 34004) | public interface InfoEntryOrBuilder method hasType (line 34011) | boolean hasType(); method getType (line 34015) | int getType(); method hasValue (line 34021) | boolean hasValue(); method getValue (line 34025) | java.lang.String getValue(); method getValueBytes (line 34029) | com.google.protobuf.ByteString class InfoEntry (line 34035) | public static final class InfoEntry extends method InfoEntry (line 34039) | private InfoEntry(com.google.protobuf.GeneratedMessage.Builder bu... method InfoEntry (line 34043) | private InfoEntry(boolean noInit) { this.unknownFields = com.google.... method getDefaultInstance (line 34046) | public static InfoEntry getDefaultInstance() { method getDefaultInstanceForType (line 34050) | public InfoEntry getDefaultInstanceForType() { method getUnknownFields (line 34055) | @java.lang.Override method InfoEntry (line 34060) | private InfoEntry( method getDescriptor (line 34105) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 34110) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 34119) | public InfoEntry parsePartialFrom( method getParserForType (line 34127) | @java.lang.Override method hasType (line 34139) | public boolean hasType() { method getType (line 34145) | public int getType() { method hasValue (line 34155) | public boolean hasValue() { method getValue (line 34161) | public java.lang.String getValue() { method getValueBytes (line 34178) | public com.google.protobuf.ByteString method initFields (line 34192) | private void initFields() { method isInitialized (line 34197) | public final boolean isInitialized() { method writeTo (line 34213) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 34226) | public int getSerializedSize() { method writeReplace (line 34245) | @java.lang.Override method parseFrom (line 34251) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom( method parseFrom (line 34256) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom( method parseFrom (line 34262) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom(b... method parseFrom (line 34266) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom( method parseFrom (line 34272) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom(j... method parseFrom (line 34276) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom( method parseDelimitedFrom (line 34282) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseDelimi... method parseDelimitedFrom (line 34286) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseDelimi... method parseFrom (line 34292) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom( method parseFrom (line 34297) | public static cn.wildfirechat.proto.WFCMessage.InfoEntry parseFrom( method newBuilder (line 34304) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 34305) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 34306) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.In... method toBuilder (line 34309) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 34311) | @java.lang.Override class Builder (line 34320) | public static final class Builder extends method getDescriptor (line 34323) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 34328) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 34336) | private Builder() { method Builder (line 34340) | private Builder( method maybeForceBuilderInitialization (line 34345) | private void maybeForceBuilderInitialization() { method create (line 34349) | private static Builder create() { method clear (line 34353) | public Builder clear() { method clone (line 34362) | public Builder clone() { method getDescriptorForType (line 34366) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 34371) | public cn.wildfirechat.proto.WFCMessage.InfoEntry getDefaultInstan... method build (line 34375) | public cn.wildfirechat.proto.WFCMessage.InfoEntry build() { method buildPartial (line 34383) | public cn.wildfirechat.proto.WFCMessage.InfoEntry buildPartial() { method mergeFrom (line 34400) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 34409) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.InfoEntr... method isInitialized (line 34423) | public final boolean isInitialized() { method mergeFrom (line 34435) | public Builder mergeFrom( method hasType (line 34459) | public boolean hasType() { method getType (line 34465) | public int getType() { method setType (line 34471) | public Builder setType(int value) { method clearType (line 34480) | public Builder clearType() { method hasValue (line 34492) | public boolean hasValue() { method getValue (line 34498) | public java.lang.String getValue() { method getValueBytes (line 34512) | public com.google.protobuf.ByteString method setValue (line 34528) | public Builder setValue( method clearValue (line 34541) | public Builder clearValue() { method setValueBytes (line 34550) | public Builder setValueBytes( type ModifyMyInfoRequestOrBuilder (line 34572) | public interface ModifyMyInfoRequestOrBuilder method getEntryList (line 34579) | java.util.List method getEntry (line 34584) | cn.wildfirechat.proto.WFCMessage.InfoEntry getEntry(int index); method getEntryCount (line 34588) | int getEntryCount(); method getEntryOrBuilderList (line 34592) | java.util.List ge... method getEntryOrBuilderList (line 34713) | public java.util.List ... method getEntryCount (line 35033) | public int getEntryCount() { method getEntry (line 35043) | public cn.wildfirechat.proto.WFCMessage.InfoEntry getEntry(int ind... method setEntry (line 35053) | public Builder setEntry( method setEntry (line 35070) | public Builder setEntry( method addEntry (line 35084) | public Builder addEntry(cn.wildfirechat.proto.WFCMessage.InfoEntry... method addEntry (line 35100) | public Builder addEntry( method addEntry (line 35117) | public Builder addEntry( method addEntry (line 35131) | public Builder addEntry( method addAllEntry (line 35145) | public Builder addAllEntry( method clearEntry (line 35159) | public Builder clearEntry() { method removeEntry (line 35172) | public Builder removeEntry(int index) { method getEntryBuilder (line 35185) | public cn.wildfirechat.proto.WFCMessage.InfoEntry.Builder getEntry... method getEntryOrBuilder (line 35192) | public cn.wildfirechat.proto.WFCMessage.InfoEntryOrBuilder getEntr... method getEntryOrBuilderList (line 35202) | public java.util.List method getMessage (line 36493) | cn.wildfirechat.proto.WFCMessage.Message getMessage(int index); method getMessageCount (line 36497) | int getMessageCount(); method getMessageOrBuilderList (line 36501) | java.util.List getM... method getMessageOrBuilderList (line 36653) | public java.util.List ge... method getMessageCount (line 37057) | public int getMessageCount() { method getMessage (line 37067) | public cn.wildfirechat.proto.WFCMessage.Message getMessage(int ind... method setMessage (line 37077) | public Builder setMessage( method setMessage (line 37094) | public Builder setMessage( method addMessage (line 37108) | public Builder addMessage(cn.wildfirechat.proto.WFCMessage.Message... method addMessage (line 37124) | public Builder addMessage( method addMessage (line 37141) | public Builder addMessage( method addMessage (line 37155) | public Builder addMessage( method addAllMessage (line 37169) | public Builder addAllMessage( method clearMessage (line 37183) | public Builder clearMessage() { method removeMessage (line 37196) | public Builder removeMessage(int index) { method getMessageBuilder (line 37209) | public cn.wildfirechat.proto.WFCMessage.Message.Builder getMessage... method getMessageOrBuilder (line 37216) | public cn.wildfirechat.proto.WFCMessage.MessageOrBuilder getMessag... method getMessageOrBuilderList (line 37226) | public java.util.List method getInfo (line 37360) | cn.wildfirechat.proto.WFCMessage.GroupInfo getInfo(int index); method getInfoCount (line 37364) | int getInfoCount(); method getInfoOrBuilderList (line 37368) | java.util.List ge... method getInfoOrBuilderList (line 37489) | public java.util.List ... method getInfoCount (line 37809) | public int getInfoCount() { method getInfo (line 37819) | public cn.wildfirechat.proto.WFCMessage.GroupInfo getInfo(int inde... method setInfo (line 37829) | public Builder setInfo( method setInfo (line 37846) | public Builder setInfo( method addInfo (line 37860) | public Builder addInfo(cn.wildfirechat.proto.WFCMessage.GroupInfo ... method addInfo (line 37876) | public Builder addInfo( method addInfo (line 37893) | public Builder addInfo( method addInfo (line 37907) | public Builder addInfo( method addAllInfo (line 37921) | public Builder addAllInfo( method clearInfo (line 37935) | public Builder clearInfo() { method removeInfo (line 37948) | public Builder removeInfo(int index) { method getInfoBuilder (line 37961) | public cn.wildfirechat.proto.WFCMessage.GroupInfo.Builder getInfoB... method getInfoOrBuilder (line 37968) | public cn.wildfirechat.proto.WFCMessage.GroupInfoOrBuilder getInfo... method getInfoOrBuilderList (line 37978) | public java.util.List method getMember (line 38614) | cn.wildfirechat.proto.WFCMessage.GroupMember getMember(int index); method getMemberCount (line 38618) | int getMemberCount(); method getMemberOrBuilderList (line 38622) | java.util.List ... method getMemberOrBuilderList (line 38743) | public java.util.List ... method UserRequest (line 39327) | private UserRequest(boolean noInit) { this.unknownFields = com.googl... method getDefaultInstance (line 39330) | public static UserRequest getDefaultInstance() { method getDefaultInstanceForType (line 39334) | public UserRequest getDefaultInstanceForType() { method getUnknownFields (line 39339) | @java.lang.Override method UserRequest (line 39344) | private UserRequest( method getDescriptor (line 39389) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 39394) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 39403) | public UserRequest parsePartialFrom( method getParserForType (line 39411) | @java.lang.Override method hasUid (line 39423) | public boolean hasUid() { method getUid (line 39429) | public java.lang.String getUid() { method getUidBytes (line 39446) | public com.google.protobuf.ByteString method hasUpdateDt (line 39466) | public boolean hasUpdateDt() { method getUpdateDt (line 39472) | public long getUpdateDt() { method initFields (line 39476) | private void initFields() { method isInitialized (line 39481) | public final boolean isInitialized() { method writeTo (line 39493) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 39506) | public int getSerializedSize() { method writeReplace (line 39525) | @java.lang.Override method parseFrom (line 39531) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom( method parseFrom (line 39536) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom( method parseFrom (line 39542) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom... method parseFrom (line 39546) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom( method parseFrom (line 39552) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom... method parseFrom (line 39556) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom( method parseDelimitedFrom (line 39562) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseDeli... method parseDelimitedFrom (line 39566) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseDeli... method parseFrom (line 39572) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom( method parseFrom (line 39577) | public static cn.wildfirechat.proto.WFCMessage.UserRequest parseFrom( method newBuilder (line 39584) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 39585) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 39586) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Us... method toBuilder (line 39589) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 39591) | @java.lang.Override class Builder (line 39600) | public static final class Builder extends method getDescriptor (line 39603) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 39608) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 39616) | private Builder() { method Builder (line 39620) | private Builder( method maybeForceBuilderInitialization (line 39625) | private void maybeForceBuilderInitialization() { method create (line 39629) | private static Builder create() { method clear (line 39633) | public Builder clear() { method clone (line 39642) | public Builder clone() { method getDescriptorForType (line 39646) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 39651) | public cn.wildfirechat.proto.WFCMessage.UserRequest getDefaultInst... method build (line 39655) | public cn.wildfirechat.proto.WFCMessage.UserRequest build() { method buildPartial (line 39663) | public cn.wildfirechat.proto.WFCMessage.UserRequest buildPartial() { method mergeFrom (line 39680) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 39689) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.UserRequ... method isInitialized (line 39703) | public final boolean isInitialized() { method mergeFrom (line 39711) | public Builder mergeFrom( method hasUid (line 39735) | public boolean hasUid() { method getUid (line 39741) | public java.lang.String getUid() { method getUidBytes (line 39755) | public com.google.protobuf.ByteString method setUid (line 39771) | public Builder setUid( method clearUid (line 39784) | public Builder clearUid() { method setUidBytes (line 39793) | public Builder setUidBytes( method hasUpdateDt (line 39809) | public boolean hasUpdateDt() { method getUpdateDt (line 39815) | public long getUpdateDt() { method setUpdateDt (line 39821) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 39830) | public Builder clearUpdateDt() { type PullUserRequestOrBuilder (line 39848) | public interface PullUserRequestOrBuilder method getRequestList (line 39855) | java.util.List method getRequest (line 39860) | cn.wildfirechat.proto.WFCMessage.UserRequest getRequest(int index); method getRequestCount (line 39864) | int getRequestCount(); method getRequestOrBuilderList (line 39868) | java.util.List ... method getRequestOrBuilderList (line 39989) | public java.util.List b... method UserResult (line 40572) | private UserResult(boolean noInit) { this.unknownFields = com.google... method getDefaultInstance (line 40575) | public static UserResult getDefaultInstance() { method getDefaultInstanceForType (line 40579) | public UserResult getDefaultInstanceForType() { method getUnknownFields (line 40584) | @java.lang.Override method UserResult (line 40589) | private UserResult( method getDescriptor (line 40642) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 40647) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 40656) | public UserResult parsePartialFrom( method getParserForType (line 40664) | @java.lang.Override method hasUser (line 40676) | public boolean hasUser() { method getUser (line 40682) | public cn.wildfirechat.proto.WFCMessage.User getUser() { method getUserOrBuilder (line 40688) | public cn.wildfirechat.proto.WFCMessage.UserOrBuilder getUserOrBuild... method hasCode (line 40698) | public boolean hasCode() { method getCode (line 40704) | public int getCode() { method initFields (line 40708) | private void initFields() { method isInitialized (line 40713) | public final boolean isInitialized() { method writeTo (line 40733) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 40746) | public int getSerializedSize() { method writeReplace (line 40765) | @java.lang.Override method parseFrom (line 40771) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom( method parseFrom (line 40776) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom( method parseFrom (line 40782) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom(... method parseFrom (line 40786) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom( method parseFrom (line 40792) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom(... method parseFrom (line 40796) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom( method parseDelimitedFrom (line 40802) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseDelim... method parseDelimitedFrom (line 40806) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseDelim... method parseFrom (line 40812) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom( method parseFrom (line 40817) | public static cn.wildfirechat.proto.WFCMessage.UserResult parseFrom( method newBuilder (line 40824) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 40825) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 40826) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Us... method toBuilder (line 40829) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 40831) | @java.lang.Override class Builder (line 40840) | public static final class Builder extends method getDescriptor (line 40843) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 40848) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 40856) | private Builder() { method Builder (line 40860) | private Builder( method maybeForceBuilderInitialization (line 40865) | private void maybeForceBuilderInitialization() { method create (line 40870) | private static Builder create() { method clear (line 40874) | public Builder clear() { method clone (line 40887) | public Builder clone() { method getDescriptorForType (line 40891) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 40896) | public cn.wildfirechat.proto.WFCMessage.UserResult getDefaultInsta... method build (line 40900) | public cn.wildfirechat.proto.WFCMessage.UserResult build() { method buildPartial (line 40908) | public cn.wildfirechat.proto.WFCMessage.UserResult buildPartial() { method mergeFrom (line 40929) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 40938) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.UserResu... method isInitialized (line 40950) | public final boolean isInitialized() { method mergeFrom (line 40966) | public Builder mergeFrom( method hasUser (line 40992) | public boolean hasUser() { method getUser (line 40998) | public cn.wildfirechat.proto.WFCMessage.User getUser() { method setUser (line 41008) | public Builder setUser(cn.wildfirechat.proto.WFCMessage.User value) { method setUser (line 41024) | public Builder setUser( method mergeUser (line 41038) | public Builder mergeUser(cn.wildfirechat.proto.WFCMessage.User val... method clearUser (line 41057) | public Builder clearUser() { method getUserBuilder (line 41070) | public cn.wildfirechat.proto.WFCMessage.User.Builder getUserBuilde... method getUserOrBuilder (line 41078) | public cn.wildfirechat.proto.WFCMessage.UserOrBuilder getUserOrBui... method getUserFieldBuilder (line 41088) | private com.google.protobuf.SingleFieldBuilder< method hasCode (line 41107) | public boolean hasCode() { method getCode (line 41113) | public int getCode() { method setCode (line 41119) | public Builder setCode(int value) { method clearCode (line 41128) | public Builder clearCode() { type PullUserResultOrBuilder (line 41146) | public interface PullUserResultOrBuilder method getResultList (line 41153) | java.util.List method getResult (line 41158) | cn.wildfirechat.proto.WFCMessage.UserResult getResult(int index); method getResultCount (line 41162) | int getResultCount(); method getResultOrBuilderList (line 41166) | java.util.List g... method getResultOrBuilderList (line 41287) | public java.util.List... method getResultCount (line 41607) | public int getResultCount() { method getResult (line 41617) | public cn.wildfirechat.proto.WFCMessage.UserResult getResult(int i... method setResult (line 41627) | public Builder setResult( method setResult (line 41644) | public Builder setResult( method addResult (line 41658) | public Builder addResult(cn.wildfirechat.proto.WFCMessage.UserResu... method addResult (line 41674) | public Builder addResult( method addResult (line 41691) | public Builder addResult( method addResult (line 41705) | public Builder addResult( method addAllResult (line 41719) | public Builder addAllResult( method clearResult (line 41733) | public Builder clearResult() { method removeResult (line 41746) | public Builder removeResult(int index) { method getResultBuilder (line 41759) | public cn.wildfirechat.proto.WFCMessage.UserResult.Builder getResu... method getResultOrBuilder (line 41766) | public cn.wildfirechat.proto.WFCMessage.UserResultOrBuilder getRes... method getResultOrBuilderList (line 41776) | public java.util.List getToLineList(); method getToLineCount (line 41858) | int getToLineCount(); method getToLine (line 41862) | int getToLine(int index); method hasNotifyContent (line 41868) | boolean hasNotifyContent(); method getNotifyContent (line 41872) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 41876) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... method hasKeepMsg (line 41882) | boolean hasKeepMsg(); method getKeepMsg (line 41886) | int getKeepMsg(); class QuitGroupRequest (line 41891) | public static final class QuitGroupRequest extends method QuitGroupRequest (line 41895) | private QuitGroupRequest(com.google.protobuf.GeneratedMessage.Builde... method QuitGroupRequest (line 41899) | private QuitGroupRequest(boolean noInit) { this.unknownFields = com.... method getDefaultInstance (line 41902) | public static QuitGroupRequest getDefaultInstance() { method getDefaultInstanceForType (line 41906) | public QuitGroupRequest getDefaultInstanceForType() { method getUnknownFields (line 41911) | @java.lang.Override method QuitGroupRequest (line 41916) | private QuitGroupRequest( method getDescriptor (line 41998) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 42003) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 42012) | public QuitGroupRequest parsePartialFrom( method getParserForType (line 42020) | @java.lang.Override method hasGroupId (line 42032) | public boolean hasGroupId() { method getGroupId (line 42038) | public java.lang.String getGroupId() { method getGroupIdBytes (line 42055) | public com.google.protobuf.ByteString method getToLineList (line 42075) | public java.util.List method getToLineCount (line 42082) | public int getToLineCount() { method getToLine (line 42088) | public int getToLine(int index) { method hasNotifyContent (line 42098) | public boolean hasNotifyContent() { method getNotifyContent (line 42104) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 42110) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method hasKeepMsg (line 42120) | public boolean hasKeepMsg() { method getKeepMsg (line 42126) | public int getKeepMsg() { method initFields (line 42130) | private void initFields() { method isInitialized (line 42137) | public final boolean isInitialized() { method writeTo (line 42155) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 42174) | public int getSerializedSize() { method writeReplace (line 42206) | @java.lang.Override method parseFrom (line 42212) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42217) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42223) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42227) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42233) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42237) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseDelimitedFrom (line 42243) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseDelimitedFrom (line 42247) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42253) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method parseFrom (line 42258) | public static cn.wildfirechat.proto.WFCMessage.QuitGroupRequest pars... method newBuilder (line 42265) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 42266) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 42267) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Qu... method toBuilder (line 42270) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 42272) | @java.lang.Override class Builder (line 42281) | public static final class Builder extends method getDescriptor (line 42284) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 42289) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 42297) | private Builder() { method Builder (line 42301) | private Builder( method maybeForceBuilderInitialization (line 42306) | private void maybeForceBuilderInitialization() { method create (line 42311) | private static Builder create() { method clear (line 42315) | public Builder clear() { method clone (line 42332) | public Builder clone() { method getDescriptorForType (line 42336) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 42341) | public cn.wildfirechat.proto.WFCMessage.QuitGroupRequest getDefaul... method build (line 42345) | public cn.wildfirechat.proto.WFCMessage.QuitGroupRequest build() { method buildPartial (line 42353) | public cn.wildfirechat.proto.WFCMessage.QuitGroupRequest buildPart... method mergeFrom (line 42383) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 42392) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.QuitGrou... method isInitialized (line 42419) | public final boolean isInitialized() { method mergeFrom (line 42433) | public Builder mergeFrom( method hasGroupId (line 42457) | public boolean hasGroupId() { method getGroupId (line 42463) | public java.lang.String getGroupId() { method getGroupIdBytes (line 42477) | public com.google.protobuf.ByteString method setGroupId (line 42493) | public Builder setGroupId( method clearGroupId (line 42506) | public Builder clearGroupId() { method setGroupIdBytes (line 42515) | public Builder setGroupIdBytes( method ensureToLineIsMutable (line 42528) | private void ensureToLineIsMutable() { method getToLineList (line 42537) | public java.util.List method getToLineCount (line 42544) | public int getToLineCount() { method getToLine (line 42550) | public int getToLine(int index) { method setToLine (line 42556) | public Builder setToLine( method addToLine (line 42566) | public Builder addToLine(int value) { method addAllToLine (line 42575) | public Builder addAllToLine( method clearToLine (line 42585) | public Builder clearToLine() { method hasNotifyContent (line 42599) | public boolean hasNotifyContent() { method getNotifyContent (line 42605) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 42615) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 42631) | public Builder setNotifyContent( method mergeNotifyContent (line 42645) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 42664) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 42677) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 42685) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 42695) | private com.google.protobuf.SingleFieldBuilder< method hasKeepMsg (line 42714) | public boolean hasKeepMsg() { method getKeepMsg (line 42720) | public int getKeepMsg() { method setKeepMsg (line 42726) | public Builder setKeepMsg(int value) { method clearKeepMsg (line 42735) | public Builder clearKeepMsg() { type RemoveGroupMemberRequestOrBuilder (line 42753) | public interface RemoveGroupMemberRequestOrBuilder method hasGroupId (line 42760) | boolean hasGroupId(); method getGroupId (line 42764) | java.lang.String getGroupId(); method getGroupIdBytes (line 42768) | com.google.protobuf.ByteString method getRemovedMemberList (line 42775) | java.util.List method getRemovedMemberCount (line 42780) | int getRemovedMemberCount(); method getRemovedMember (line 42784) | java.lang.String getRemovedMember(int index); method getRemovedMemberBytes (line 42788) | com.google.protobuf.ByteString method getToLineList (line 42795) | java.util.List getToLineList(); method getToLineCount (line 42799) | int getToLineCount(); method getToLine (line 42803) | int getToLine(int index); method hasNotifyContent (line 42809) | boolean hasNotifyContent(); method getNotifyContent (line 42813) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 42817) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... class RemoveGroupMemberRequest (line 42822) | public static final class RemoveGroupMemberRequest extends method RemoveGroupMemberRequest (line 42826) | private RemoveGroupMemberRequest(com.google.protobuf.GeneratedMessag... method RemoveGroupMemberRequest (line 42830) | private RemoveGroupMemberRequest(boolean noInit) { this.unknownField... method getDefaultInstance (line 42833) | public static RemoveGroupMemberRequest getDefaultInstance() { method getDefaultInstanceForType (line 42837) | public RemoveGroupMemberRequest getDefaultInstanceForType() { method getUnknownFields (line 42842) | @java.lang.Override method RemoveGroupMemberRequest (line 42847) | private RemoveGroupMemberRequest( method getDescriptor (line 42935) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 42940) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 42949) | public RemoveGroupMemberRequest parsePartialFrom( method getParserForType (line 42957) | @java.lang.Override method hasGroupId (line 42969) | public boolean hasGroupId() { method getGroupId (line 42975) | public java.lang.String getGroupId() { method getGroupIdBytes (line 42992) | public com.google.protobuf.ByteString method getRemovedMemberList (line 43012) | public java.util.List method getRemovedMemberCount (line 43019) | public int getRemovedMemberCount() { method getRemovedMember (line 43025) | public java.lang.String getRemovedMember(int index) { method getRemovedMemberBytes (line 43031) | public com.google.protobuf.ByteString method getToLineList (line 43042) | public java.util.List method getToLineCount (line 43049) | public int getToLineCount() { method getToLine (line 43055) | public int getToLine(int index) { method hasNotifyContent (line 43065) | public boolean hasNotifyContent() { method getNotifyContent (line 43071) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 43077) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method initFields (line 43081) | private void initFields() { method isInitialized (line 43088) | public final boolean isInitialized() { method writeTo (line 43106) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 43125) | public int getSerializedSize() { method writeReplace (line 43162) | @java.lang.Override method parseFrom (line 43168) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43173) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43179) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43183) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43189) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43193) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseDelimitedFrom (line 43199) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseDelimitedFrom (line 43203) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43209) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method parseFrom (line 43214) | public static cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequ... method newBuilder (line 43221) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 43222) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 43223) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Re... method toBuilder (line 43226) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 43228) | @java.lang.Override class Builder (line 43237) | public static final class Builder extends method getDescriptor (line 43240) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 43245) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 43253) | private Builder() { method Builder (line 43257) | private Builder( method maybeForceBuilderInitialization (line 43262) | private void maybeForceBuilderInitialization() { method create (line 43267) | private static Builder create() { method clear (line 43271) | public Builder clear() { method clone (line 43288) | public Builder clone() { method getDescriptorForType (line 43292) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 43297) | public cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequest g... method build (line 43301) | public cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequest b... method buildPartial (line 43309) | public cn.wildfirechat.proto.WFCMessage.RemoveGroupMemberRequest b... method mergeFrom (line 43341) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 43350) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.RemoveGr... method isInitialized (line 43384) | public final boolean isInitialized() { method mergeFrom (line 43398) | public Builder mergeFrom( method hasGroupId (line 43422) | public boolean hasGroupId() { method getGroupId (line 43428) | public java.lang.String getGroupId() { method getGroupIdBytes (line 43442) | public com.google.protobuf.ByteString method setGroupId (line 43458) | public Builder setGroupId( method clearGroupId (line 43471) | public Builder clearGroupId() { method setGroupIdBytes (line 43480) | public Builder setGroupIdBytes( method ensureRemovedMemberIsMutable (line 43493) | private void ensureRemovedMemberIsMutable() { method getRemovedMemberList (line 43502) | public java.util.List method getRemovedMemberCount (line 43509) | public int getRemovedMemberCount() { method getRemovedMember (line 43515) | public java.lang.String getRemovedMember(int index) { method getRemovedMemberBytes (line 43521) | public com.google.protobuf.ByteString method setRemovedMember (line 43528) | public Builder setRemovedMember( method addRemovedMember (line 43541) | public Builder addRemovedMember( method addAllRemovedMember (line 43554) | public Builder addAllRemovedMember( method clearRemovedMember (line 43564) | public Builder clearRemovedMember() { method addRemovedMemberBytes (line 43573) | public Builder addRemovedMemberBytes( method ensureToLineIsMutable (line 43586) | private void ensureToLineIsMutable() { method getToLineList (line 43595) | public java.util.List method getToLineCount (line 43602) | public int getToLineCount() { method getToLine (line 43608) | public int getToLine(int index) { method setToLine (line 43614) | public Builder setToLine( method addToLine (line 43624) | public Builder addToLine(int value) { method addAllToLine (line 43633) | public Builder addAllToLine( method clearToLine (line 43643) | public Builder clearToLine() { method hasNotifyContent (line 43657) | public boolean hasNotifyContent() { method getNotifyContent (line 43663) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 43673) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 43689) | public Builder setNotifyContent( method mergeNotifyContent (line 43703) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 43722) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 43735) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 43743) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 43753) | private com.google.protobuf.SingleFieldBuilder< type TransferGroupRequestOrBuilder (line 43778) | public interface TransferGroupRequestOrBuilder method hasGroupId (line 43785) | boolean hasGroupId(); method getGroupId (line 43789) | java.lang.String getGroupId(); method getGroupIdBytes (line 43793) | com.google.protobuf.ByteString method hasNewOwner (line 43800) | boolean hasNewOwner(); method getNewOwner (line 43804) | java.lang.String getNewOwner(); method getNewOwnerBytes (line 43808) | com.google.protobuf.ByteString method getToLineList (line 43815) | java.util.List getToLineList(); method getToLineCount (line 43819) | int getToLineCount(); method getToLine (line 43823) | int getToLine(int index); method hasNotifyContent (line 43829) | boolean hasNotifyContent(); method getNotifyContent (line 43833) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 43837) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... class TransferGroupRequest (line 43842) | public static final class TransferGroupRequest extends method TransferGroupRequest (line 43846) | private TransferGroupRequest(com.google.protobuf.GeneratedMessage.Bu... method TransferGroupRequest (line 43850) | private TransferGroupRequest(boolean noInit) { this.unknownFields = ... method getDefaultInstance (line 43853) | public static TransferGroupRequest getDefaultInstance() { method getDefaultInstanceForType (line 43857) | public TransferGroupRequest getDefaultInstanceForType() { method getUnknownFields (line 43862) | @java.lang.Override method TransferGroupRequest (line 43867) | private TransferGroupRequest( method getDescriptor (line 43949) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 43954) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 43963) | public TransferGroupRequest parsePartialFrom( method getParserForType (line 43971) | @java.lang.Override method hasGroupId (line 43983) | public boolean hasGroupId() { method getGroupId (line 43989) | public java.lang.String getGroupId() { method getGroupIdBytes (line 44006) | public com.google.protobuf.ByteString method hasNewOwner (line 44026) | public boolean hasNewOwner() { method getNewOwner (line 44032) | public java.lang.String getNewOwner() { method getNewOwnerBytes (line 44049) | public com.google.protobuf.ByteString method getToLineList (line 44069) | public java.util.List method getToLineCount (line 44076) | public int getToLineCount() { method getToLine (line 44082) | public int getToLine(int index) { method hasNotifyContent (line 44092) | public boolean hasNotifyContent() { method getNotifyContent (line 44098) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 44104) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method initFields (line 44108) | private void initFields() { method isInitialized (line 44115) | public final boolean isInitialized() { method writeTo (line 44137) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 44156) | public int getSerializedSize() { method writeReplace (line 44188) | @java.lang.Override method parseFrom (line 44194) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44199) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44205) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44209) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44215) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44219) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseDelimitedFrom (line 44225) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseDelimitedFrom (line 44229) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44235) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method parseFrom (line 44240) | public static cn.wildfirechat.proto.WFCMessage.TransferGroupRequest ... method newBuilder (line 44247) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 44248) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 44249) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Tr... method toBuilder (line 44252) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 44254) | @java.lang.Override class Builder (line 44263) | public static final class Builder extends method getDescriptor (line 44266) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 44271) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 44279) | private Builder() { method Builder (line 44283) | private Builder( method maybeForceBuilderInitialization (line 44288) | private void maybeForceBuilderInitialization() { method create (line 44293) | private static Builder create() { method clear (line 44297) | public Builder clear() { method clone (line 44314) | public Builder clone() { method getDescriptorForType (line 44318) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 44323) | public cn.wildfirechat.proto.WFCMessage.TransferGroupRequest getDe... method build (line 44327) | public cn.wildfirechat.proto.WFCMessage.TransferGroupRequest build... method buildPartial (line 44335) | public cn.wildfirechat.proto.WFCMessage.TransferGroupRequest build... method mergeFrom (line 44365) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 44374) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Transfer... method isInitialized (line 44403) | public final boolean isInitialized() { method mergeFrom (line 44421) | public Builder mergeFrom( method hasGroupId (line 44445) | public boolean hasGroupId() { method getGroupId (line 44451) | public java.lang.String getGroupId() { method getGroupIdBytes (line 44465) | public com.google.protobuf.ByteString method setGroupId (line 44481) | public Builder setGroupId( method clearGroupId (line 44494) | public Builder clearGroupId() { method setGroupIdBytes (line 44503) | public Builder setGroupIdBytes( method hasNewOwner (line 44519) | public boolean hasNewOwner() { method getNewOwner (line 44525) | public java.lang.String getNewOwner() { method getNewOwnerBytes (line 44539) | public com.google.protobuf.ByteString method setNewOwner (line 44555) | public Builder setNewOwner( method clearNewOwner (line 44568) | public Builder clearNewOwner() { method setNewOwnerBytes (line 44577) | public Builder setNewOwnerBytes( method ensureToLineIsMutable (line 44590) | private void ensureToLineIsMutable() { method getToLineList (line 44599) | public java.util.List method getToLineCount (line 44606) | public int getToLineCount() { method getToLine (line 44612) | public int getToLine(int index) { method setToLine (line 44618) | public Builder setToLine( method addToLine (line 44628) | public Builder addToLine(int value) { method addAllToLine (line 44637) | public Builder addAllToLine( method clearToLine (line 44647) | public Builder clearToLine() { method hasNotifyContent (line 44661) | public boolean hasNotifyContent() { method getNotifyContent (line 44667) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 44677) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 44693) | public Builder setNotifyContent( method mergeNotifyContent (line 44707) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 44726) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 44739) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 44747) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 44757) | private com.google.protobuf.SingleFieldBuilder< type ModifyGroupMemberAliasOrBuilder (line 44782) | public interface ModifyGroupMemberAliasOrBuilder method hasGroupId (line 44789) | boolean hasGroupId(); method getGroupId (line 44793) | java.lang.String getGroupId(); method getGroupIdBytes (line 44797) | com.google.protobuf.ByteString method hasAlias (line 44804) | boolean hasAlias(); method getAlias (line 44808) | java.lang.String getAlias(); method getAliasBytes (line 44812) | com.google.protobuf.ByteString method getToLineList (line 44819) | java.util.List getToLineList(); method getToLineCount (line 44823) | int getToLineCount(); method getToLine (line 44827) | int getToLine(int index); method hasNotifyContent (line 44833) | boolean hasNotifyContent(); method getNotifyContent (line 44837) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 44841) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... method hasMemberId (line 44847) | boolean hasMemberId(); method getMemberId (line 44851) | java.lang.String getMemberId(); method getMemberIdBytes (line 44855) | com.google.protobuf.ByteString class ModifyGroupMemberAlias (line 44861) | public static final class ModifyGroupMemberAlias extends method ModifyGroupMemberAlias (line 44865) | private ModifyGroupMemberAlias(com.google.protobuf.GeneratedMessage.... method ModifyGroupMemberAlias (line 44869) | private ModifyGroupMemberAlias(boolean noInit) { this.unknownFields ... method getDefaultInstance (line 44872) | public static ModifyGroupMemberAlias getDefaultInstance() { method getDefaultInstanceForType (line 44876) | public ModifyGroupMemberAlias getDefaultInstanceForType() { method getUnknownFields (line 44881) | @java.lang.Override method ModifyGroupMemberAlias (line 44886) | private ModifyGroupMemberAlias( method getDescriptor (line 44973) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 44978) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 44987) | public ModifyGroupMemberAlias parsePartialFrom( method getParserForType (line 44995) | @java.lang.Override method hasGroupId (line 45007) | public boolean hasGroupId() { method getGroupId (line 45013) | public java.lang.String getGroupId() { method getGroupIdBytes (line 45030) | public com.google.protobuf.ByteString method hasAlias (line 45050) | public boolean hasAlias() { method getAlias (line 45056) | public java.lang.String getAlias() { method getAliasBytes (line 45073) | public com.google.protobuf.ByteString method getToLineList (line 45093) | public java.util.List method getToLineCount (line 45100) | public int getToLineCount() { method getToLine (line 45106) | public int getToLine(int index) { method hasNotifyContent (line 45116) | public boolean hasNotifyContent() { method getNotifyContent (line 45122) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 45128) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method hasMemberId (line 45138) | public boolean hasMemberId() { method getMemberId (line 45144) | public java.lang.String getMemberId() { method getMemberIdBytes (line 45161) | public com.google.protobuf.ByteString method initFields (line 45175) | private void initFields() { method isInitialized (line 45183) | public final boolean isInitialized() { method writeTo (line 45205) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 45227) | public int getSerializedSize() { method writeReplace (line 45263) | @java.lang.Override method parseFrom (line 45269) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45274) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45280) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45284) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45290) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45294) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseDelimitedFrom (line 45300) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseDelimitedFrom (line 45304) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45310) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method parseFrom (line 45315) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlia... method newBuilder (line 45322) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 45323) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 45324) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Mo... method toBuilder (line 45327) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 45329) | @java.lang.Override class Builder (line 45338) | public static final class Builder extends method getDescriptor (line 45341) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 45346) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 45354) | private Builder() { method Builder (line 45358) | private Builder( method maybeForceBuilderInitialization (line 45363) | private void maybeForceBuilderInitialization() { method create (line 45368) | private static Builder create() { method clear (line 45372) | public Builder clear() { method clone (line 45391) | public Builder clone() { method getDescriptorForType (line 45395) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 45400) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlias get... method build (line 45404) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlias bui... method buildPartial (line 45412) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberAlias bui... method mergeFrom (line 45446) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 45455) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.ModifyGr... method isInitialized (line 45489) | public final boolean isInitialized() { method mergeFrom (line 45507) | public Builder mergeFrom( method hasGroupId (line 45531) | public boolean hasGroupId() { method getGroupId (line 45537) | public java.lang.String getGroupId() { method getGroupIdBytes (line 45551) | public com.google.protobuf.ByteString method setGroupId (line 45567) | public Builder setGroupId( method clearGroupId (line 45580) | public Builder clearGroupId() { method setGroupIdBytes (line 45589) | public Builder setGroupIdBytes( method hasAlias (line 45605) | public boolean hasAlias() { method getAlias (line 45611) | public java.lang.String getAlias() { method getAliasBytes (line 45625) | public com.google.protobuf.ByteString method setAlias (line 45641) | public Builder setAlias( method clearAlias (line 45654) | public Builder clearAlias() { method setAliasBytes (line 45663) | public Builder setAliasBytes( method ensureToLineIsMutable (line 45676) | private void ensureToLineIsMutable() { method getToLineList (line 45685) | public java.util.List method getToLineCount (line 45692) | public int getToLineCount() { method getToLine (line 45698) | public int getToLine(int index) { method setToLine (line 45704) | public Builder setToLine( method addToLine (line 45714) | public Builder addToLine(int value) { method addAllToLine (line 45723) | public Builder addAllToLine( method clearToLine (line 45733) | public Builder clearToLine() { method hasNotifyContent (line 45747) | public boolean hasNotifyContent() { method getNotifyContent (line 45753) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 45763) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 45779) | public Builder setNotifyContent( method mergeNotifyContent (line 45793) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 45812) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 45825) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 45833) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 45843) | private com.google.protobuf.SingleFieldBuilder< method hasMemberId (line 45862) | public boolean hasMemberId() { method getMemberId (line 45868) | public java.lang.String getMemberId() { method getMemberIdBytes (line 45882) | public com.google.protobuf.ByteString method setMemberId (line 45898) | public Builder setMemberId( method clearMemberId (line 45911) | public Builder clearMemberId() { method setMemberIdBytes (line 45920) | public Builder setMemberIdBytes( type ModifyGroupMemberExtraOrBuilder (line 45942) | public interface ModifyGroupMemberExtraOrBuilder method hasGroupId (line 45949) | boolean hasGroupId(); method getGroupId (line 45953) | java.lang.String getGroupId(); method getGroupIdBytes (line 45957) | com.google.protobuf.ByteString method getToLineList (line 45964) | java.util.List getToLineList(); method getToLineCount (line 45968) | int getToLineCount(); method getToLine (line 45972) | int getToLine(int index); method hasNotifyContent (line 45978) | boolean hasNotifyContent(); method getNotifyContent (line 45982) | cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyContent(); method getNotifyContentOrBuilder (line 45986) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getNotifyCo... method hasExtra (line 45992) | boolean hasExtra(); method getExtra (line 45996) | java.lang.String getExtra(); method getExtraBytes (line 46000) | com.google.protobuf.ByteString method hasMemberId (line 46007) | boolean hasMemberId(); method getMemberId (line 46011) | java.lang.String getMemberId(); method getMemberIdBytes (line 46015) | com.google.protobuf.ByteString class ModifyGroupMemberExtra (line 46021) | public static final class ModifyGroupMemberExtra extends method ModifyGroupMemberExtra (line 46025) | private ModifyGroupMemberExtra(com.google.protobuf.GeneratedMessage.... method ModifyGroupMemberExtra (line 46029) | private ModifyGroupMemberExtra(boolean noInit) { this.unknownFields ... method getDefaultInstance (line 46032) | public static ModifyGroupMemberExtra getDefaultInstance() { method getDefaultInstanceForType (line 46036) | public ModifyGroupMemberExtra getDefaultInstanceForType() { method getUnknownFields (line 46041) | @java.lang.Override method ModifyGroupMemberExtra (line 46046) | private ModifyGroupMemberExtra( method getDescriptor (line 46133) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 46138) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 46147) | public ModifyGroupMemberExtra parsePartialFrom( method getParserForType (line 46155) | @java.lang.Override method hasGroupId (line 46167) | public boolean hasGroupId() { method getGroupId (line 46173) | public java.lang.String getGroupId() { method getGroupIdBytes (line 46190) | public com.google.protobuf.ByteString method getToLineList (line 46210) | public java.util.List method getToLineCount (line 46217) | public int getToLineCount() { method getToLine (line 46223) | public int getToLine(int index) { method hasNotifyContent (line 46233) | public boolean hasNotifyContent() { method getNotifyContent (line 46239) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCont... method getNotifyContentOrBuilder (line 46245) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getN... method hasExtra (line 46255) | public boolean hasExtra() { method getExtra (line 46261) | public java.lang.String getExtra() { method getExtraBytes (line 46278) | public com.google.protobuf.ByteString method hasMemberId (line 46298) | public boolean hasMemberId() { method getMemberId (line 46304) | public java.lang.String getMemberId() { method getMemberIdBytes (line 46321) | public com.google.protobuf.ByteString method initFields (line 46335) | private void initFields() { method isInitialized (line 46343) | public final boolean isInitialized() { method writeTo (line 46361) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 46383) | public int getSerializedSize() { method writeReplace (line 46419) | @java.lang.Override method parseFrom (line 46425) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46430) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46436) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46440) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46446) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46450) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseDelimitedFrom (line 46456) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseDelimitedFrom (line 46460) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46466) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method parseFrom (line 46471) | public static cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtr... method newBuilder (line 46478) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 46479) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 46480) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Mo... method toBuilder (line 46483) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 46485) | @java.lang.Override class Builder (line 46494) | public static final class Builder extends method getDescriptor (line 46497) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 46502) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 46510) | private Builder() { method Builder (line 46514) | private Builder( method maybeForceBuilderInitialization (line 46519) | private void maybeForceBuilderInitialization() { method create (line 46524) | private static Builder create() { method clear (line 46528) | public Builder clear() { method clone (line 46547) | public Builder clone() { method getDescriptorForType (line 46551) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 46556) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtra get... method build (line 46560) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtra bui... method buildPartial (line 46568) | public cn.wildfirechat.proto.WFCMessage.ModifyGroupMemberExtra bui... method mergeFrom (line 46602) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 46611) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.ModifyGr... method isInitialized (line 46645) | public final boolean isInitialized() { method mergeFrom (line 46659) | public Builder mergeFrom( method hasGroupId (line 46683) | public boolean hasGroupId() { method getGroupId (line 46689) | public java.lang.String getGroupId() { method getGroupIdBytes (line 46703) | public com.google.protobuf.ByteString method setGroupId (line 46719) | public Builder setGroupId( method clearGroupId (line 46732) | public Builder clearGroupId() { method setGroupIdBytes (line 46741) | public Builder setGroupIdBytes( method ensureToLineIsMutable (line 46754) | private void ensureToLineIsMutable() { method getToLineList (line 46763) | public java.util.List method getToLineCount (line 46770) | public int getToLineCount() { method getToLine (line 46776) | public int getToLine(int index) { method setToLine (line 46782) | public Builder setToLine( method addToLine (line 46792) | public Builder addToLine(int value) { method addAllToLine (line 46801) | public Builder addAllToLine( method clearToLine (line 46811) | public Builder clearToLine() { method hasNotifyContent (line 46825) | public boolean hasNotifyContent() { method getNotifyContent (line 46831) | public cn.wildfirechat.proto.WFCMessage.MessageContent getNotifyCo... method setNotifyContent (line 46841) | public Builder setNotifyContent(cn.wildfirechat.proto.WFCMessage.M... method setNotifyContent (line 46857) | public Builder setNotifyContent( method mergeNotifyContent (line 46871) | public Builder mergeNotifyContent(cn.wildfirechat.proto.WFCMessage... method clearNotifyContent (line 46890) | public Builder clearNotifyContent() { method getNotifyContentBuilder (line 46903) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getNotifyContentOrBuilder (line 46911) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getNotifyContentFieldBuilder (line 46921) | private com.google.protobuf.SingleFieldBuilder< method hasExtra (line 46940) | public boolean hasExtra() { method getExtra (line 46946) | public java.lang.String getExtra() { method getExtraBytes (line 46960) | public com.google.protobuf.ByteString method setExtra (line 46976) | public Builder setExtra( method clearExtra (line 46989) | public Builder clearExtra() { method setExtraBytes (line 46998) | public Builder setExtraBytes( method hasMemberId (line 47014) | public boolean hasMemberId() { method getMemberId (line 47020) | public java.lang.String getMemberId() { method getMemberIdBytes (line 47034) | public com.google.protobuf.ByteString method setMemberId (line 47050) | public Builder setMemberId( method clearMemberId (line 47063) | public Builder clearMemberId() { method setMemberIdBytes (line 47072) | public Builder setMemberIdBytes( type UserSettingEntryOrBuilder (line 47094) | public interface UserSettingEntryOrBuilder method hasScope (line 47101) | boolean hasScope(); method getScope (line 47105) | int getScope(); method hasKey (line 47111) | boolean hasKey(); method getKey (line 47115) | java.lang.String getKey(); method getKeyBytes (line 47119) | com.google.protobuf.ByteString method hasValue (line 47126) | boolean hasValue(); method getValue (line 47130) | java.lang.String getValue(); method getValueBytes (line 47134) | com.google.protobuf.ByteString method hasUpdateDt (line 47141) | boolean hasUpdateDt(); method getUpdateDt (line 47145) | long getUpdateDt(); class UserSettingEntry (line 47150) | public static final class UserSettingEntry extends method UserSettingEntry (line 47154) | private UserSettingEntry(com.google.protobuf.GeneratedMessage.Builde... method UserSettingEntry (line 47158) | private UserSettingEntry(boolean noInit) { this.unknownFields = com.... method getDefaultInstance (line 47161) | public static UserSettingEntry getDefaultInstance() { method getDefaultInstanceForType (line 47165) | public UserSettingEntry getDefaultInstanceForType() { method getUnknownFields (line 47170) | @java.lang.Override method UserSettingEntry (line 47175) | private UserSettingEntry( method getDescriptor (line 47230) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 47235) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 47244) | public UserSettingEntry parsePartialFrom( method getParserForType (line 47252) | @java.lang.Override method hasScope (line 47264) | public boolean hasScope() { method getScope (line 47270) | public int getScope() { method hasKey (line 47280) | public boolean hasKey() { method getKey (line 47286) | public java.lang.String getKey() { method getKeyBytes (line 47303) | public com.google.protobuf.ByteString method hasValue (line 47323) | public boolean hasValue() { method getValue (line 47329) | public java.lang.String getValue() { method getValueBytes (line 47346) | public com.google.protobuf.ByteString method hasUpdateDt (line 47366) | public boolean hasUpdateDt() { method getUpdateDt (line 47372) | public long getUpdateDt() { method initFields (line 47376) | private void initFields() { method isInitialized (line 47383) | public final boolean isInitialized() { method writeTo (line 47407) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 47426) | public int getSerializedSize() { method writeReplace (line 47453) | @java.lang.Override method parseFrom (line 47459) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47464) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47470) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47474) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47480) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47484) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseDelimitedFrom (line 47490) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseDelimitedFrom (line 47494) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47500) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method parseFrom (line 47505) | public static cn.wildfirechat.proto.WFCMessage.UserSettingEntry pars... method newBuilder (line 47512) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 47513) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 47514) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Us... method toBuilder (line 47517) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 47519) | @java.lang.Override class Builder (line 47528) | public static final class Builder extends method getDescriptor (line 47531) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 47536) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 47544) | private Builder() { method Builder (line 47548) | private Builder( method maybeForceBuilderInitialization (line 47553) | private void maybeForceBuilderInitialization() { method create (line 47557) | private static Builder create() { method clear (line 47561) | public Builder clear() { method clone (line 47574) | public Builder clone() { method getDescriptorForType (line 47578) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 47583) | public cn.wildfirechat.proto.WFCMessage.UserSettingEntry getDefaul... method build (line 47587) | public cn.wildfirechat.proto.WFCMessage.UserSettingEntry build() { method buildPartial (line 47595) | public cn.wildfirechat.proto.WFCMessage.UserSettingEntry buildPart... method mergeFrom (line 47620) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 47629) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.UserSett... method isInitialized (line 47651) | public final boolean isInitialized() { method mergeFrom (line 47671) | public Builder mergeFrom( method hasScope (line 47695) | public boolean hasScope() { method getScope (line 47701) | public int getScope() { method setScope (line 47707) | public Builder setScope(int value) { method clearScope (line 47716) | public Builder clearScope() { method hasKey (line 47728) | public boolean hasKey() { method getKey (line 47734) | public java.lang.String getKey() { method getKeyBytes (line 47748) | public com.google.protobuf.ByteString method setKey (line 47764) | public Builder setKey( method clearKey (line 47777) | public Builder clearKey() { method setKeyBytes (line 47786) | public Builder setKeyBytes( method hasValue (line 47802) | public boolean hasValue() { method getValue (line 47808) | public java.lang.String getValue() { method getValueBytes (line 47822) | public com.google.protobuf.ByteString method setValue (line 47838) | public Builder setValue( method clearValue (line 47851) | public Builder clearValue() { method setValueBytes (line 47860) | public Builder setValueBytes( method hasUpdateDt (line 47876) | public boolean hasUpdateDt() { method getUpdateDt (line 47882) | public long getUpdateDt() { method setUpdateDt (line 47888) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 47897) | public Builder clearUpdateDt() { type ModifyUserSettingReqOrBuilder (line 47915) | public interface ModifyUserSettingReqOrBuilder method hasScope (line 47922) | boolean hasScope(); method getScope (line 47926) | int getScope(); method hasKey (line 47932) | boolean hasKey(); method getKey (line 47936) | java.lang.String getKey(); method getKeyBytes (line 47940) | com.google.protobuf.ByteString method hasValue (line 47947) | boolean hasValue(); method getValue (line 47951) | java.lang.String getValue(); method getValueBytes (line 47955) | com.google.protobuf.ByteString class ModifyUserSettingReq (line 47961) | public static final class ModifyUserSettingReq extends method ModifyUserSettingReq (line 47965) | private ModifyUserSettingReq(com.google.protobuf.GeneratedMessage.Bu... method ModifyUserSettingReq (line 47969) | private ModifyUserSettingReq(boolean noInit) { this.unknownFields = ... method getDefaultInstance (line 47972) | public static ModifyUserSettingReq getDefaultInstance() { method getDefaultInstanceForType (line 47976) | public ModifyUserSettingReq getDefaultInstanceForType() { method getUnknownFields (line 47981) | @java.lang.Override method ModifyUserSettingReq (line 47986) | private ModifyUserSettingReq( method getDescriptor (line 48036) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 48041) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 48050) | public ModifyUserSettingReq parsePartialFrom( method getParserForType (line 48058) | @java.lang.Override method hasScope (line 48070) | public boolean hasScope() { method getScope (line 48076) | public int getScope() { method hasKey (line 48086) | public boolean hasKey() { method getKey (line 48092) | public java.lang.String getKey() { method getKeyBytes (line 48109) | public com.google.protobuf.ByteString method hasValue (line 48129) | public boolean hasValue() { method getValue (line 48135) | public java.lang.String getValue() { method getValueBytes (line 48152) | public com.google.protobuf.ByteString method initFields (line 48166) | private void initFields() { method isInitialized (line 48172) | public final boolean isInitialized() { method writeTo (line 48192) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 48208) | public int getSerializedSize() { method writeReplace (line 48231) | @java.lang.Override method parseFrom (line 48237) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48242) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48248) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48252) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48258) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48262) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseDelimitedFrom (line 48268) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseDelimitedFrom (line 48272) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48278) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method parseFrom (line 48283) | public static cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq ... method newBuilder (line 48290) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 48291) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 48292) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Mo... method toBuilder (line 48295) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 48297) | @java.lang.Override class Builder (line 48306) | public static final class Builder extends method getDescriptor (line 48309) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 48314) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 48322) | private Builder() { method Builder (line 48326) | private Builder( method maybeForceBuilderInitialization (line 48331) | private void maybeForceBuilderInitialization() { method create (line 48335) | private static Builder create() { method clear (line 48339) | public Builder clear() { method clone (line 48350) | public Builder clone() { method getDescriptorForType (line 48354) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 48359) | public cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq getDe... method build (line 48363) | public cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq build... method buildPartial (line 48371) | public cn.wildfirechat.proto.WFCMessage.ModifyUserSettingReq build... method mergeFrom (line 48392) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 48401) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.ModifyUs... method isInitialized (line 48420) | public final boolean isInitialized() { method mergeFrom (line 48436) | public Builder mergeFrom( method hasScope (line 48460) | public boolean hasScope() { method getScope (line 48466) | public int getScope() { method setScope (line 48472) | public Builder setScope(int value) { method clearScope (line 48481) | public Builder clearScope() { method hasKey (line 48493) | public boolean hasKey() { method getKey (line 48499) | public java.lang.String getKey() { method getKeyBytes (line 48513) | public com.google.protobuf.ByteString method setKey (line 48529) | public Builder setKey( method clearKey (line 48542) | public Builder clearKey() { method setKeyBytes (line 48551) | public Builder setKeyBytes( method hasValue (line 48567) | public boolean hasValue() { method getValue (line 48573) | public java.lang.String getValue() { method getValueBytes (line 48587) | public com.google.protobuf.ByteString method setValue (line 48603) | public Builder setValue( method clearValue (line 48616) | public Builder clearValue() { method setValueBytes (line 48625) | public Builder setValueBytes( type VersionOrBuilder (line 48647) | public interface VersionOrBuilder method hasVersion (line 48654) | boolean hasVersion(); method getVersion (line 48658) | long getVersion(); class Version (line 48663) | public static final class Version extends method Version (line 48667) | private Version(com.google.protobuf.GeneratedMessage.Builder buil... method Version (line 48671) | private Version(boolean noInit) { this.unknownFields = com.google.pr... method getDefaultInstance (line 48674) | public static Version getDefaultInstance() { method getDefaultInstanceForType (line 48678) | public Version getDefaultInstanceForType() { method getUnknownFields (line 48683) | @java.lang.Override method Version (line 48688) | private Version( method getDescriptor (line 48728) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 48733) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 48742) | public Version parsePartialFrom( method getParserForType (line 48750) | @java.lang.Override method hasVersion (line 48762) | public boolean hasVersion() { method getVersion (line 48768) | public long getVersion() { method initFields (line 48772) | private void initFields() { method isInitialized (line 48776) | public final boolean isInitialized() { method writeTo (line 48788) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 48798) | public int getSerializedSize() { method writeReplace (line 48813) | @java.lang.Override method parseFrom (line 48819) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom( method parseFrom (line 48824) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom( method parseFrom (line 48830) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom(byt... method parseFrom (line 48834) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom( method parseFrom (line 48840) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom(jav... method parseFrom (line 48844) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom( method parseDelimitedFrom (line 48850) | public static cn.wildfirechat.proto.WFCMessage.Version parseDelimite... method parseDelimitedFrom (line 48854) | public static cn.wildfirechat.proto.WFCMessage.Version parseDelimite... method parseFrom (line 48860) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom( method parseFrom (line 48865) | public static cn.wildfirechat.proto.WFCMessage.Version parseFrom( method newBuilder (line 48872) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 48873) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 48874) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ve... method toBuilder (line 48877) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 48879) | @java.lang.Override class Builder (line 48888) | public static final class Builder extends method getDescriptor (line 48891) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 48896) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 48904) | private Builder() { method Builder (line 48908) | private Builder( method maybeForceBuilderInitialization (line 48913) | private void maybeForceBuilderInitialization() { method create (line 48917) | private static Builder create() { method clear (line 48921) | public Builder clear() { method clone (line 48928) | public Builder clone() { method getDescriptorForType (line 48932) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 48937) | public cn.wildfirechat.proto.WFCMessage.Version getDefaultInstance... method build (line 48941) | public cn.wildfirechat.proto.WFCMessage.Version build() { method buildPartial (line 48949) | public cn.wildfirechat.proto.WFCMessage.Version buildPartial() { method mergeFrom (line 48962) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 48971) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Version ... method isInitialized (line 48980) | public final boolean isInitialized() { method mergeFrom (line 48988) | public Builder mergeFrom( method hasVersion (line 49012) | public boolean hasVersion() { method getVersion (line 49018) | public long getVersion() { method setVersion (line 49024) | public Builder setVersion(long value) { method clearVersion (line 49033) | public Builder clearVersion() { type GetUserSettingResultOrBuilder (line 49051) | public interface GetUserSettingResultOrBuilder method getEntryList (line 49058) | java.util.List method getEntry (line 49063) | cn.wildfirechat.proto.WFCMessage.UserSettingEntry getEntry(int index); method getEntryCount (line 49067) | int getEntryCount(); method getEntryOrBuilderList (line 49071) | java.util.List build... method Friend (line 49826) | private Friend(boolean noInit) { this.unknownFields = com.google.pro... method getDefaultInstance (line 49829) | public static Friend getDefaultInstance() { method getDefaultInstanceForType (line 49833) | public Friend getDefaultInstanceForType() { method getUnknownFields (line 49838) | @java.lang.Override method Friend (line 49843) | private Friend( method getDescriptor (line 49908) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 49913) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 49922) | public Friend parsePartialFrom( method getParserForType (line 49930) | @java.lang.Override method hasUid (line 49942) | public boolean hasUid() { method getUid (line 49948) | public java.lang.String getUid() { method getUidBytes (line 49965) | public com.google.protobuf.ByteString method hasState (line 49985) | public boolean hasState() { method getState (line 49991) | public int getState() { method hasUpdateDt (line 50001) | public boolean hasUpdateDt() { method getUpdateDt (line 50007) | public long getUpdateDt() { method hasAlias (line 50017) | public boolean hasAlias() { method getAlias (line 50023) | public java.lang.String getAlias() { method getAliasBytes (line 50040) | public com.google.protobuf.ByteString method hasBlacked (line 50060) | public boolean hasBlacked() { method getBlacked (line 50066) | public int getBlacked() { method hasExtra (line 50076) | public boolean hasExtra() { method getExtra (line 50082) | public java.lang.String getExtra() { method getExtraBytes (line 50099) | public com.google.protobuf.ByteString method initFields (line 50113) | private void initFields() { method isInitialized (line 50122) | public final boolean isInitialized() { method writeTo (line 50142) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 50167) | public int getSerializedSize() { method writeReplace (line 50202) | @java.lang.Override method parseFrom (line 50208) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom( method parseFrom (line 50213) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom( method parseFrom (line 50219) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom(byte... method parseFrom (line 50223) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom( method parseFrom (line 50229) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom(java... method parseFrom (line 50233) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom( method parseDelimitedFrom (line 50239) | public static cn.wildfirechat.proto.WFCMessage.Friend parseDelimited... method parseDelimitedFrom (line 50243) | public static cn.wildfirechat.proto.WFCMessage.Friend parseDelimited... method parseFrom (line 50249) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom( method parseFrom (line 50254) | public static cn.wildfirechat.proto.WFCMessage.Friend parseFrom( method newBuilder (line 50261) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 50262) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 50263) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Fr... method toBuilder (line 50266) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 50268) | @java.lang.Override class Builder (line 50277) | public static final class Builder extends method getDescriptor (line 50280) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 50285) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 50293) | private Builder() { method Builder (line 50297) | private Builder( method maybeForceBuilderInitialization (line 50302) | private void maybeForceBuilderInitialization() { method create (line 50306) | private static Builder create() { method clear (line 50310) | public Builder clear() { method clone (line 50327) | public Builder clone() { method getDescriptorForType (line 50331) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 50336) | public cn.wildfirechat.proto.WFCMessage.Friend getDefaultInstanceF... method build (line 50340) | public cn.wildfirechat.proto.WFCMessage.Friend build() { method buildPartial (line 50348) | public cn.wildfirechat.proto.WFCMessage.Friend buildPartial() { method mergeFrom (line 50381) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 50390) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Friend o... method isInitialized (line 50420) | public final boolean isInitialized() { method mergeFrom (line 50436) | public Builder mergeFrom( method hasUid (line 50460) | public boolean hasUid() { method getUid (line 50466) | public java.lang.String getUid() { method getUidBytes (line 50480) | public com.google.protobuf.ByteString method setUid (line 50496) | public Builder setUid( method clearUid (line 50509) | public Builder clearUid() { method setUidBytes (line 50518) | public Builder setUidBytes( method hasState (line 50534) | public boolean hasState() { method getState (line 50540) | public int getState() { method setState (line 50546) | public Builder setState(int value) { method clearState (line 50555) | public Builder clearState() { method hasUpdateDt (line 50567) | public boolean hasUpdateDt() { method getUpdateDt (line 50573) | public long getUpdateDt() { method setUpdateDt (line 50579) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 50588) | public Builder clearUpdateDt() { method hasAlias (line 50600) | public boolean hasAlias() { method getAlias (line 50606) | public java.lang.String getAlias() { method getAliasBytes (line 50620) | public com.google.protobuf.ByteString method setAlias (line 50636) | public Builder setAlias( method clearAlias (line 50649) | public Builder clearAlias() { method setAliasBytes (line 50658) | public Builder setAliasBytes( method hasBlacked (line 50674) | public boolean hasBlacked() { method getBlacked (line 50680) | public int getBlacked() { method setBlacked (line 50686) | public Builder setBlacked(int value) { method clearBlacked (line 50695) | public Builder clearBlacked() { method hasExtra (line 50707) | public boolean hasExtra() { method getExtra (line 50713) | public java.lang.String getExtra() { method getExtraBytes (line 50727) | public com.google.protobuf.ByteString method setExtra (line 50743) | public Builder setExtra( method clearExtra (line 50756) | public Builder clearExtra() { method setExtraBytes (line 50765) | public Builder setExtraBytes( type GetFriendsResultOrBuilder (line 50787) | public interface GetFriendsResultOrBuilder method getEntryList (line 50794) | java.util.List method getEntry (line 50799) | cn.wildfirechat.proto.WFCMessage.Friend getEntry(int index); method getEntryCount (line 50803) | int getEntryCount(); method getEntryOrBuilderList (line 50807) | java.util.List getEn... method getEntryOrBuilderList (line 50928) | public java.util.List get... method getEntryCount (line 51248) | public int getEntryCount() { method getEntry (line 51258) | public cn.wildfirechat.proto.WFCMessage.Friend getEntry(int index) { method setEntry (line 51268) | public Builder setEntry( method setEntry (line 51285) | public Builder setEntry( method addEntry (line 51299) | public Builder addEntry(cn.wildfirechat.proto.WFCMessage.Friend va... method addEntry (line 51315) | public Builder addEntry( method addEntry (line 51332) | public Builder addEntry( method addEntry (line 51346) | public Builder addEntry( method addAllEntry (line 51360) | public Builder addAllEntry( method clearEntry (line 51374) | public Builder clearEntry() { method removeEntry (line 51387) | public Builder removeEntry(int index) { method getEntryBuilder (line 51400) | public cn.wildfirechat.proto.WFCMessage.Friend.Builder getEntryBui... method getEntryOrBuilder (line 51407) | public cn.wildfirechat.proto.WFCMessage.FriendOrBuilder getEntryOr... method getEntryOrBuilderList (line 51417) | public java.util.List method getEntry (line 51485) | cn.wildfirechat.proto.WFCMessage.FriendRequest getEntry(int index); method getEntryCount (line 51489) | int getEntryCount(); method getEntryOrBuilderList (line 51493) | java.util.List method getEntry (line 54897) | cn.wildfirechat.proto.WFCMessage.User getEntry(int index); method getEntryCount (line 54901) | int getEntryCount(); method getEntryOrBuilderList (line 54905) | java.util.List getEntr... method getEntryOrBuilderList (line 55026) | public java.util.List getEn... method getEntryCount (line 55346) | public int getEntryCount() { method getEntry (line 55356) | public cn.wildfirechat.proto.WFCMessage.User getEntry(int index) { method setEntry (line 55366) | public Builder setEntry( method setEntry (line 55383) | public Builder setEntry( method addEntry (line 55397) | public Builder addEntry(cn.wildfirechat.proto.WFCMessage.User valu... method addEntry (line 55413) | public Builder addEntry( method addEntry (line 55430) | public Builder addEntry( method addEntry (line 55444) | public Builder addEntry( method addAllEntry (line 55458) | public Builder addAllEntry( method clearEntry (line 55472) | public Builder clearEntry() { method removeEntry (line 55485) | public Builder removeEntry(int index) { method getEntryBuilder (line 55498) | public cn.wildfirechat.proto.WFCMessage.User.Builder getEntryBuilder( method getEntryOrBuilder (line 55505) | public cn.wildfirechat.proto.WFCMessage.UserOrBuilder getEntryOrBu... method getEntryOrBuilderList (line 55515) | public java.util.List method getEntryFieldBuilder (line 55545) | private com.google.protobuf.RepeatedFieldBuilder< type GetChatroomInfoRequestOrBuilder (line 55571) | public interface GetChatroomInfoRequestOrBuilder method hasChatroomId (line 55578) | boolean hasChatroomId(); method getChatroomId (line 55582) | java.lang.String getChatroomId(); method getChatroomIdBytes (line 55586) | com.google.protobuf.ByteString method hasUpdateDt (line 55593) | boolean hasUpdateDt(); method getUpdateDt (line 55597) | long getUpdateDt(); class GetChatroomInfoRequest (line 55602) | public static final class GetChatroomInfoRequest extends method GetChatroomInfoRequest (line 55606) | private GetChatroomInfoRequest(com.google.protobuf.GeneratedMessage.... method GetChatroomInfoRequest (line 55610) | private GetChatroomInfoRequest(boolean noInit) { this.unknownFields ... method getDefaultInstance (line 55613) | public static GetChatroomInfoRequest getDefaultInstance() { method getDefaultInstanceForType (line 55617) | public GetChatroomInfoRequest getDefaultInstanceForType() { method getUnknownFields (line 55622) | @java.lang.Override method GetChatroomInfoRequest (line 55627) | private GetChatroomInfoRequest( method getDescriptor (line 55672) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 55677) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 55686) | public GetChatroomInfoRequest parsePartialFrom( method getParserForType (line 55694) | @java.lang.Override method hasChatroomId (line 55706) | public boolean hasChatroomId() { method getChatroomId (line 55712) | public java.lang.String getChatroomId() { method getChatroomIdBytes (line 55729) | public com.google.protobuf.ByteString method hasUpdateDt (line 55749) | public boolean hasUpdateDt() { method getUpdateDt (line 55755) | public long getUpdateDt() { method initFields (line 55759) | private void initFields() { method isInitialized (line 55764) | public final boolean isInitialized() { method writeTo (line 55776) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 55789) | public int getSerializedSize() { method writeReplace (line 55808) | @java.lang.Override method parseFrom (line 55814) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55819) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55825) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55829) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55835) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55839) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseDelimitedFrom (line 55845) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseDelimitedFrom (line 55849) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55855) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method parseFrom (line 55860) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomInfoReques... method newBuilder (line 55867) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 55868) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 55869) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ge... method toBuilder (line 55872) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 55874) | @java.lang.Override class Builder (line 55883) | public static final class Builder extends method getDescriptor (line 55886) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 55891) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 55899) | private Builder() { method Builder (line 55903) | private Builder( method maybeForceBuilderInitialization (line 55908) | private void maybeForceBuilderInitialization() { method create (line 55912) | private static Builder create() { method clear (line 55916) | public Builder clear() { method clone (line 55925) | public Builder clone() { method getDescriptorForType (line 55929) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 55934) | public cn.wildfirechat.proto.WFCMessage.GetChatroomInfoRequest get... method build (line 55938) | public cn.wildfirechat.proto.WFCMessage.GetChatroomInfoRequest bui... method buildPartial (line 55946) | public cn.wildfirechat.proto.WFCMessage.GetChatroomInfoRequest bui... method mergeFrom (line 55963) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 55972) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.GetChatr... method isInitialized (line 55986) | public final boolean isInitialized() { method mergeFrom (line 55994) | public Builder mergeFrom( method hasChatroomId (line 56018) | public boolean hasChatroomId() { method getChatroomId (line 56024) | public java.lang.String getChatroomId() { method getChatroomIdBytes (line 56038) | public com.google.protobuf.ByteString method setChatroomId (line 56054) | public Builder setChatroomId( method clearChatroomId (line 56067) | public Builder clearChatroomId() { method setChatroomIdBytes (line 56076) | public Builder setChatroomIdBytes( method hasUpdateDt (line 56092) | public boolean hasUpdateDt() { method getUpdateDt (line 56098) | public long getUpdateDt() { method setUpdateDt (line 56104) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 56113) | public Builder clearUpdateDt() { type ChatroomInfoOrBuilder (line 56131) | public interface ChatroomInfoOrBuilder method hasTitle (line 56138) | boolean hasTitle(); method getTitle (line 56142) | java.lang.String getTitle(); method getTitleBytes (line 56146) | com.google.protobuf.ByteString method hasDesc (line 56153) | boolean hasDesc(); method getDesc (line 56157) | java.lang.String getDesc(); method getDescBytes (line 56161) | com.google.protobuf.ByteString method hasPortrait (line 56168) | boolean hasPortrait(); method getPortrait (line 56172) | java.lang.String getPortrait(); method getPortraitBytes (line 56176) | com.google.protobuf.ByteString method hasMemberCount (line 56183) | boolean hasMemberCount(); method getMemberCount (line 56187) | int getMemberCount(); method hasCreateDt (line 56193) | boolean hasCreateDt(); method getCreateDt (line 56197) | long getCreateDt(); method hasUpdateDt (line 56203) | boolean hasUpdateDt(); method getUpdateDt (line 56207) | long getUpdateDt(); method hasExtra (line 56213) | boolean hasExtra(); method getExtra (line 56217) | java.lang.String getExtra(); method getExtraBytes (line 56221) | com.google.protobuf.ByteString method hasState (line 56228) | boolean hasState(); method getState (line 56232) | int getState(); class ChatroomInfo (line 56237) | public static final class ChatroomInfo extends method ChatroomInfo (line 56241) | private ChatroomInfo(com.google.protobuf.GeneratedMessage.Builder... method ChatroomInfo (line 56245) | private ChatroomInfo(boolean noInit) { this.unknownFields = com.goog... method getDefaultInstance (line 56248) | public static ChatroomInfo getDefaultInstance() { method getDefaultInstanceForType (line 56252) | public ChatroomInfo getDefaultInstanceForType() { method getUnknownFields (line 56257) | @java.lang.Override method ChatroomInfo (line 56262) | private ChatroomInfo( method getDescriptor (line 56337) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 56342) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 56351) | public ChatroomInfo parsePartialFrom( method getParserForType (line 56359) | @java.lang.Override method hasTitle (line 56371) | public boolean hasTitle() { method getTitle (line 56377) | public java.lang.String getTitle() { method getTitleBytes (line 56394) | public com.google.protobuf.ByteString method hasDesc (line 56414) | public boolean hasDesc() { method getDesc (line 56420) | public java.lang.String getDesc() { method getDescBytes (line 56437) | public com.google.protobuf.ByteString method hasPortrait (line 56457) | public boolean hasPortrait() { method getPortrait (line 56463) | public java.lang.String getPortrait() { method getPortraitBytes (line 56480) | public com.google.protobuf.ByteString method hasMemberCount (line 56500) | public boolean hasMemberCount() { method getMemberCount (line 56506) | public int getMemberCount() { method hasCreateDt (line 56516) | public boolean hasCreateDt() { method getCreateDt (line 56522) | public long getCreateDt() { method hasUpdateDt (line 56532) | public boolean hasUpdateDt() { method getUpdateDt (line 56538) | public long getUpdateDt() { method hasExtra (line 56548) | public boolean hasExtra() { method getExtra (line 56554) | public java.lang.String getExtra() { method getExtraBytes (line 56571) | public com.google.protobuf.ByteString method hasState (line 56591) | public boolean hasState() { method getState (line 56597) | public int getState() { method initFields (line 56601) | private void initFields() { method isInitialized (line 56612) | public final boolean isInitialized() { method writeTo (line 56624) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 56655) | public int getSerializedSize() { method writeReplace (line 56698) | @java.lang.Override method parseFrom (line 56704) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFrom( method parseFrom (line 56709) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFrom( method parseFrom (line 56715) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFro... method parseFrom (line 56719) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFrom( method parseFrom (line 56725) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFro... method parseFrom (line 56729) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFrom( method parseDelimitedFrom (line 56735) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseDel... method parseDelimitedFrom (line 56739) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseDel... method parseFrom (line 56745) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFrom( method parseFrom (line 56750) | public static cn.wildfirechat.proto.WFCMessage.ChatroomInfo parseFrom( method newBuilder (line 56757) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 56758) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 56759) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ch... method toBuilder (line 56762) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 56764) | @java.lang.Override class Builder (line 56773) | public static final class Builder extends method getDescriptor (line 56776) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 56781) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 56789) | private Builder() { method Builder (line 56793) | private Builder( method maybeForceBuilderInitialization (line 56798) | private void maybeForceBuilderInitialization() { method create (line 56802) | private static Builder create() { method clear (line 56806) | public Builder clear() { method clone (line 56827) | public Builder clone() { method getDescriptorForType (line 56831) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 56836) | public cn.wildfirechat.proto.WFCMessage.ChatroomInfo getDefaultIns... method build (line 56840) | public cn.wildfirechat.proto.WFCMessage.ChatroomInfo build() { method buildPartial (line 56848) | public cn.wildfirechat.proto.WFCMessage.ChatroomInfo buildPartial() { method mergeFrom (line 56889) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 56898) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Chatroom... method isInitialized (line 56936) | public final boolean isInitialized() { method mergeFrom (line 56944) | public Builder mergeFrom( method hasTitle (line 56968) | public boolean hasTitle() { method getTitle (line 56974) | public java.lang.String getTitle() { method getTitleBytes (line 56988) | public com.google.protobuf.ByteString method setTitle (line 57004) | public Builder setTitle( method clearTitle (line 57017) | public Builder clearTitle() { method setTitleBytes (line 57026) | public Builder setTitleBytes( method hasDesc (line 57042) | public boolean hasDesc() { method getDesc (line 57048) | public java.lang.String getDesc() { method getDescBytes (line 57062) | public com.google.protobuf.ByteString method setDesc (line 57078) | public Builder setDesc( method clearDesc (line 57091) | public Builder clearDesc() { method setDescBytes (line 57100) | public Builder setDescBytes( method hasPortrait (line 57116) | public boolean hasPortrait() { method getPortrait (line 57122) | public java.lang.String getPortrait() { method getPortraitBytes (line 57136) | public com.google.protobuf.ByteString method setPortrait (line 57152) | public Builder setPortrait( method clearPortrait (line 57165) | public Builder clearPortrait() { method setPortraitBytes (line 57174) | public Builder setPortraitBytes( method hasMemberCount (line 57190) | public boolean hasMemberCount() { method getMemberCount (line 57196) | public int getMemberCount() { method setMemberCount (line 57202) | public Builder setMemberCount(int value) { method clearMemberCount (line 57211) | public Builder clearMemberCount() { method hasCreateDt (line 57223) | public boolean hasCreateDt() { method getCreateDt (line 57229) | public long getCreateDt() { method setCreateDt (line 57235) | public Builder setCreateDt(long value) { method clearCreateDt (line 57244) | public Builder clearCreateDt() { method hasUpdateDt (line 57256) | public boolean hasUpdateDt() { method getUpdateDt (line 57262) | public long getUpdateDt() { method setUpdateDt (line 57268) | public Builder setUpdateDt(long value) { method clearUpdateDt (line 57277) | public Builder clearUpdateDt() { method hasExtra (line 57289) | public boolean hasExtra() { method getExtra (line 57295) | public java.lang.String getExtra() { method getExtraBytes (line 57309) | public com.google.protobuf.ByteString method setExtra (line 57325) | public Builder setExtra( method clearExtra (line 57338) | public Builder clearExtra() { method setExtraBytes (line 57347) | public Builder setExtraBytes( method hasState (line 57363) | public boolean hasState() { method getState (line 57369) | public int getState() { method setState (line 57375) | public Builder setState(int value) { method clearState (line 57384) | public Builder clearState() { type GetChatroomMemberInfoRequestOrBuilder (line 57402) | public interface GetChatroomMemberInfoRequestOrBuilder method hasChatroomId (line 57409) | boolean hasChatroomId(); method getChatroomId (line 57413) | java.lang.String getChatroomId(); method getChatroomIdBytes (line 57417) | com.google.protobuf.ByteString method hasMaxCount (line 57424) | boolean hasMaxCount(); method getMaxCount (line 57428) | int getMaxCount(); class GetChatroomMemberInfoRequest (line 57433) | public static final class GetChatroomMemberInfoRequest extends method GetChatroomMemberInfoRequest (line 57437) | private GetChatroomMemberInfoRequest(com.google.protobuf.GeneratedMe... method GetChatroomMemberInfoRequest (line 57441) | private GetChatroomMemberInfoRequest(boolean noInit) { this.unknownF... method getDefaultInstance (line 57444) | public static GetChatroomMemberInfoRequest getDefaultInstance() { method getDefaultInstanceForType (line 57448) | public GetChatroomMemberInfoRequest getDefaultInstanceForType() { method getUnknownFields (line 57453) | @java.lang.Override method GetChatroomMemberInfoRequest (line 57458) | private GetChatroomMemberInfoRequest( method getDescriptor (line 57503) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 57508) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 57517) | public GetChatroomMemberInfoRequest parsePartialFrom( method getParserForType (line 57525) | @java.lang.Override method hasChatroomId (line 57537) | public boolean hasChatroomId() { method getChatroomId (line 57543) | public java.lang.String getChatroomId() { method getChatroomIdBytes (line 57560) | public com.google.protobuf.ByteString method hasMaxCount (line 57580) | public boolean hasMaxCount() { method getMaxCount (line 57586) | public int getMaxCount() { method initFields (line 57590) | private void initFields() { method isInitialized (line 57595) | public final boolean isInitialized() { method writeTo (line 57607) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 57620) | public int getSerializedSize() { method writeReplace (line 57639) | @java.lang.Override method parseFrom (line 57645) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57650) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57656) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57660) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57666) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57670) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseDelimitedFrom (line 57676) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseDelimitedFrom (line 57680) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57686) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method parseFrom (line 57691) | public static cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfo... method newBuilder (line 57698) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 57699) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 57700) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ge... method toBuilder (line 57703) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 57705) | @java.lang.Override class Builder (line 57714) | public static final class Builder extends method getDescriptor (line 57717) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 57722) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 57730) | private Builder() { method Builder (line 57734) | private Builder( method maybeForceBuilderInitialization (line 57739) | private void maybeForceBuilderInitialization() { method create (line 57743) | private static Builder create() { method clear (line 57747) | public Builder clear() { method clone (line 57756) | public Builder clone() { method getDescriptorForType (line 57760) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 57765) | public cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfoReque... method build (line 57769) | public cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfoReque... method buildPartial (line 57777) | public cn.wildfirechat.proto.WFCMessage.GetChatroomMemberInfoReque... method mergeFrom (line 57794) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 57803) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.GetChatr... method isInitialized (line 57817) | public final boolean isInitialized() { method mergeFrom (line 57825) | public Builder mergeFrom( method hasChatroomId (line 57849) | public boolean hasChatroomId() { method getChatroomId (line 57855) | public java.lang.String getChatroomId() { method getChatroomIdBytes (line 57869) | public com.google.protobuf.ByteString method setChatroomId (line 57885) | public Builder setChatroomId( method clearChatroomId (line 57898) | public Builder clearChatroomId() { method setChatroomIdBytes (line 57907) | public Builder setChatroomIdBytes( method hasMaxCount (line 57923) | public boolean hasMaxCount() { method getMaxCount (line 57929) | public int getMaxCount() { method setMaxCount (line 57935) | public Builder setMaxCount(int value) { method clearMaxCount (line 57944) | public Builder clearMaxCount() { type ChatroomMemberInfoOrBuilder (line 57962) | public interface ChatroomMemberInfoOrBuilder method hasMemberCount (line 57969) | boolean hasMemberCount(); method getMemberCount (line 57973) | int getMemberCount(); method getMembersList (line 57979) | java.util.List method getMembersCount (line 57984) | int getMembersCount(); method getMembers (line 57988) | java.lang.String getMembers(int index); method getMembersBytes (line 57992) | com.google.protobuf.ByteString class ChatroomMemberInfo (line 57998) | public static final class ChatroomMemberInfo extends method ChatroomMemberInfo (line 58002) | private ChatroomMemberInfo(com.google.protobuf.GeneratedMessage.Buil... method ChatroomMemberInfo (line 58006) | private ChatroomMemberInfo(boolean noInit) { this.unknownFields = co... method getDefaultInstance (line 58009) | public static ChatroomMemberInfo getDefaultInstance() { method getDefaultInstanceForType (line 58013) | public ChatroomMemberInfo getDefaultInstanceForType() { method getUnknownFields (line 58018) | @java.lang.Override method ChatroomMemberInfo (line 58023) | private ChatroomMemberInfo( method getDescriptor (line 58074) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 58079) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 58088) | public ChatroomMemberInfo parsePartialFrom( method getParserForType (line 58096) | @java.lang.Override method hasMemberCount (line 58108) | public boolean hasMemberCount() { method getMemberCount (line 58114) | public int getMemberCount() { method getMembersList (line 58124) | public java.util.List method getMembersCount (line 58131) | public int getMembersCount() { method getMembers (line 58137) | public java.lang.String getMembers(int index) { method getMembersBytes (line 58143) | public com.google.protobuf.ByteString method initFields (line 58148) | private void initFields() { method isInitialized (line 58153) | public final boolean isInitialized() { method writeTo (line 58161) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 58174) | public int getSerializedSize() { method writeReplace (line 58198) | @java.lang.Override method parseFrom (line 58204) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58209) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58215) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58219) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58225) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58229) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseDelimitedFrom (line 58235) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseDelimitedFrom (line 58239) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58245) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method parseFrom (line 58250) | public static cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo pa... method newBuilder (line 58257) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 58258) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 58259) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ch... method toBuilder (line 58262) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 58264) | @java.lang.Override class Builder (line 58273) | public static final class Builder extends method getDescriptor (line 58276) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 58281) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 58289) | private Builder() { method Builder (line 58293) | private Builder( method maybeForceBuilderInitialization (line 58298) | private void maybeForceBuilderInitialization() { method create (line 58302) | private static Builder create() { method clear (line 58306) | public Builder clear() { method clone (line 58315) | public Builder clone() { method getDescriptorForType (line 58319) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 58324) | public cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo getDefa... method build (line 58328) | public cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo build() { method buildPartial (line 58336) | public cn.wildfirechat.proto.WFCMessage.ChatroomMemberInfo buildPa... method mergeFrom (line 58355) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 58364) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Chatroom... method isInitialized (line 58383) | public final boolean isInitialized() { method mergeFrom (line 58387) | public Builder mergeFrom( method hasMemberCount (line 58411) | public boolean hasMemberCount() { method getMemberCount (line 58417) | public int getMemberCount() { method setMemberCount (line 58423) | public Builder setMemberCount(int value) { method clearMemberCount (line 58432) | public Builder clearMemberCount() { method ensureMembersIsMutable (line 58441) | private void ensureMembersIsMutable() { method getMembersList (line 58450) | public java.util.List method getMembersCount (line 58457) | public int getMembersCount() { method getMembers (line 58463) | public java.lang.String getMembers(int index) { method getMembersBytes (line 58469) | public com.google.protobuf.ByteString method setMembers (line 58476) | public Builder setMembers( method addMembers (line 58489) | public Builder addMembers( method addAllMembers (line 58502) | public Builder addAllMembers( method clearMembers (line 58512) | public Builder clearMembers() { method addMembersBytes (line 58521) | public Builder addMembersBytes( type INT64BufOrBuilder (line 58543) | public interface INT64BufOrBuilder method hasId (line 58550) | boolean hasId(); method getId (line 58554) | long getId(); class INT64Buf (line 58559) | public static final class INT64Buf extends method INT64Buf (line 58563) | private INT64Buf(com.google.protobuf.GeneratedMessage.Builder bui... method INT64Buf (line 58567) | private INT64Buf(boolean noInit) { this.unknownFields = com.google.p... method getDefaultInstance (line 58570) | public static INT64Buf getDefaultInstance() { method getDefaultInstanceForType (line 58574) | public INT64Buf getDefaultInstanceForType() { method getUnknownFields (line 58579) | @java.lang.Override method INT64Buf (line 58584) | private INT64Buf( method getDescriptor (line 58624) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 58629) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 58638) | public INT64Buf parsePartialFrom( method getParserForType (line 58646) | @java.lang.Override method hasId (line 58658) | public boolean hasId() { method getId (line 58664) | public long getId() { method initFields (line 58668) | private void initFields() { method isInitialized (line 58672) | public final boolean isInitialized() { method writeTo (line 58684) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 58694) | public int getSerializedSize() { method writeReplace (line 58709) | @java.lang.Override method parseFrom (line 58715) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom( method parseFrom (line 58720) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom( method parseFrom (line 58726) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom(by... method parseFrom (line 58730) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom( method parseFrom (line 58736) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom(ja... method parseFrom (line 58740) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom( method parseDelimitedFrom (line 58746) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseDelimit... method parseDelimitedFrom (line 58750) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseDelimit... method parseFrom (line 58756) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom( method parseFrom (line 58761) | public static cn.wildfirechat.proto.WFCMessage.INT64Buf parseFrom( method newBuilder (line 58768) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 58769) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 58770) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.IN... method toBuilder (line 58773) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 58775) | @java.lang.Override class Builder (line 58784) | public static final class Builder extends method getDescriptor (line 58787) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 58792) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 58800) | private Builder() { method Builder (line 58804) | private Builder( method maybeForceBuilderInitialization (line 58809) | private void maybeForceBuilderInitialization() { method create (line 58813) | private static Builder create() { method clear (line 58817) | public Builder clear() { method clone (line 58824) | public Builder clone() { method getDescriptorForType (line 58828) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 58833) | public cn.wildfirechat.proto.WFCMessage.INT64Buf getDefaultInstanc... method build (line 58837) | public cn.wildfirechat.proto.WFCMessage.INT64Buf build() { method buildPartial (line 58845) | public cn.wildfirechat.proto.WFCMessage.INT64Buf buildPartial() { method mergeFrom (line 58858) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 58867) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.INT64Buf... method isInitialized (line 58876) | public final boolean isInitialized() { method mergeFrom (line 58884) | public Builder mergeFrom( method hasId (line 58908) | public boolean hasId() { method getId (line 58914) | public long getId() { method setId (line 58920) | public Builder setId(long value) { method clearId (line 58929) | public Builder clearId() { type NotifyRecallMessageOrBuilder (line 58947) | public interface NotifyRecallMessageOrBuilder method hasId (line 58954) | boolean hasId(); method getId (line 58958) | long getId(); method hasFromUser (line 58964) | boolean hasFromUser(); method getFromUser (line 58968) | java.lang.String getFromUser(); method getFromUserBytes (line 58972) | com.google.protobuf.ByteString class NotifyRecallMessage (line 58978) | public static final class NotifyRecallMessage extends method NotifyRecallMessage (line 58982) | private NotifyRecallMessage(com.google.protobuf.GeneratedMessage.Bui... method NotifyRecallMessage (line 58986) | private NotifyRecallMessage(boolean noInit) { this.unknownFields = c... method getDefaultInstance (line 58989) | public static NotifyRecallMessage getDefaultInstance() { method getDefaultInstanceForType (line 58993) | public NotifyRecallMessage getDefaultInstanceForType() { method getUnknownFields (line 58998) | @java.lang.Override method NotifyRecallMessage (line 59003) | private NotifyRecallMessage( method getDescriptor (line 59048) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 59053) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 59062) | public NotifyRecallMessage parsePartialFrom( method getParserForType (line 59070) | @java.lang.Override method hasId (line 59082) | public boolean hasId() { method getId (line 59088) | public long getId() { method hasFromUser (line 59098) | public boolean hasFromUser() { method getFromUser (line 59104) | public java.lang.String getFromUser() { method getFromUserBytes (line 59121) | public com.google.protobuf.ByteString method initFields (line 59135) | private void initFields() { method isInitialized (line 59140) | public final boolean isInitialized() { method writeTo (line 59156) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 59169) | public int getSerializedSize() { method writeReplace (line 59188) | @java.lang.Override method parseFrom (line 59194) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59199) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59205) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59209) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59215) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59219) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseDelimitedFrom (line 59225) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseDelimitedFrom (line 59229) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59235) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method parseFrom (line 59240) | public static cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage p... method newBuilder (line 59247) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 59248) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 59249) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.No... method toBuilder (line 59252) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 59254) | @java.lang.Override class Builder (line 59263) | public static final class Builder extends method getDescriptor (line 59266) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 59271) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 59279) | private Builder() { method Builder (line 59283) | private Builder( method maybeForceBuilderInitialization (line 59288) | private void maybeForceBuilderInitialization() { method create (line 59292) | private static Builder create() { method clear (line 59296) | public Builder clear() { method clone (line 59305) | public Builder clone() { method getDescriptorForType (line 59309) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 59314) | public cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage getDef... method build (line 59318) | public cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage build() { method buildPartial (line 59326) | public cn.wildfirechat.proto.WFCMessage.NotifyRecallMessage buildP... method mergeFrom (line 59343) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 59352) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.NotifyRe... method isInitialized (line 59366) | public final boolean isInitialized() { method mergeFrom (line 59378) | public Builder mergeFrom( method hasId (line 59402) | public boolean hasId() { method getId (line 59408) | public long getId() { method setId (line 59414) | public Builder setId(long value) { method clearId (line 59423) | public Builder clearId() { method hasFromUser (line 59435) | public boolean hasFromUser() { method getFromUser (line 59441) | public java.lang.String getFromUser() { method getFromUserBytes (line 59455) | public com.google.protobuf.ByteString method setFromUser (line 59471) | public Builder setFromUser( method clearFromUser (line 59484) | public Builder clearFromUser() { method setFromUserBytes (line 59493) | public Builder setFromUserBytes( type BlackUserRequestOrBuilder (line 59515) | public interface BlackUserRequestOrBuilder method hasUid (line 59522) | boolean hasUid(); method getUid (line 59526) | java.lang.String getUid(); method getUidBytes (line 59530) | com.google.protobuf.ByteString method hasStatus (line 59537) | boolean hasStatus(); method getStatus (line 59541) | int getStatus(); class BlackUserRequest (line 59546) | public static final class BlackUserRequest extends method BlackUserRequest (line 59550) | private BlackUserRequest(com.google.protobuf.GeneratedMessage.Builde... method BlackUserRequest (line 59554) | private BlackUserRequest(boolean noInit) { this.unknownFields = com.... method getDefaultInstance (line 59557) | public static BlackUserRequest getDefaultInstance() { method getDefaultInstanceForType (line 59561) | public BlackUserRequest getDefaultInstanceForType() { method getUnknownFields (line 59566) | @java.lang.Override method BlackUserRequest (line 59571) | private BlackUserRequest( method getDescriptor (line 59616) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 59621) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 59630) | public BlackUserRequest parsePartialFrom( method getParserForType (line 59638) | @java.lang.Override method hasUid (line 59650) | public boolean hasUid() { method getUid (line 59656) | public java.lang.String getUid() { method getUidBytes (line 59673) | public com.google.protobuf.ByteString method hasStatus (line 59693) | public boolean hasStatus() { method getStatus (line 59699) | public int getStatus() { method initFields (line 59703) | private void initFields() { method isInitialized (line 59708) | public final boolean isInitialized() { method writeTo (line 59724) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 59737) | public int getSerializedSize() { method writeReplace (line 59756) | @java.lang.Override method parseFrom (line 59762) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59767) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59773) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59777) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59783) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59787) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseDelimitedFrom (line 59793) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseDelimitedFrom (line 59797) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59803) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method parseFrom (line 59808) | public static cn.wildfirechat.proto.WFCMessage.BlackUserRequest pars... method newBuilder (line 59815) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 59816) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 59817) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Bl... method toBuilder (line 59820) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 59822) | @java.lang.Override class Builder (line 59831) | public static final class Builder extends method getDescriptor (line 59834) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 59839) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 59847) | private Builder() { method Builder (line 59851) | private Builder( method maybeForceBuilderInitialization (line 59856) | private void maybeForceBuilderInitialization() { method create (line 59860) | private static Builder create() { method clear (line 59864) | public Builder clear() { method clone (line 59873) | public Builder clone() { method getDescriptorForType (line 59877) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 59882) | public cn.wildfirechat.proto.WFCMessage.BlackUserRequest getDefaul... method build (line 59886) | public cn.wildfirechat.proto.WFCMessage.BlackUserRequest build() { method buildPartial (line 59894) | public cn.wildfirechat.proto.WFCMessage.BlackUserRequest buildPart... method mergeFrom (line 59911) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 59920) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.BlackUse... method isInitialized (line 59934) | public final boolean isInitialized() { method mergeFrom (line 59946) | public Builder mergeFrom( method hasUid (line 59970) | public boolean hasUid() { method getUid (line 59976) | public java.lang.String getUid() { method getUidBytes (line 59990) | public com.google.protobuf.ByteString method setUid (line 60006) | public Builder setUid( method clearUid (line 60019) | public Builder clearUid() { method setUidBytes (line 60028) | public Builder setUidBytes( method hasStatus (line 60044) | public boolean hasStatus() { method getStatus (line 60050) | public int getStatus() { method setStatus (line 60056) | public Builder setStatus(int value) { method clearStatus (line 60065) | public Builder clearStatus() { type RouteRequestOrBuilder (line 60083) | public interface RouteRequestOrBuilder method hasApp (line 60090) | boolean hasApp(); method getApp (line 60094) | java.lang.String getApp(); method getAppBytes (line 60098) | com.google.protobuf.ByteString method hasPlatform (line 60105) | boolean hasPlatform(); method getPlatform (line 60109) | int getPlatform(); method hasPushType (line 60115) | boolean hasPushType(); method getPushType (line 60119) | int getPushType(); method hasDeviceName (line 60125) | boolean hasDeviceName(); method getDeviceName (line 60129) | java.lang.String getDeviceName(); method getDeviceNameBytes (line 60133) | com.google.protobuf.ByteString method hasDeviceVersion (line 60140) | boolean hasDeviceVersion(); method getDeviceVersion (line 60144) | java.lang.String getDeviceVersion(); method getDeviceVersionBytes (line 60148) | com.google.protobuf.ByteString method hasPhoneName (line 60155) | boolean hasPhoneName(); method getPhoneName (line 60159) | java.lang.String getPhoneName(); method getPhoneNameBytes (line 60163) | com.google.protobuf.ByteString method hasLanguage (line 60170) | boolean hasLanguage(); method getLanguage (line 60174) | java.lang.String getLanguage(); method getLanguageBytes (line 60178) | com.google.protobuf.ByteString method hasCarrierName (line 60185) | boolean hasCarrierName(); method getCarrierName (line 60189) | java.lang.String getCarrierName(); method getCarrierNameBytes (line 60193) | com.google.protobuf.ByteString method hasAppVersion (line 60200) | boolean hasAppVersion(); method getAppVersion (line 60204) | java.lang.String getAppVersion(); method getAppVersionBytes (line 60208) | com.google.protobuf.ByteString method hasSdkVersion (line 60215) | boolean hasSdkVersion(); method getSdkVersion (line 60219) | java.lang.String getSdkVersion(); method getSdkVersionBytes (line 60223) | com.google.protobuf.ByteString class RouteRequest (line 60229) | public static final class RouteRequest extends method RouteRequest (line 60233) | private RouteRequest(com.google.protobuf.GeneratedMessage.Builder... method RouteRequest (line 60237) | private RouteRequest(boolean noInit) { this.unknownFields = com.goog... method getDefaultInstance (line 60240) | public static RouteRequest getDefaultInstance() { method getDefaultInstanceForType (line 60244) | public RouteRequest getDefaultInstanceForType() { method getUnknownFields (line 60249) | @java.lang.Override method RouteRequest (line 60254) | private RouteRequest( method getDescriptor (line 60339) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 60344) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 60353) | public RouteRequest parsePartialFrom( method getParserForType (line 60361) | @java.lang.Override method hasApp (line 60373) | public boolean hasApp() { method getApp (line 60379) | public java.lang.String getApp() { method getAppBytes (line 60396) | public com.google.protobuf.ByteString method hasPlatform (line 60416) | public boolean hasPlatform() { method getPlatform (line 60422) | public int getPlatform() { method hasPushType (line 60432) | public boolean hasPushType() { method getPushType (line 60438) | public int getPushType() { method hasDeviceName (line 60448) | public boolean hasDeviceName() { method getDeviceName (line 60454) | public java.lang.String getDeviceName() { method getDeviceNameBytes (line 60471) | public com.google.protobuf.ByteString method hasDeviceVersion (line 60491) | public boolean hasDeviceVersion() { method getDeviceVersion (line 60497) | public java.lang.String getDeviceVersion() { method getDeviceVersionBytes (line 60514) | public com.google.protobuf.ByteString method hasPhoneName (line 60534) | public boolean hasPhoneName() { method getPhoneName (line 60540) | public java.lang.String getPhoneName() { method getPhoneNameBytes (line 60557) | public com.google.protobuf.ByteString method hasLanguage (line 60577) | public boolean hasLanguage() { method getLanguage (line 60583) | public java.lang.String getLanguage() { method getLanguageBytes (line 60600) | public com.google.protobuf.ByteString method hasCarrierName (line 60620) | public boolean hasCarrierName() { method getCarrierName (line 60626) | public java.lang.String getCarrierName() { method getCarrierNameBytes (line 60643) | public com.google.protobuf.ByteString method hasAppVersion (line 60663) | public boolean hasAppVersion() { method getAppVersion (line 60669) | public java.lang.String getAppVersion() { method getAppVersionBytes (line 60686) | public com.google.protobuf.ByteString method hasSdkVersion (line 60706) | public boolean hasSdkVersion() { method getSdkVersion (line 60712) | public java.lang.String getSdkVersion() { method getSdkVersionBytes (line 60729) | public com.google.protobuf.ByteString method initFields (line 60743) | private void initFields() { method isInitialized (line 60756) | public final boolean isInitialized() { method writeTo (line 60764) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 60801) | public int getSerializedSize() { method writeReplace (line 60852) | @java.lang.Override method parseFrom (line 60858) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFrom( method parseFrom (line 60863) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFrom( method parseFrom (line 60869) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFro... method parseFrom (line 60873) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFrom( method parseFrom (line 60879) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFro... method parseFrom (line 60883) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFrom( method parseDelimitedFrom (line 60889) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseDel... method parseDelimitedFrom (line 60893) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseDel... method parseFrom (line 60899) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFrom( method parseFrom (line 60904) | public static cn.wildfirechat.proto.WFCMessage.RouteRequest parseFrom( method newBuilder (line 60911) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 60912) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 60913) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ro... method toBuilder (line 60916) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 60918) | @java.lang.Override class Builder (line 60927) | public static final class Builder extends method getDescriptor (line 60930) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 60935) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 60943) | private Builder() { method Builder (line 60947) | private Builder( method maybeForceBuilderInitialization (line 60952) | private void maybeForceBuilderInitialization() { method create (line 60956) | private static Builder create() { method clear (line 60960) | public Builder clear() { method clone (line 60985) | public Builder clone() { method getDescriptorForType (line 60989) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 60994) | public cn.wildfirechat.proto.WFCMessage.RouteRequest getDefaultIns... method build (line 60998) | public cn.wildfirechat.proto.WFCMessage.RouteRequest build() { method buildPartial (line 61006) | public cn.wildfirechat.proto.WFCMessage.RouteRequest buildPartial() { method mergeFrom (line 61055) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 61064) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.RouteReq... method isInitialized (line 61116) | public final boolean isInitialized() { method mergeFrom (line 61120) | public Builder mergeFrom( method hasApp (line 61144) | public boolean hasApp() { method getApp (line 61150) | public java.lang.String getApp() { method getAppBytes (line 61164) | public com.google.protobuf.ByteString method setApp (line 61180) | public Builder setApp( method clearApp (line 61193) | public Builder clearApp() { method setAppBytes (line 61202) | public Builder setAppBytes( method hasPlatform (line 61218) | public boolean hasPlatform() { method getPlatform (line 61224) | public int getPlatform() { method setPlatform (line 61230) | public Builder setPlatform(int value) { method clearPlatform (line 61239) | public Builder clearPlatform() { method hasPushType (line 61251) | public boolean hasPushType() { method getPushType (line 61257) | public int getPushType() { method setPushType (line 61263) | public Builder setPushType(int value) { method clearPushType (line 61272) | public Builder clearPushType() { method hasDeviceName (line 61284) | public boolean hasDeviceName() { method getDeviceName (line 61290) | public java.lang.String getDeviceName() { method getDeviceNameBytes (line 61304) | public com.google.protobuf.ByteString method setDeviceName (line 61320) | public Builder setDeviceName( method clearDeviceName (line 61333) | public Builder clearDeviceName() { method setDeviceNameBytes (line 61342) | public Builder setDeviceNameBytes( method hasDeviceVersion (line 61358) | public boolean hasDeviceVersion() { method getDeviceVersion (line 61364) | public java.lang.String getDeviceVersion() { method getDeviceVersionBytes (line 61378) | public com.google.protobuf.ByteString method setDeviceVersion (line 61394) | public Builder setDeviceVersion( method clearDeviceVersion (line 61407) | public Builder clearDeviceVersion() { method setDeviceVersionBytes (line 61416) | public Builder setDeviceVersionBytes( method hasPhoneName (line 61432) | public boolean hasPhoneName() { method getPhoneName (line 61438) | public java.lang.String getPhoneName() { method getPhoneNameBytes (line 61452) | public com.google.protobuf.ByteString method setPhoneName (line 61468) | public Builder setPhoneName( method clearPhoneName (line 61481) | public Builder clearPhoneName() { method setPhoneNameBytes (line 61490) | public Builder setPhoneNameBytes( method hasLanguage (line 61506) | public boolean hasLanguage() { method getLanguage (line 61512) | public java.lang.String getLanguage() { method getLanguageBytes (line 61526) | public com.google.protobuf.ByteString method setLanguage (line 61542) | public Builder setLanguage( method clearLanguage (line 61555) | public Builder clearLanguage() { method setLanguageBytes (line 61564) | public Builder setLanguageBytes( method hasCarrierName (line 61580) | public boolean hasCarrierName() { method getCarrierName (line 61586) | public java.lang.String getCarrierName() { method getCarrierNameBytes (line 61600) | public com.google.protobuf.ByteString method setCarrierName (line 61616) | public Builder setCarrierName( method clearCarrierName (line 61629) | public Builder clearCarrierName() { method setCarrierNameBytes (line 61638) | public Builder setCarrierNameBytes( method hasAppVersion (line 61654) | public boolean hasAppVersion() { method getAppVersion (line 61660) | public java.lang.String getAppVersion() { method getAppVersionBytes (line 61674) | public com.google.protobuf.ByteString method setAppVersion (line 61690) | public Builder setAppVersion( method clearAppVersion (line 61703) | public Builder clearAppVersion() { method setAppVersionBytes (line 61712) | public Builder setAppVersionBytes( method hasSdkVersion (line 61728) | public boolean hasSdkVersion() { method getSdkVersion (line 61734) | public java.lang.String getSdkVersion() { method getSdkVersionBytes (line 61748) | public com.google.protobuf.ByteString method setSdkVersion (line 61764) | public Builder setSdkVersion( method clearSdkVersion (line 61777) | public Builder clearSdkVersion() { method setSdkVersionBytes (line 61786) | public Builder setSdkVersionBytes( type RouteResponseOrBuilder (line 61808) | public interface RouteResponseOrBuilder method hasHost (line 61815) | boolean hasHost(); method getHost (line 61819) | java.lang.String getHost(); method getHostBytes (line 61823) | com.google.protobuf.ByteString method hasLongPort (line 61830) | boolean hasLongPort(); method getLongPort (line 61834) | int getLongPort(); method hasShortPort (line 61840) | boolean hasShortPort(); method getShortPort (line 61844) | int getShortPort(); class RouteResponse (line 61849) | public static final class RouteResponse extends method RouteResponse (line 61853) | private RouteResponse(com.google.protobuf.GeneratedMessage.Builder getContentTypeList(); method getContentTypeCount (line 63234) | int getContentTypeCount(); method getContentType (line 63238) | int getContentType(int index); class LoadRemoteMessages (line 63243) | public static final class LoadRemoteMessages extends method LoadRemoteMessages (line 63247) | private LoadRemoteMessages(com.google.protobuf.GeneratedMessage.Buil... method LoadRemoteMessages (line 63251) | private LoadRemoteMessages(boolean noInit) { this.unknownFields = co... method getDefaultInstance (line 63254) | public static LoadRemoteMessages getDefaultInstance() { method getDefaultInstanceForType (line 63258) | public LoadRemoteMessages getDefaultInstanceForType() { method getUnknownFields (line 63263) | @java.lang.Override method LoadRemoteMessages (line 63268) | private LoadRemoteMessages( method getDescriptor (line 63350) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 63355) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 63364) | public LoadRemoteMessages parsePartialFrom( method getParserForType (line 63372) | @java.lang.Override method hasConversation (line 63384) | public boolean hasConversation() { method getConversation (line 63390) | public cn.wildfirechat.proto.WFCMessage.Conversation getConversation... method getConversationOrBuilder (line 63396) | public cn.wildfirechat.proto.WFCMessage.ConversationOrBuilder getCon... method hasBeforeUid (line 63406) | public boolean hasBeforeUid() { method getBeforeUid (line 63412) | public long getBeforeUid() { method hasCount (line 63422) | public boolean hasCount() { method getCount (line 63428) | public int getCount() { method getContentTypeList (line 63438) | public java.util.List method getContentTypeCount (line 63445) | public int getContentTypeCount() { method getContentType (line 63451) | public int getContentType(int index) { method initFields (line 63455) | private void initFields() { method isInitialized (line 63462) | public final boolean isInitialized() { method writeTo (line 63486) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 63505) | public int getSerializedSize() { method writeReplace (line 63537) | @java.lang.Override method parseFrom (line 63543) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63548) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63554) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63558) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63564) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63568) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseDelimitedFrom (line 63574) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseDelimitedFrom (line 63578) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63584) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method parseFrom (line 63589) | public static cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages pa... method newBuilder (line 63596) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 63597) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 63598) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Lo... method toBuilder (line 63601) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 63603) | @java.lang.Override class Builder (line 63612) | public static final class Builder extends method getDescriptor (line 63615) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 63620) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 63628) | private Builder() { method Builder (line 63632) | private Builder( method maybeForceBuilderInitialization (line 63637) | private void maybeForceBuilderInitialization() { method create (line 63642) | private static Builder create() { method clear (line 63646) | public Builder clear() { method clone (line 63663) | public Builder clone() { method getDescriptorForType (line 63667) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 63672) | public cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages getDefa... method build (line 63676) | public cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages build() { method buildPartial (line 63684) | public cn.wildfirechat.proto.WFCMessage.LoadRemoteMessages buildPa... method mergeFrom (line 63714) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 63723) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.LoadRemo... method isInitialized (line 63748) | public final boolean isInitialized() { method mergeFrom (line 63768) | public Builder mergeFrom( method hasConversation (line 63794) | public boolean hasConversation() { method getConversation (line 63800) | public cn.wildfirechat.proto.WFCMessage.Conversation getConversati... method setConversation (line 63810) | public Builder setConversation(cn.wildfirechat.proto.WFCMessage.Co... method setConversation (line 63826) | public Builder setConversation( method mergeConversation (line 63840) | public Builder mergeConversation(cn.wildfirechat.proto.WFCMessage.... method clearConversation (line 63859) | public Builder clearConversation() { method getConversationBuilder (line 63872) | public cn.wildfirechat.proto.WFCMessage.Conversation.Builder getCo... method getConversationOrBuilder (line 63880) | public cn.wildfirechat.proto.WFCMessage.ConversationOrBuilder getC... method getConversationFieldBuilder (line 63890) | private com.google.protobuf.SingleFieldBuilder< method hasBeforeUid (line 63909) | public boolean hasBeforeUid() { method getBeforeUid (line 63915) | public long getBeforeUid() { method setBeforeUid (line 63921) | public Builder setBeforeUid(long value) { method clearBeforeUid (line 63930) | public Builder clearBeforeUid() { method hasCount (line 63942) | public boolean hasCount() { method getCount (line 63948) | public int getCount() { method setCount (line 63954) | public Builder setCount(int value) { method clearCount (line 63963) | public Builder clearCount() { method ensureContentTypeIsMutable (line 63972) | private void ensureContentTypeIsMutable() { method getContentTypeList (line 63981) | public java.util.List method getContentTypeCount (line 63988) | public int getContentTypeCount() { method getContentType (line 63994) | public int getContentType(int index) { method setContentType (line 64000) | public Builder setContentType( method addContentType (line 64010) | public Builder addContentType(int value) { method addAllContentType (line 64019) | public Builder addAllContentType( method clearContentType (line 64029) | public Builder clearContentType() { type MultiCastMessageOrBuilder (line 64047) | public interface MultiCastMessageOrBuilder method hasFromUser (line 64054) | boolean hasFromUser(); method getFromUser (line 64058) | java.lang.String getFromUser(); method getFromUserBytes (line 64062) | com.google.protobuf.ByteString method hasContent (line 64069) | boolean hasContent(); method getContent (line 64073) | cn.wildfirechat.proto.WFCMessage.MessageContent getContent(); method getContentOrBuilder (line 64077) | cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getContentO... method getToList (line 64083) | java.util.List method getToCount (line 64088) | int getToCount(); method getTo (line 64092) | java.lang.String getTo(int index); method getToBytes (line 64096) | com.google.protobuf.ByteString method hasLine (line 64103) | boolean hasLine(); method getLine (line 64107) | int getLine(); class MultiCastMessage (line 64112) | public static final class MultiCastMessage extends method MultiCastMessage (line 64116) | private MultiCastMessage(com.google.protobuf.GeneratedMessage.Builde... method MultiCastMessage (line 64120) | private MultiCastMessage(boolean noInit) { this.unknownFields = com.... method getDefaultInstance (line 64123) | public static MultiCastMessage getDefaultInstance() { method getDefaultInstanceForType (line 64127) | public MultiCastMessage getDefaultInstanceForType() { method getUnknownFields (line 64132) | @java.lang.Override method MultiCastMessage (line 64137) | private MultiCastMessage( method getDescriptor (line 64206) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 64211) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 64220) | public MultiCastMessage parsePartialFrom( method getParserForType (line 64228) | @java.lang.Override method hasFromUser (line 64240) | public boolean hasFromUser() { method getFromUser (line 64246) | public java.lang.String getFromUser() { method getFromUserBytes (line 64263) | public com.google.protobuf.ByteString method hasContent (line 64283) | public boolean hasContent() { method getContent (line 64289) | public cn.wildfirechat.proto.WFCMessage.MessageContent getContent() { method getContentOrBuilder (line 64295) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder getC... method getToList (line 64305) | public java.util.List method getToCount (line 64312) | public int getToCount() { method getTo (line 64318) | public java.lang.String getTo(int index) { method getToBytes (line 64324) | public com.google.protobuf.ByteString method hasLine (line 64335) | public boolean hasLine() { method getLine (line 64341) | public int getLine() { method initFields (line 64345) | private void initFields() { method isInitialized (line 64352) | public final boolean isInitialized() { method writeTo (line 64376) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 64395) | public int getSerializedSize() { method writeReplace (line 64427) | @java.lang.Override method parseFrom (line 64433) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64438) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64444) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64448) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64454) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64458) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseDelimitedFrom (line 64464) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseDelimitedFrom (line 64468) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64474) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method parseFrom (line 64479) | public static cn.wildfirechat.proto.WFCMessage.MultiCastMessage pars... method newBuilder (line 64486) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 64487) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 64488) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Mu... method toBuilder (line 64491) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 64493) | @java.lang.Override class Builder (line 64502) | public static final class Builder extends method getDescriptor (line 64505) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 64510) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 64518) | private Builder() { method Builder (line 64522) | private Builder( method maybeForceBuilderInitialization (line 64527) | private void maybeForceBuilderInitialization() { method create (line 64532) | private static Builder create() { method clear (line 64536) | public Builder clear() { method clone (line 64553) | public Builder clone() { method getDescriptorForType (line 64557) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 64562) | public cn.wildfirechat.proto.WFCMessage.MultiCastMessage getDefaul... method build (line 64566) | public cn.wildfirechat.proto.WFCMessage.MultiCastMessage build() { method buildPartial (line 64574) | public cn.wildfirechat.proto.WFCMessage.MultiCastMessage buildPart... method mergeFrom (line 64605) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 64614) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.MultiCas... method isInitialized (line 64641) | public final boolean isInitialized() { method mergeFrom (line 64661) | public Builder mergeFrom( method hasFromUser (line 64685) | public boolean hasFromUser() { method getFromUser (line 64691) | public java.lang.String getFromUser() { method getFromUserBytes (line 64705) | public com.google.protobuf.ByteString method setFromUser (line 64721) | public Builder setFromUser( method clearFromUser (line 64734) | public Builder clearFromUser() { method setFromUserBytes (line 64743) | public Builder setFromUserBytes( method hasContent (line 64761) | public boolean hasContent() { method getContent (line 64767) | public cn.wildfirechat.proto.WFCMessage.MessageContent getContent() { method setContent (line 64777) | public Builder setContent(cn.wildfirechat.proto.WFCMessage.Message... method setContent (line 64793) | public Builder setContent( method mergeContent (line 64807) | public Builder mergeContent(cn.wildfirechat.proto.WFCMessage.Messa... method clearContent (line 64826) | public Builder clearContent() { method getContentBuilder (line 64839) | public cn.wildfirechat.proto.WFCMessage.MessageContent.Builder get... method getContentOrBuilder (line 64847) | public cn.wildfirechat.proto.WFCMessage.MessageContentOrBuilder ge... method getContentFieldBuilder (line 64857) | private com.google.protobuf.SingleFieldBuilder< method ensureToIsMutable (line 64873) | private void ensureToIsMutable() { method getToList (line 64882) | public java.util.List method getToCount (line 64889) | public int getToCount() { method getTo (line 64895) | public java.lang.String getTo(int index) { method getToBytes (line 64901) | public com.google.protobuf.ByteString method setTo (line 64908) | public Builder setTo( method addTo (line 64921) | public Builder addTo( method addAllTo (line 64934) | public Builder addAllTo( method clearTo (line 64944) | public Builder clearTo() { method addToBytes (line 64953) | public Builder addToBytes( method hasLine (line 64969) | public boolean hasLine() { method getLine (line 64975) | public int getLine() { method setLine (line 64981) | public Builder setLine(int value) { method clearLine (line 64990) | public Builder clearLine() { type RecallMultiCastMessageRequestOrBuilder (line 65008) | public interface RecallMultiCastMessageRequestOrBuilder method hasMessageId (line 65015) | boolean hasMessageId(); method getMessageId (line 65019) | long getMessageId(); method getReceiverList (line 65025) | java.util.List method getReceiverCount (line 65030) | int getReceiverCount(); method getReceiver (line 65034) | java.lang.String getReceiver(int index); method getReceiverBytes (line 65038) | com.google.protobuf.ByteString class RecallMultiCastMessageRequest (line 65044) | public static final class RecallMultiCastMessageRequest extends method RecallMultiCastMessageRequest (line 65048) | private RecallMultiCastMessageRequest(com.google.protobuf.GeneratedM... method RecallMultiCastMessageRequest (line 65052) | private RecallMultiCastMessageRequest(boolean noInit) { this.unknown... method getDefaultInstance (line 65055) | public static RecallMultiCastMessageRequest getDefaultInstance() { method getDefaultInstanceForType (line 65059) | public RecallMultiCastMessageRequest getDefaultInstanceForType() { method getUnknownFields (line 65064) | @java.lang.Override method RecallMultiCastMessageRequest (line 65069) | private RecallMultiCastMessageRequest( method getDescriptor (line 65120) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 65125) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 65134) | public RecallMultiCastMessageRequest parsePartialFrom( method getParserForType (line 65142) | @java.lang.Override method hasMessageId (line 65154) | public boolean hasMessageId() { method getMessageId (line 65160) | public long getMessageId() { method getReceiverList (line 65170) | public java.util.List method getReceiverCount (line 65177) | public int getReceiverCount() { method getReceiver (line 65183) | public java.lang.String getReceiver(int index) { method getReceiverBytes (line 65189) | public com.google.protobuf.ByteString method initFields (line 65194) | private void initFields() { method isInitialized (line 65199) | public final boolean isInitialized() { method writeTo (line 65211) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 65224) | public int getSerializedSize() { method writeReplace (line 65248) | @java.lang.Override method parseFrom (line 65254) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65259) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65265) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65269) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65275) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65279) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseDelimitedFrom (line 65285) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseDelimitedFrom (line 65289) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65295) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method parseFrom (line 65300) | public static cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessag... method newBuilder (line 65307) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 65308) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 65309) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Re... method toBuilder (line 65312) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 65314) | @java.lang.Override class Builder (line 65323) | public static final class Builder extends method getDescriptor (line 65326) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 65331) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 65339) | private Builder() { method Builder (line 65343) | private Builder( method maybeForceBuilderInitialization (line 65348) | private void maybeForceBuilderInitialization() { method create (line 65352) | private static Builder create() { method clear (line 65356) | public Builder clear() { method clone (line 65365) | public Builder clone() { method getDescriptorForType (line 65369) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 65374) | public cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessageRequ... method build (line 65378) | public cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessageRequ... method buildPartial (line 65386) | public cn.wildfirechat.proto.WFCMessage.RecallMultiCastMessageRequ... method mergeFrom (line 65405) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 65414) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.RecallMu... method isInitialized (line 65433) | public final boolean isInitialized() { method mergeFrom (line 65441) | public Builder mergeFrom( method hasMessageId (line 65465) | public boolean hasMessageId() { method getMessageId (line 65471) | public long getMessageId() { method setMessageId (line 65477) | public Builder setMessageId(long value) { method clearMessageId (line 65486) | public Builder clearMessageId() { method ensureReceiverIsMutable (line 65495) | private void ensureReceiverIsMutable() { method getReceiverList (line 65504) | public java.util.List method getReceiverCount (line 65511) | public int getReceiverCount() { method getReceiver (line 65517) | public java.lang.String getReceiver(int index) { method getReceiverBytes (line 65523) | public com.google.protobuf.ByteString method setReceiver (line 65530) | public Builder setReceiver( method addReceiver (line 65543) | public Builder addReceiver( method addAllReceiver (line 65556) | public Builder addAllReceiver( method clearReceiver (line 65566) | public Builder clearReceiver() { method addReceiverBytes (line 65575) | public Builder addReceiverBytes( type AuthCodeRequestOrBuilder (line 65597) | public interface AuthCodeRequestOrBuilder method hasTargetId (line 65604) | boolean hasTargetId(); method getTargetId (line 65608) | java.lang.String getTargetId(); method getTargetIdBytes (line 65612) | com.google.protobuf.ByteString method hasType (line 65619) | boolean hasType(); method getType (line 65623) | int getType(); method hasHost (line 65629) | boolean hasHost(); method getHost (line 65633) | java.lang.String getHost(); method getHostBytes (line 65637) | com.google.protobuf.ByteString class AuthCodeRequest (line 65643) | public static final class AuthCodeRequest extends method AuthCodeRequest (line 65647) | private AuthCodeRequest(com.google.protobuf.GeneratedMessage.Builder... method AuthCodeRequest (line 65651) | private AuthCodeRequest(boolean noInit) { this.unknownFields = com.g... method getDefaultInstance (line 65654) | public static AuthCodeRequest getDefaultInstance() { method getDefaultInstanceForType (line 65658) | public AuthCodeRequest getDefaultInstanceForType() { method getUnknownFields (line 65663) | @java.lang.Override method AuthCodeRequest (line 65668) | private AuthCodeRequest( method getDescriptor (line 65718) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 65723) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 65732) | public AuthCodeRequest parsePartialFrom( method getParserForType (line 65740) | @java.lang.Override method hasTargetId (line 65752) | public boolean hasTargetId() { method getTargetId (line 65758) | public java.lang.String getTargetId() { method getTargetIdBytes (line 65775) | public com.google.protobuf.ByteString method hasType (line 65795) | public boolean hasType() { method getType (line 65801) | public int getType() { method hasHost (line 65811) | public boolean hasHost() { method getHost (line 65817) | public java.lang.String getHost() { method getHostBytes (line 65834) | public com.google.protobuf.ByteString method initFields (line 65848) | private void initFields() { method isInitialized (line 65854) | public final boolean isInitialized() { method writeTo (line 65874) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 65890) | public int getSerializedSize() { method writeReplace (line 65913) | @java.lang.Override method parseFrom (line 65919) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65924) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65930) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65934) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65940) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65944) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseDelimitedFrom (line 65950) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseDelimitedFrom (line 65954) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65960) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method parseFrom (line 65965) | public static cn.wildfirechat.proto.WFCMessage.AuthCodeRequest parse... method newBuilder (line 65972) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 65973) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 65974) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Au... method toBuilder (line 65977) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 65979) | @java.lang.Override class Builder (line 65988) | public static final class Builder extends method getDescriptor (line 65991) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 65996) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 66004) | private Builder() { method Builder (line 66008) | private Builder( method maybeForceBuilderInitialization (line 66013) | private void maybeForceBuilderInitialization() { method create (line 66017) | private static Builder create() { method clear (line 66021) | public Builder clear() { method clone (line 66032) | public Builder clone() { method getDescriptorForType (line 66036) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 66041) | public cn.wildfirechat.proto.WFCMessage.AuthCodeRequest getDefault... method build (line 66045) | public cn.wildfirechat.proto.WFCMessage.AuthCodeRequest build() { method buildPartial (line 66053) | public cn.wildfirechat.proto.WFCMessage.AuthCodeRequest buildParti... method mergeFrom (line 66074) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 66083) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.AuthCode... method isInitialized (line 66102) | public final boolean isInitialized() { method mergeFrom (line 66118) | public Builder mergeFrom( method hasTargetId (line 66142) | public boolean hasTargetId() { method getTargetId (line 66148) | public java.lang.String getTargetId() { method getTargetIdBytes (line 66162) | public com.google.protobuf.ByteString method setTargetId (line 66178) | public Builder setTargetId( method clearTargetId (line 66191) | public Builder clearTargetId() { method setTargetIdBytes (line 66200) | public Builder setTargetIdBytes( method hasType (line 66216) | public boolean hasType() { method getType (line 66222) | public int getType() { method setType (line 66228) | public Builder setType(int value) { method clearType (line 66237) | public Builder clearType() { method hasHost (line 66249) | public boolean hasHost() { method getHost (line 66255) | public java.lang.String getHost() { method getHostBytes (line 66269) | public com.google.protobuf.ByteString method setHost (line 66285) | public Builder setHost( method clearHost (line 66298) | public Builder clearHost() { method setHostBytes (line 66307) | public Builder setHostBytes( type ApplicationConfigRequestOrBuilder (line 66329) | public interface ApplicationConfigRequestOrBuilder method hasAppId (line 66336) | boolean hasAppId(); method getAppId (line 66340) | java.lang.String getAppId(); method getAppIdBytes (line 66344) | com.google.protobuf.ByteString method hasAppType (line 66351) | boolean hasAppType(); method getAppType (line 66355) | int getAppType(); method hasTimestamp (line 66361) | boolean hasTimestamp(); method getTimestamp (line 66365) | long getTimestamp(); method hasNonce (line 66371) | boolean hasNonce(); method getNonce (line 66375) | java.lang.String getNonce(); method getNonceBytes (line 66379) | com.google.protobuf.ByteString method hasSignature (line 66386) | boolean hasSignature(); method getSignature (line 66390) | java.lang.String getSignature(); method getSignatureBytes (line 66394) | com.google.protobuf.ByteString class ApplicationConfigRequest (line 66400) | public static final class ApplicationConfigRequest extends method ApplicationConfigRequest (line 66404) | private ApplicationConfigRequest(com.google.protobuf.GeneratedMessag... method ApplicationConfigRequest (line 66408) | private ApplicationConfigRequest(boolean noInit) { this.unknownField... method getDefaultInstance (line 66411) | public static ApplicationConfigRequest getDefaultInstance() { method getDefaultInstanceForType (line 66415) | public ApplicationConfigRequest getDefaultInstanceForType() { method getUnknownFields (line 66420) | @java.lang.Override method ApplicationConfigRequest (line 66425) | private ApplicationConfigRequest( method getDescriptor (line 66485) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 66490) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 66499) | public ApplicationConfigRequest parsePartialFrom( method getParserForType (line 66507) | @java.lang.Override method hasAppId (line 66519) | public boolean hasAppId() { method getAppId (line 66525) | public java.lang.String getAppId() { method getAppIdBytes (line 66542) | public com.google.protobuf.ByteString method hasAppType (line 66562) | public boolean hasAppType() { method getAppType (line 66568) | public int getAppType() { method hasTimestamp (line 66578) | public boolean hasTimestamp() { method getTimestamp (line 66584) | public long getTimestamp() { method hasNonce (line 66594) | public boolean hasNonce() { method getNonce (line 66600) | public java.lang.String getNonce() { method getNonceBytes (line 66617) | public com.google.protobuf.ByteString method hasSignature (line 66637) | public boolean hasSignature() { method getSignature (line 66643) | public java.lang.String getSignature() { method getSignatureBytes (line 66660) | public com.google.protobuf.ByteString method initFields (line 66674) | private void initFields() { method isInitialized (line 66682) | public final boolean isInitialized() { method writeTo (line 66710) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 66732) | public int getSerializedSize() { method writeReplace (line 66763) | @java.lang.Override method parseFrom (line 66769) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66774) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66780) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66784) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66790) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66794) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseDelimitedFrom (line 66800) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseDelimitedFrom (line 66804) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66810) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method parseFrom (line 66815) | public static cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequ... method newBuilder (line 66822) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 66823) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 66824) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.Ap... method toBuilder (line 66827) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 66829) | @java.lang.Override class Builder (line 66838) | public static final class Builder extends method getDescriptor (line 66841) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 66846) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 66854) | private Builder() { method Builder (line 66858) | private Builder( method maybeForceBuilderInitialization (line 66863) | private void maybeForceBuilderInitialization() { method create (line 66867) | private static Builder create() { method clear (line 66871) | public Builder clear() { method clone (line 66886) | public Builder clone() { method getDescriptorForType (line 66890) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 66895) | public cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequest g... method build (line 66899) | public cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequest b... method buildPartial (line 66907) | public cn.wildfirechat.proto.WFCMessage.ApplicationConfigRequest b... method mergeFrom (line 66936) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 66945) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.Applicat... method isInitialized (line 66972) | public final boolean isInitialized() { method mergeFrom (line 66996) | public Builder mergeFrom( method hasAppId (line 67020) | public boolean hasAppId() { method getAppId (line 67026) | public java.lang.String getAppId() { method getAppIdBytes (line 67040) | public com.google.protobuf.ByteString method setAppId (line 67056) | public Builder setAppId( method clearAppId (line 67069) | public Builder clearAppId() { method setAppIdBytes (line 67078) | public Builder setAppIdBytes( method hasAppType (line 67094) | public boolean hasAppType() { method getAppType (line 67100) | public int getAppType() { method setAppType (line 67106) | public Builder setAppType(int value) { method clearAppType (line 67115) | public Builder clearAppType() { method hasTimestamp (line 67127) | public boolean hasTimestamp() { method getTimestamp (line 67133) | public long getTimestamp() { method setTimestamp (line 67139) | public Builder setTimestamp(long value) { method clearTimestamp (line 67148) | public Builder clearTimestamp() { method hasNonce (line 67160) | public boolean hasNonce() { method getNonce (line 67166) | public java.lang.String getNonce() { method getNonceBytes (line 67180) | public com.google.protobuf.ByteString method setNonce (line 67196) | public Builder setNonce( method clearNonce (line 67209) | public Builder clearNonce() { method setNonceBytes (line 67218) | public Builder setNonceBytes( method hasSignature (line 67234) | public boolean hasSignature() { method getSignature (line 67240) | public java.lang.String getSignature() { method getSignatureBytes (line 67254) | public com.google.protobuf.ByteString method setSignature (line 67270) | public Builder setSignature( method clearSignature (line 67283) | public Builder clearSignature() { method setSignatureBytes (line 67292) | public Builder setSignatureBytes( type StringPairOrBuilder (line 67314) | public interface StringPairOrBuilder method hasKey (line 67321) | boolean hasKey(); method getKey (line 67325) | java.lang.String getKey(); method getKeyBytes (line 67329) | com.google.protobuf.ByteString method hasValue (line 67336) | boolean hasValue(); method getValue (line 67340) | java.lang.String getValue(); method getValueBytes (line 67344) | com.google.protobuf.ByteString class StringPair (line 67350) | public static final class StringPair extends method StringPair (line 67354) | private StringPair(com.google.protobuf.GeneratedMessage.Builder b... method StringPair (line 67358) | private StringPair(boolean noInit) { this.unknownFields = com.google... method getDefaultInstance (line 67361) | public static StringPair getDefaultInstance() { method getDefaultInstanceForType (line 67365) | public StringPair getDefaultInstanceForType() { method getUnknownFields (line 67370) | @java.lang.Override method StringPair (line 67375) | private StringPair( method getDescriptor (line 67420) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 67425) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method parsePartialFrom (line 67434) | public StringPair parsePartialFrom( method getParserForType (line 67442) | @java.lang.Override method hasKey (line 67454) | public boolean hasKey() { method getKey (line 67460) | public java.lang.String getKey() { method getKeyBytes (line 67477) | public com.google.protobuf.ByteString method hasValue (line 67497) | public boolean hasValue() { method getValue (line 67503) | public java.lang.String getValue() { method getValueBytes (line 67520) | public com.google.protobuf.ByteString method initFields (line 67534) | private void initFields() { method isInitialized (line 67539) | public final boolean isInitialized() { method writeTo (line 67551) | public void writeTo(com.google.protobuf.CodedOutputStream output) method getSerializedSize (line 67564) | public int getSerializedSize() { method writeReplace (line 67583) | @java.lang.Override method parseFrom (line 67589) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom( method parseFrom (line 67594) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom( method parseFrom (line 67600) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom(... method parseFrom (line 67604) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom( method parseFrom (line 67610) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom(... method parseFrom (line 67614) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom( method parseDelimitedFrom (line 67620) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseDelim... method parseDelimitedFrom (line 67624) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseDelim... method parseFrom (line 67630) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom( method parseFrom (line 67635) | public static cn.wildfirechat.proto.WFCMessage.StringPair parseFrom( method newBuilder (line 67642) | public static Builder newBuilder() { return Builder.create(); } method newBuilderForType (line 67643) | public Builder newBuilderForType() { return newBuilder(); } method newBuilder (line 67644) | public static Builder newBuilder(cn.wildfirechat.proto.WFCMessage.St... method toBuilder (line 67647) | public Builder toBuilder() { return newBuilder(this); } method newBuilderForType (line 67649) | @java.lang.Override class Builder (line 67658) | public static final class Builder extends method getDescriptor (line 67661) | public static final com.google.protobuf.Descriptors.Descriptor method internalGetFieldAccessorTable (line 67666) | protected com.google.protobuf.GeneratedMessage.FieldAccessorTable method Builder (line 67674) | private Builder() { method Builder (line 67678) | private Builder( method maybeForceBuilderInitialization (line 67683) | private void maybeForceBuilderInitialization() { method create (line 67687) | private static Builder create() { method clear (line 67691) | public Builder clear() { method clone (line 67700) | public Builder clone() { method getDescriptorForType (line 67704) | public com.google.protobuf.Descriptors.Descriptor method getDefaultInstanceForType (line 67709) | public cn.wildfirechat.proto.WFCMessage.StringPair getDefaultInsta... method build (line 67713) | public cn.wildfirechat.proto.WFCMessage.StringPair build() { method buildPartial (line 67721) | public cn.wildfirechat.proto.WFCMessage.StringPair buildPartial() { method mergeFrom (line 67738) | public Builder mergeFrom(com.google.protobuf.Message other) { method mergeFrom (line 67747) | public Builder mergeFrom(cn.wildfirechat.proto.WFCMessage.StringPa... method isInitialized (line 67763) | public final boolean isInitialized() { method mergeFrom (line 67771) | public Builder mergeFrom( method hasKey (line 67795) | public boolean hasKey() { method getKey (line 67801) | public java.lang.String getKey() { method getKeyBytes (line 67815) | public com.google.protobuf.ByteString method setKey (line 67831) | public Builder setKey( method clearKey (line 67844) | public Builder clearKey() { method setKeyBytes (line 67853) | public Builder setKeyBytes( method hasValue (line 67869) | public boolean hasValue() { method getValue (line 67875) | public java.lang.String getValue() { method getValueBytes (line 67889) | public com.google.protobuf.ByteString method setValue (line 67905) | public Builder setValue( method clearValue (line 67918) | public Builder clearValue() { method setValueBytes (line 67927) | public Builder setValueBytes( method getDescriptor (line 68335) | public static com.google.protobuf.Descriptors.FileDescriptor method assignDescriptors (line 68527) | public com.google.protobuf.ExtensionRegistry assignDescriptors( FILE: flyway_repaire_migrate_38.sql type `t_file` (line 13) | CREATE TABLE `t_file` ( FILE: sdk/src/main/java/cn/wildfirechat/sdk/AdminConfig.java class AdminConfig (line 12) | public class AdminConfig { method initAdmin (line 21) | public static void initAdmin(String url, String secret) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java class ChannelAdmin (line 20) | public class ChannelAdmin { method createChannel (line 27) | public static IMResult createChannel(InputCreateC... method destroyChannel (line 38) | public static IMResult destroyChannel(String channelId) throws E... method getChannelInfo (line 50) | public static IMResult getChannelInfo(String cha... method subscribeChannel (line 63) | public static IMResult subscribeChannel(String channelId, String... method unsubscribeChannel (line 76) | public static IMResult unsubscribeChannel(String channelId, Stri... method isUserSubscribedChannel (line 89) | public static IMResult isUserSubscribedChannel(Str... FILE: sdk/src/main/java/cn/wildfirechat/sdk/ChannelServiceApi.java class ChannelServiceApi (line 31) | public class ChannelServiceApi implements Closeable { method ChannelServiceApi (line 40) | public ChannelServiceApi(String imurl, String channelId, String secret) { method getUserInfo (line 44) | public IMResult getUserInfo(String userId) throws... method getUserInfoByName (line 50) | public IMResult getUserInfoByName(String userName... method getUserInfoByMobile (line 56) | public IMResult getUserInfoByMobile(String mobile... method modifyChannelInfo (line 62) | public IMResult modifyChannelInfo(/*ProtoConstants.ModifyChannel... method getChannelInfo (line 70) | public IMResult getChannelInfo() throws Exception { method modifyChannelMenu (line 75) | public IMResult modifyChannelMenu(List menus) t... method sendMessage (line 80) | public IMResult sendMessage(int line, List ... method recallMessage (line 89) | public IMResult recallMessage(long messageUid) throws Exception { method republishMessage (line 96) | public IMResult republishMessage(long messageUid, List t... method subscribe (line 104) | public IMResult subscribe(String userId) throws Exception { method unsubscribe (line 112) | public IMResult unsubscribe(String userId) throws Exception { method getSubscriberList (line 120) | public IMResult getSubscriberList() throws Exception { method isSubscriber (line 125) | public IMResult isSubscriber(String userId) throws Exception { method applicationGetUserInfo (line 131) | public IMResult applicationGetUserInfo(Stri... method getApplicationSignature (line 138) | public OutputApplicationConfigData getApplicationSignature() { method close (line 152) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/ChatroomAdmin.java class ChatroomAdmin (line 22) | public class ChatroomAdmin { method createChatroom (line 34) | public static IMResult createChatroom(String cha... method destroyChatroom (line 52) | public static IMResult destroyChatroom(String chatroomId) throws... method getChatroomInfo (line 65) | public static IMResult getChatroomInfo(String c... method getChatroomMembers (line 77) | public static IMResult getChatroomMembers(String cha... method getUserChatroom (line 89) | public static IMResult getUserChatroom(String user... method setChatroomBlacklist (line 104) | public static IMResult setChatroomBlacklist(String chatroomId, S... method getChatroomBlacklist (line 116) | public static IMResult getChatroomBlacklist(... method setChatroomManager (line 131) | public static IMResult setChatroomManager(String chatroomId, Str... method getChatroomManagerList (line 143) | public static IMResult getChatroomManagerList(String... method setChatroomMute (line 156) | public static IMResult setChatroomMute(String chatroomId, boolea... FILE: sdk/src/main/java/cn/wildfirechat/sdk/ConferenceAdmin.java class ConferenceAdmin (line 21) | public class ConferenceAdmin { method listConferences (line 29) | public static IMResult listConferences(int cou... method existsConferences (line 43) | public static IMResult existsConferences(String conferenceId)... method listParticipants (line 56) | public static IMResult listParticipants... method createRoom (line 75) | public static IMResult createRoom(String roomId, String descript... method enableRecording (line 97) | public static IMResult enableRecording(String roomId, boolean ad... method destroy (line 113) | public static IMResult destroy(String roomId, boolean advance) t... method rtpForward (line 133) | public static IMResult rtpForward(String roomId, String userId, ... method stopRtpForward (line 147) | public static IMResult stopRtpForward(String roomId, String user... method listRtpForwarders (line 159) | public static IMResult listRtpForwarders(... FILE: sdk/src/main/java/cn/wildfirechat/sdk/GeneralAdmin.java class GeneralAdmin (line 38) | public class GeneralAdmin { method getSystemSetting (line 45) | public static IMResult getSystemSetting(int id) thr... method setSystemSetting (line 60) | public static IMResult setSystemSetting(int id, String value, St... method createChannel (line 72) | @Deprecated method destroyChannel (line 81) | @Deprecated method getChannelInfo (line 91) | @Deprecated method subscribeChannel (line 101) | @Deprecated method unsubscribeChannel (line 111) | @Deprecated method isUserSubscribedChannel (line 121) | @Deprecated method getConversationFiles (line 143) | public static IMResult getConversationFiles(int conversatio... method getUserFiles (line 165) | public static IMResult getUserFiles(String userId, int offs... method getFile (line 181) | public static IMResult getFile(long messageId) thr... method setConversationTop (line 198) | public static IMResult setConversationTop(String userId, int con... method getConversationTop (line 213) | public static IMResult getConversationTop(String userId, int ... method getUserSetting (line 231) | public static IMResult getUserSetting(String userId, ... method setUserSetting (line 249) | public static IMResult setUserSetting(String userId, int scope, ... method healthCheck (line 264) | public static IMResult healthCheck() throws Excepti... method getCustomer (line 273) | public static IMResult getCustomer() throws Exception { method getPresignedUploadUrl (line 277) | public static IMResult getPresignedUploadUrl... method getContentTypeByFileName (line 293) | private static String getContentTypeByFileName(String fileName) { method uploadFile (line 376) | public static IMResult uploadFile(File file) throws Exception { method uploadFile (line 393) | public static IMResult uploadFile(File file, int mediaType, St... method doUploadFile (line 424) | private static IMResult doUploadFile(String fileName, int medi... method uploadToQiniu (line 458) | private static IMResult uploadToQiniu(OutputPresignedUploadUrl... method uploadToOther (line 520) | private static IMResult uploadToOther(OutputPresignedUploadUrl... method uploadFile (line 568) | public static IMResult uploadFile(InputStream inputStream, Str... method uploadFile (line 589) | public static IMResult uploadFile(InputStream inputStream, Str... FILE: sdk/src/main/java/cn/wildfirechat/sdk/GenerateTestData.java class GenerateTestData (line 27) | public class GenerateTestData { method main (line 57) | public static void main(String[] args) throws Exception { method printUnfulfilledMap (line 158) | private static void printUnfulfilledMap(Map map) { method writeDeviceInfo (line 166) | private static void writeDeviceInfo(BufferedWriter writer, String user... method writeGroupIds (line 175) | private static void writeGroupIds(BufferedWriter writer, Set g... method createGroup (line 187) | private static void createGroup(String userId, List userIds, M... method addFriends (line 247) | private static void addFriends(List userIds, int count, Map generateUserIds(int count) { method createUsers (line 320) | private static void createUsers(List userIds) { method generateUserInfo (line 338) | private static InputOutputUserInfo generateUserInfo(String userId, int... class Pair (line 349) | static class Pair { method Pair (line 353) | public Pair() { method Pair (line 356) | public Pair(K first, V second) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java class GroupAdmin (line 25) | public class GroupAdmin { method createGroup (line 37) | public static IMResult createGroup(String ope... method getGroupInfo (line 58) | public static IMResult getGroupInfo(String groupId) thr... method batchGroupInfos (line 72) | public static IMResult batchGroupInfos(List... method dismissGroup (line 86) | public static IMResult dismissGroup(String operator, String grou... method transferGroup (line 106) | public static IMResult transferGroup(String operator, String gro... method modifyGroupInfo (line 128) | public static IMResult modifyGroupInfo(String operator, String g... method getGroupMembers (line 146) | public static IMResult getGroupMembers(String g... method getGroupMember (line 160) | public static IMResult getGroupMember(String groupId,... method addGroupMembers (line 179) | public static IMResult addGroupMembers(String operator, String g... method setGroupManager (line 202) | public static IMResult setGroupManager(String operator, String g... method muteGroupMemeber (line 225) | public static IMResult muteGroupMemeber(String operator, String ... method allowGroupMemeber (line 248) | public static IMResult allowGroupMemeber(String operator, String... method kickoffGroupMembers (line 270) | public static IMResult kickoffGroupMembers(String operator, Stri... method quitGroup (line 290) | public static IMResult quitGroup(String operator, String groupId... method setGroupMemberAlias (line 311) | public static IMResult setGroupMemberAlias(String operator, Stri... method setGroupMemberExtra (line 334) | public static IMResult setGroupMemberExtra(String operator, Stri... method setGroupRemark (line 354) | public static IMResult setGroupRemark(String userId, String grou... method getGroupRemark (line 365) | public static IMResult getGroupRemark(String userId, String gr... method setFavGroup (line 384) | public static IMResult setFavGroup(String userId, String groupId... method isFavGroup (line 395) | public static IMResult isFavGroup(String userId, String group... method getUserGroups (line 412) | public static IMResult getUserGroups(String user) thro... method getUserGroupsByType (line 426) | public static IMResult getUserGroupsByType(String user... method getCommonGroups (line 439) | public static IMResult getCommonGroups(String user1, S... FILE: sdk/src/main/java/cn/wildfirechat/sdk/Main.java class Main (line 40) | public class Main { method main (line 63) | public static void main(String[] args) throws Exception { method testAdmin (line 127) | static void testAdmin() throws Exception { method testUser (line 184) | static void testUser() throws Exception { method testUserRelation (line 511) | static void testUserRelation() throws Exception { method testGroup (line 687) | static void testGroup() throws Exception { method testMessage (line 1030) | static void testMessage() throws Exception { method testMessageContent (line 1197) | static void testMessageContent() throws Exception { method testMessageSharding (line 1348) | static void testMessageSharding() { method testReadMessageContentFromDB (line 1379) | static void testReadMessageContentFromDB() throws Exception { method checkSendMessageResult (line 1426) | static void checkSendMessageResult(IMResult resultS... method testStreamingText (line 1449) | static void testStreamingText(String sender, Conversation conversation... method testChannelApi (line 1506) | static void testChannelApi() throws Exception { method testGeneralApi (line 1600) | static void testGeneralApi() throws Exception { method testChatroom (line 1725) | static void testChatroom() throws Exception { method testRobot (line 1933) | static void testRobot() throws Exception { method testChannel (line 2479) | static void testChannel() throws Exception { method testSensitiveApi (line 2757) | static void testSensitiveApi() throws Exception { method testMomentsApi (line 2807) | static void testMomentsApi() throws Exception { method testDevice (line 2838) | static void testDevice() throws Exception { method testConference (line 2901) | public static void testConference() throws Exception { method testMesh (line 3045) | static void testMesh() throws Exception { FILE: sdk/src/main/java/cn/wildfirechat/sdk/MeshAdmin.java class MeshAdmin (line 25) | public class MeshAdmin { method createDomain (line 32) | public static IMResult createDomain(InputOutputDomainInfo domain... method getDomain (line 43) | public static IMResult getDomain(String domainI... method deleteDomain (line 56) | public static IMResult deleteDomain(String domainId) throws Exce... method getAllDomain (line 68) | public static IMResult getAllDomain() throw... method getBatchUserInfos (line 79) | public static IMResult getBatchUserInfos(List searchUser(String keyword, i... method sendFriendRequest (line 112) | public static IMResult sendFriendRequest(String userId, String t... method handleFriendRequest (line 130) | public static IMResult handleFriendRequest(String userId, String... method sendMessage (line 148) | public static IMResult sendMessage(String sender, C... method publishMessage (line 170) | public static IMResult publishMessage(SendMessageDa... method recallMessage (line 186) | public static IMResult recallMessage(String operator, long mes... method updateMessageContent (line 204) | public static IMResult updateMessageContent(String operator, lon... method syncGroup (line 223) | public static IMResult syncGroup(PojoGroupInfo group_info, List<... method getGroupInfo (line 238) | public static IMResult getGroupInfo(String groupId) thr... method getGroupMembers (line 248) | public static IMResult getGroupMembers(String g... method addGroupMembers (line 262) | public static IMResult addGroupMembers(String operator, String g... method addJoinGroupRequest (line 284) | public static IMResult addJoinGroupRequest(String operator, Stri... method batchGroupInfos (line 301) | public static IMResult batchGroupInfos(List... method quitGroup (line 314) | public static IMResult quitGroup(String operator, String groupId... method dismissGroup (line 334) | public static IMResult dismissGroup(String operator, String grou... method kickoffGroupMembers (line 355) | public static IMResult kickoffGroupMembers(String operator, Stri... method transferGroup (line 377) | public static IMResult transferGroup(String operator, String gro... method modifyGroupInfo (line 400) | public static IMResult modifyGroupInfo(String operator, String g... method userConferenceRequest (line 425) | public static IMResult userConferenceReque... method userConferenceEvent (line 447) | public static IMResult userConferenceEvent(String data, String u... method pingDomain (line 463) | public static IMResult pingDomain(String domai... FILE: sdk/src/main/java/cn/wildfirechat/sdk/MessageAdmin.java class MessageAdmin (line 25) | public class MessageAdmin { method sendMessage (line 34) | public static IMResult sendMessage(String sender, C... method sendMessage (line 50) | public static IMResult sendMessage(String sender, C... method sendMessage (line 67) | public static IMResult sendMessage(String sender, C... method recallMessage (line 88) | public static IMResult recallMessage(String operator, long mes... method deleteMessage (line 102) | public static IMResult deleteMessage(long messageUid) throws Exc... method clearUserMessages (line 118) | public static IMResult clearUserMessages(String userId, Conversa... method updateMessageContent (line 133) | public static IMResult updateMessageContent(String operator, lon... method clearConversation (line 151) | public static IMResult clearConversation(String userId, Conversa... method getMessage (line 166) | public static IMResult getMessage(long messageUid) ... method recallBroadCastMessage (line 179) | public static IMResult recallBroadCastMessage(String operator, l... method recallMultiCastMessage (line 195) | public static IMResult recallMultiCastMessage(String operator, l... method deleteBroadCastMessage (line 211) | public static IMResult deleteBroadCastMessage(String operator, l... method deleteMultiCastMessage (line 227) | public static IMResult deleteMultiCastMessage(String operator, l... method broadcastMessage (line 244) | public static IMResult broadcastMessage(String sen... method multicastMessage (line 262) | public static IMResult multicastMessage(String sen... method getConversationReadTimestamp (line 279) | public static IMResult getConversationReadTimestamp(S... method getMessageDelivery (line 291) | public static IMResult getMessageDelivery(String user... FILE: sdk/src/main/java/cn/wildfirechat/sdk/MomentsAdmin.java class MomentsAdmin (line 15) | public class MomentsAdmin { method postFeeds (line 22) | public static IMResult postFeeds(FeedPojo feedPojo)... FILE: sdk/src/main/java/cn/wildfirechat/sdk/RelationAdmin.java class RelationAdmin (line 21) | public class RelationAdmin { method setUserFriend (line 31) | public static IMResult setUserFriend(String userId, String targe... method getFriendList (line 47) | public static IMResult getFriendList(String userId) ... method setUserBlacklist (line 62) | public static IMResult setUserBlacklist(String userId, String ta... method getUserBlacklist (line 77) | public static IMResult getUserBlacklist(String userI... method updateFriendAlias (line 92) | public static IMResult updateFriendAlias(String operator, String... method getFriendAlias (line 108) | public static IMResult getFriendAlias(String operator,... method updateFriendExtra (line 124) | public static IMResult updateFriendExtra(String operator, String... method sendFriendRequest (line 142) | public static IMResult sendFriendRequest(String userId, String t... method getRelation (line 159) | public static IMResult getRelation(String userId, String... FILE: sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java class RobotService (line 48) | public class RobotService implements Closeable { method RobotService (line 57) | public RobotService(String url, String robotId, String robotSecret) { method getRobotId (line 65) | public String getRobotId() { method sendMessage (line 77) | public IMResult sendMessage(String sender, Conversa... method sendMessage (line 90) | public IMResult sendMessage(String sender, Conversa... method replyMessage (line 100) | public IMResult replyMessage(long messageUid, Messa... method recallMessage (line 109) | public IMResult recallMessage(long messageUid) throws Exception { method updateMessage (line 116) | public IMResult updateMessage(long messageUid, MessagePayload pa... method getUserInfo (line 126) | public IMResult getUserInfo(String userId) throws... method getUserInfoByMobile (line 132) | public IMResult getUserInfoByMobile(String phone)... method getUserInfoByName (line 138) | public IMResult getUserInfoByName(String userName... method setCallback (line 144) | public IMResult setCallback(String url) throws Exception { method getCallback (line 151) | public IMResult getCallback() throws Exception { method deleteCallback (line 156) | public IMResult deleteCallback() throws Exception { method getProfile (line 161) | public IMResult getProfile() throws Exception { method updateProfile (line 169) | public IMResult updateProfile(int/*MyInfoType*/ type, String val... method createGroup (line 175) | public IMResult createGroup(PojoGroupInfo gro... method getGroupInfo (line 189) | public IMResult getGroupInfo(String groupId) throws Exc... method dismissGroup (line 197) | public IMResult dismissGroup(String groupId, List to_li... method transferGroup (line 206) | public IMResult transferGroup(String groupId, String newOwner, L... method modifyGroupInfo (line 216) | public IMResult modifyGroupInfo(String groupId, /*ModifyGroupInf... method getGroupMembers (line 228) | public IMResult getGroupMembers(String groupId)... method getGroupMember (line 235) | public IMResult getGroupMember(String groupId, String... method addGroupMembers (line 243) | public IMResult addGroupMembers(String groupId, List setGroupManager(String groupId, List gro... method muteGroupMember (line 265) | public IMResult muteGroupMember(String groupId, List gro... method allowGroupMember (line 276) | public IMResult allowGroupMember(String groupId, List gr... method kickoffGroupMembers (line 287) | public IMResult kickoffGroupMembers(String groupId, List... method quitGroup (line 297) | public IMResult quitGroup(String groupId, List to_lines... method setGroupMemberAlias (line 306) | public IMResult setGroupMemberAlias(String groupId, String membe... method setGroupMemberExtra (line 317) | public IMResult setGroupMemberExtra(String groupId, String membe... method applicationGetUserInfo (line 328) | public IMResult applicationGetUserInfo(Stri... method getApplicationSignature (line 335) | public OutputApplicationConfigData getApplicationSignature() { method sendConferenceRequest (line 349) | public IMResult sendConferenceRequest(String robotId, String c... method postMomentsFeed (line 355) | public IMResult postMomentsFeed(int/*MomentsContentType*/ ty... method updateMomentsFeed (line 379) | public IMResult updateMomentsFeed(long feedId, int/*MomentsConte... method getMomentsFeeds (line 393) | public IMResult getMomentsFeeds(long feedId, int count, Str... method getMomentsFeed (line 402) | public IMResult getMomentsFeed(long feedId) throws Exception { method deleteMomentsFeed (line 409) | public IMResult deleteMomentsFeed(long feedId) throws Exception { method postMomentsComment (line 416) | public IMResult postMomentsComment(long feedId, long repl... method deleteMomentsComment (line 439) | public IMResult deleteMomentsComment(long feedId, long commentId... method getUserMomentsProfile (line 447) | public IMResult getUserMomentsProfile(String userId... method updateMomentsBackgroundUrl (line 454) | public IMResult updateMomentsBackgroundUrl(String url) throws Ex... method updateMomentsStrangerVisibleCount (line 462) | public IMResult updateMomentsStrangerVisibleCount(int count) thr... method updateMomentsVisibleScope (line 470) | public IMResult updateMomentsVisibleScope(int/*MomentsVisibleSco... method updateMomentsBlackList (line 478) | public IMResult updateMomentsBlackList(List addList, Lis... method updateMomentsBlockList (line 487) | public IMResult updateMomentsBlockList(List addList, Lis... method getPresignedUploadUrl (line 496) | public IMResult getPresignedUploadUrl(String... method getContentTypeByFileName (line 512) | private String getContentTypeByFileName(String fileName) { method uploadFile (line 595) | public IMResult uploadFile(File file) throws Exception { method uploadFile (line 612) | public IMResult uploadFile(File file, int mediaType, String co... method doUploadFile (line 643) | private IMResult doUploadFile(String fileName, int mediaType, method uploadToQiniu (line 677) | private IMResult uploadToQiniu(OutputPresignedUploadUrl presig... method uploadToOther (line 739) | private IMResult uploadToOther(OutputPresignedUploadUrl presig... method uploadFile (line 787) | public IMResult uploadFile(InputStream inputStream, String fil... method uploadFile (line 808) | public IMResult uploadFile(InputStream inputStream, String fil... method close (line 823) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/SensitiveAdmin.java class SensitiveAdmin (line 21) | public class SensitiveAdmin { method addSensitives (line 28) | public static IMResult addSensitives(List sensitives) th... method removeSensitives (line 41) | public static IMResult removeSensitives(List sensitives)... method getSensitives (line 53) | public static IMResult getSensitives() thro... FILE: sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java class UserAdmin (line 24) | public class UserAdmin { method getUserByName (line 31) | public static IMResult getUserByName(String name)... method getUserByName (line 42) | public static IMResult getUserByName(String name,... method getUserByUserId (line 54) | public static IMResult getUserByUserId(String use... method getUserByUserId (line 65) | public static IMResult getUserByUserId(String use... method getUserByMobile (line 77) | public static IMResult getUserByMobile(String mob... method getUserByMobile (line 88) | public static IMResult getUserByMobile(String mob... method getUserByEmail (line 100) | public static IMResult getUserByEmail(String email... method getAllUsers (line 112) | public static IMResult getAllUsers(int count, int o... method getBatchUsers (line 126) | public static IMResult getBatchUsers(List ... method createUser (line 139) | public static IMResult createUser(InputOutputUserInf... method updateUserInfo (line 151) | public static IMResult updateUserInfo(InputOutputUserInfo user, ... method createRobot (line 165) | public static IMResult createRobot(InputCreateRobot... method destroyRobot (line 177) | public static IMResult destroyRobot(String userId) throws Except... method getRobotInfo (line 190) | public static IMResult getRobotInfo(String robotId) throw... method getUserRobots (line 203) | public static IMResult getUserRobots(String userId) ... method getUserToken (line 218) | public static IMResult getUserToken(String userI... method updateUserBlockStatus (line 231) | public static IMResult updateUserBlockStatus(String userId, int ... method checkUserBlockStatus (line 243) | public static IMResult checkUserBlockStatus(String u... method getBlockedList (line 254) | public static IMResult getBlockedList() thr... method checkUserOnlineStatus (line 265) | public static IMResult checkUserOnlineStatus(St... method kickoffUserClient (line 283) | public static IMResult kickoffUserClient(String userId, String c... method destroyUser (line 295) | public static IMResult destroyUser(String userId) throws Excepti... method createOrUpdateDevice (line 308) | public static IMResult createOrUpdateDevice(InputC... method getDevice (line 319) | public static IMResult getDevice(String deviceId) throws... method getUserDevices (line 332) | public static IMResult getUserDevices(String userId)... method getOnlineUserCount (line 344) | public static IMResult getOnlineUserCount() ... method getOnlineUser (line 356) | public static IMResult getOnlineUser(int nodeId, ... method applicationGetUserInfo (line 370) | public static IMResult applicationGetUserIn... method getUserSession (line 383) | public static IMResult getUserSession(String use... FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/ArticlesMessageContent.java class ArticlesMessageContent (line 26) | public class ArticlesMessageContent extends MessageContent { method getContentType (line 30) | @Override method getPersistFlag (line 35) | @Override method encode (line 40) | @Override method decode (line 60) | @Override method toLinkMessageContent (line 80) | public List toLinkMessageContent() { class Article (line 91) | public static class Article { method toJson (line 99) | JSONObject toJson() { method fromJson (line 112) | static Article fromJson(JSONObject obj) { method toLinkMessageContent (line 123) | public LinkMessageContent toLinkMessageContent() { method Article (line 130) | public Article() { FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/CallStartMessageContent.java class CallStartMessageContent (line 30) | public class CallStartMessageContent extends MessageContent { method CallStartMessageContent (line 58) | public CallStartMessageContent() { method CallStartMessageContent (line 61) | public CallStartMessageContent(String callId, List targetIds, ... method getCallId (line 67) | public String getCallId() { method setCallId (line 71) | public void setCallId(String callId) { method getConnectTime (line 75) | public long getConnectTime() { method setConnectTime (line 79) | public void setConnectTime(long connectTime) { method getEndTime (line 83) | public long getEndTime() { method setEndTime (line 87) | public void setEndTime(long endTime) { method getStatus (line 91) | public int getStatus() { method setStatus (line 95) | public void setStatus(int status) { method isAudioOnly (line 99) | public boolean isAudioOnly() { method setAudioOnly (line 103) | public void setAudioOnly(boolean audioOnly) { method getTargetIds (line 107) | public List getTargetIds() { method setTargetIds (line 111) | public void setTargetIds(List targetIds) { method getPin (line 115) | public String getPin() { method setPin (line 119) | public void setPin(String pin) { method getType (line 123) | public int getType() { method setType (line 127) | public void setType(int type) { method getContentType (line 131) | @Override method getPersistFlag (line 136) | @Override method encode (line 141) | @Override method decode (line 183) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/CardMessageContent.java class CardMessageContent (line 26) | public class CardMessageContent extends MessageContent { method CardMessageContent (line 38) | public CardMessageContent() { method CardMessageContent (line 41) | public CardMessageContent(int type, String target, String displayName,... method getTarget (line 49) | public String getTarget() { method setTarget (line 53) | public void setTarget(String target) { method getName (line 57) | public String getName() { method setName (line 61) | public void setName(String name) { method getDisplayName (line 65) | public String getDisplayName() { method setDisplayName (line 69) | public void setDisplayName(String displayName) { method getPortrait (line 73) | public String getPortrait() { method setPortrait (line 77) | public void setPortrait(String portrait) { method getType (line 81) | public int getType() { method setType (line 85) | public void setType(int type) { method getFrom (line 89) | public String getFrom() { method setFrom (line 93) | public void setFrom(String from) { method getContentType (line 97) | @Override method getPersistFlag (line 102) | @Override method encode (line 107) | @Override method decode (line 123) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/DeleteMessageContent.java class DeleteMessageContent (line 15) | public class DeleteMessageContent extends MessageContent { method DeleteMessageContent (line 20) | public DeleteMessageContent() { method getMessageId (line 23) | public long getMessageId() { method getOperatorId (line 27) | public String getOperatorId() { method getContentType (line 32) | @Override method getPersistFlag (line 37) | @Override method encode (line 42) | @Override method decode (line 47) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/FileMessageContent.java class FileMessageContent (line 18) | public class FileMessageContent extends MediaMessageContent { method getContentType (line 24) | @Override method getPersistFlag (line 29) | @Override method encode (line 34) | @Override method getName (line 43) | public String getName() { method getSize (line 47) | public int getSize() { method setName (line 51) | public void setName(String name) { method setSize (line 55) | public void setSize(int size) { method decode (line 59) | @Override method getMediaType (line 71) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/ImageMessageContent.java class ImageMessageContent (line 20) | public class ImageMessageContent extends MediaMessageContent { method setThumbnailBytes (line 24) | public void setThumbnailBytes(byte[] thumbnailBytes) { method getThumbnailBytes (line 28) | public byte[] getThumbnailBytes() { method getContentType (line 32) | @Override method getPersistFlag (line 37) | @Override method encode (line 42) | @Override method decode (line 54) | @Override method getMediaType (line 62) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/LinkMessageContent.java class LinkMessageContent (line 23) | public class LinkMessageContent extends MessageContent { method LinkMessageContent (line 29) | public LinkMessageContent() { method LinkMessageContent (line 32) | public LinkMessageContent(String title, String url) { method getContentDigest (line 37) | public String getContentDigest() { method setContentDigest (line 41) | public void setContentDigest(String contentDigest) { method getTitle (line 45) | public String getTitle() { method setTitle (line 49) | public void setTitle(String title) { method getUrl (line 53) | public String getUrl() { method setUrl (line 57) | public void setUrl(String url) { method getThumbnailUrl (line 61) | public String getThumbnailUrl() { method setThumbnailUrl (line 65) | public void setThumbnailUrl(String thumbnailUrl) { method getContentType (line 69) | @Override method getPersistFlag (line 74) | @Override method encode (line 79) | @Override method decode (line 93) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/LocationMessageContent.java class LocationMessageContent (line 22) | public class LocationMessageContent extends MessageContent { method LocationMessageContent (line 28) | public LocationMessageContent() { method getTitle (line 31) | public String getTitle() { method setTitle (line 35) | public void setTitle(String title) { method getThumbnailByte (line 39) | public byte[] getThumbnailByte() { method setThumbnailByte (line 43) | public void setThumbnailByte(byte[] thumbnailByte) { method getLongitude (line 47) | public double getLongitude() { method setLongitude (line 51) | public void setLongitude(double longitude) { method getLatitude (line 55) | public double getLatitude() { method setLatitude (line 59) | public void setLatitude(double latitude) { method getContentType (line 63) | @Override method getPersistFlag (line 68) | @Override method encode (line 73) | @Override method decode (line 89) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/MediaMessageContent.java class MediaMessageContent (line 12) | abstract public class MediaMessageContent extends MessageContent { method getRemoteMediaUrl (line 15) | public String getRemoteMediaUrl() { method setRemoteMediaUrl (line 19) | public void setRemoteMediaUrl(String remoteMediaUrl) { method encode (line 23) | @Override method decode (line 31) | @Override method getMediaType (line 37) | protected abstract int getMediaType(); FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/MessageContent.java class MessageContent (line 14) | public abstract class MessageContent { method mentionedType (line 18) | public MessageContent mentionedType(int mentionedType) { method mentionedTargets (line 22) | public MessageContent mentionedTargets(List mentionedTargets) { method extra (line 27) | public MessageContent extra(String extra) { method encode (line 32) | public MessagePayload encode() { method decode (line 42) | protected void decode(MessagePayload payload) { method getContentType (line 47) | abstract public int getContentType(); method getPersistFlag (line 48) | abstract public int getPersistFlag(); FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/MessageContentFactory.java class MessageContentFactory (line 23) | public class MessageContentFactory { method decodeMessage (line 55) | public static Message decodeMessage(WFCMessage.Message protoMessage) { method decodeMessageContent (line 67) | public static MessageContent decodeMessageContent(WFCMessage.MessageCo... method decodeMessageContent (line 72) | public static MessageContent decodeMessageContent(MessagePayload messa... method registerCustomMessageContent (line 90) | public static void registerCustomMessageContent(Class getTargets() { method setTargets (line 116) | public void setTargets(List targets) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/NotDeliveredMessageContent.java class NotDeliveredMessageContent (line 26) | public class NotDeliveredMessageContent extends MessageContent { method getContentType (line 55) | @Override method getPersistFlag (line 60) | @Override method encode (line 65) | @Override method decode (line 81) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/PTTSoundMessageContent.java class PTTSoundMessageContent (line 19) | public class PTTSoundMessageContent extends SoundMessageContent { method PTTSoundMessageContent (line 21) | public PTTSoundMessageContent() { method encode (line 26) | @Override method getContentType (line 34) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/RecallMessageContent.java class RecallMessageContent (line 19) | public class RecallMessageContent extends MessageContent { method RecallMessageContent (line 36) | public RecallMessageContent() { method getMessageId (line 39) | public long getMessageId() { method getOperatorId (line 43) | public String getOperatorId() { method getOriginalSender (line 47) | public String getOriginalSender() { method getOriginalContentType (line 51) | public int getOriginalContentType() { method getOriginalSearchableContent (line 55) | public String getOriginalSearchableContent() { method getOriginalContent (line 59) | public String getOriginalContent() { method getOriginalExtra (line 63) | public String getOriginalExtra() { method getOriginalMessageTimestamp (line 67) | public long getOriginalMessageTimestamp() { method getOriginalBinaryContent (line 71) | public byte[] getOriginalBinaryContent() { method getOriginalMediaType (line 75) | public int getOriginalMediaType() { method getOriginalMediaUrl (line 79) | public String getOriginalMediaUrl() { method getContentType (line 83) | @Override method getPersistFlag (line 88) | @Override method encode (line 93) | @Override method decode (line 98) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/RichNotificationMessageContent.java class RichNotificationMessageContent (line 19) | public class RichNotificationMessageContent extends MessageContent { method RichNotificationMessageContent (line 30) | public RichNotificationMessageContent() { method RichNotificationMessageContent (line 33) | public RichNotificationMessageContent(String title, String desc, Strin... method title (line 39) | public RichNotificationMessageContent title(String title) { method desc (line 44) | public RichNotificationMessageContent desc(String desc) { method exUrl (line 49) | public RichNotificationMessageContent exUrl(String exUrl) { method remark (line 54) | public RichNotificationMessageContent remark(String remark) { method exName (line 58) | public RichNotificationMessageContent exName(String exName) { method exPortrait (line 62) | public RichNotificationMessageContent exPortrait(String exPortrait) { method appId (line 66) | public RichNotificationMessageContent appId(String appId) { method addItem (line 70) | public RichNotificationMessageContent addItem(String key, String value) { method addItem (line 73) | public RichNotificationMessageContent addItem(String key, String value... method getContentType (line 87) | @Override method getPersistFlag (line 92) | @Override method encode (line 97) | @Override method decode (line 121) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/SoundMessageContent.java class SoundMessageContent (line 14) | public class SoundMessageContent extends MediaMessageContent { method SoundMessageContent (line 18) | public SoundMessageContent() { method SoundMessageContent (line 21) | public SoundMessageContent(int duration) { method getDuration (line 25) | public int getDuration() { method setDuration (line 29) | public void setDuration(int duration) { method getContentType (line 33) | @Override method getPersistFlag (line 38) | @Override method decode (line 43) | @Override method encode (line 48) | @Override method getMediaType (line 57) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/StickerMessageContent.java class StickerMessageContent (line 22) | public class StickerMessageContent extends MediaMessageContent { method getWidth (line 26) | public int getWidth() { method setWidth (line 30) | public void setWidth(int width) { method getHeight (line 34) | public int getHeight() { method setHeight (line 38) | public void setHeight(int height) { method encode (line 42) | @Override method decode (line 55) | @Override method getMediaType (line 67) | @Override method getContentType (line 72) | @Override method getPersistFlag (line 77) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/StreamTextGeneratedMessageContent.java class StreamTextGeneratedMessageContent (line 13) | public class StreamTextGeneratedMessageContent extends MessageContent { method StreamTextGeneratedMessageContent (line 18) | public StreamTextGeneratedMessageContent() { method StreamTextGeneratedMessageContent (line 21) | public StreamTextGeneratedMessageContent(String text, String streamId) { method text (line 26) | public StreamTextGeneratedMessageContent text(String text) { method streamId (line 31) | public StreamTextGeneratedMessageContent streamId(String streamId) { method getContentType (line 36) | @Override method getPersistFlag (line 41) | @Override method decode (line 46) | @Override method encode (line 53) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/StreamTextGeneratingMessageContent.java class StreamTextGeneratingMessageContent (line 13) | public class StreamTextGeneratingMessageContent extends MessageContent { method StreamTextGeneratingMessageContent (line 18) | public StreamTextGeneratingMessageContent() { method StreamTextGeneratingMessageContent (line 21) | public StreamTextGeneratingMessageContent(String text, String streamId) { method text (line 26) | public StreamTextGeneratingMessageContent text(String text) { method streamId (line 31) | public StreamTextGeneratingMessageContent streamId(String streamId) { method getContentType (line 36) | @Override method getPersistFlag (line 41) | @Override method decode (line 46) | @Override method encode (line 53) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/TextMessageContent.java class TextMessageContent (line 20) | public class TextMessageContent extends MessageContent { method TextMessageContent (line 25) | public TextMessageContent() { method TextMessageContent (line 28) | public TextMessageContent(String text) { method text (line 32) | public TextMessageContent text(String text) { method getText (line 37) | public String getText() { method setText (line 41) | public void setText(String text) { method getQuoteInfo (line 45) | public QuoteInfo getQuoteInfo() { method setQuoteInfo (line 49) | public void setQuoteInfo(QuoteInfo quoteInfo) { method getContentType (line 53) | @Override method getPersistFlag (line 58) | @Override method encode (line 63) | @Override method decode (line 73) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/TipNotificationMessageContent.java class TipNotificationMessageContent (line 17) | public class TipNotificationMessageContent extends MessageContent { method TipNotificationMessageContent (line 20) | public TipNotificationMessageContent() { method getTip (line 23) | public String getTip() { method setTip (line 27) | public void setTip(String tip) { method encode (line 31) | @Override method decode (line 39) | @Override method getContentType (line 45) | @Override method getPersistFlag (line 50) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/TypingMessageContent.java class TypingMessageContent (line 17) | public class TypingMessageContent extends MessageContent { method TypingMessageContent (line 26) | public TypingMessageContent() { method TypingMessageContent (line 29) | public TypingMessageContent(int typingType) { method getTypingType (line 33) | public int getTypingType() { method setTypingType (line 37) | public void setTypingType(int typingType) { method getContentType (line 41) | @Override method getPersistFlag (line 46) | @Override method encode (line 51) | @Override method decode (line 58) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/UnknownMessageContent.java class UnknownMessageContent (line 13) | public class UnknownMessageContent extends MessageContent { method UnknownMessageContent (line 17) | public UnknownMessageContent() { method getContentType (line 20) | @Override method getPersistFlag (line 25) | @Override method encode (line 30) | @Override method decode (line 35) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/VideoMessageContent.java class VideoMessageContent (line 30) | public class VideoMessageContent extends MediaMessageContent { method VideoMessageContent (line 35) | public VideoMessageContent() { method setThumbnailBytes (line 38) | public VideoMessageContent setThumbnailBytes(byte[] thumbnailBytes) { method getThumbnailBytes (line 43) | public byte[] getThumbnailBytes() { method setDuration (line 47) | public void setDuration(long duration) { method getDuration (line 51) | public long getDuration() { method getContentType (line 55) | @Override method getPersistFlag (line 60) | @Override method encode (line 65) | @Override method decode (line 80) | @Override method getMediaType (line 96) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/model/IMResult.java class IMResult (line 13) | public class IMResult { method getCode (line 19) | public int getCode() { method setCode (line 23) | public void setCode(int code) { method getErrorCode (line 27) | public ErrorCode getErrorCode() { method getMsg (line 31) | public String getMsg() { method setMsg (line 35) | public void setMsg(String msg) { method getResult (line 39) | public T getResult() { method setResult (line 43) | public void setResult(T result) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/model/Message.java class Message (line 14) | public class Message { FILE: sdk/src/main/java/cn/wildfirechat/sdk/model/QuoteInfo.java class QuoteInfo (line 16) | public class QuoteInfo { method getMessageUid (line 22) | public long getMessageUid() { method setMessageUid (line 26) | public void setMessageUid(long messageUid) { method getUserId (line 30) | public String getUserId() { method setUserId (line 34) | public void setUserId(String userId) { method getUserDisplayName (line 38) | public String getUserDisplayName() { method setUserDisplayName (line 42) | public void setUserDisplayName(String userDisplayName) { method getMessageDigest (line 46) | public String getMessageDigest() { method setMessageDigest (line 50) | public void setMessageDigest(String messageDigest) { method encode (line 54) | public JSONObject encode() { method decode (line 65) | public void decode(JSONObject object) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/utilities/AdminHttpUtils.java class AdminHttpUtils (line 31) | public class AdminHttpUtils extends HttpUtils { method getHttpClient (line 50) | public static CloseableHttpClient getHttpClient() { method init (line 58) | public static void init(String url, String secret) { method init (line 68) | public static synchronized void init(String url, String secret, int ti... method httpGet (line 111) | public static IMResult httpGet(String path, Class clazz) thr... method httpJsonPost (line 131) | public static IMResult httpJsonPost(String path, Object object,... FILE: sdk/src/main/java/cn/wildfirechat/sdk/utilities/ChannelHttpUtils.java class ChannelHttpUtils (line 40) | public class ChannelHttpUtils extends HttpUtils implements Closeable { method checkPort (line 50) | private void checkPort() { method ChannelHttpUtils (line 60) | public ChannelHttpUtils(String imurl, String channelId, String secret) { method httpJsonPost (line 96) | public IMResult httpJsonPost(String path, Object object, Class<... method getChannelId (line 112) | public String getChannelId() { method getChannelSecret (line 116) | public String getChannelSecret() { method close (line 120) | @Override FILE: sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java class ClassUtil (line 28) | public class ClassUtil { method getAllAssignedClass (line 38) | public static List> getAllAssignedClass(Class cls) throws ... method getClasses (line 57) | public static List> getClasses(Class cls) throws IOException, method getClasses (line 91) | private static List> getClasses(File dir, String pk) throws C... method getClassName (line 118) | public static List getClassName(String packageName, boolean ch... method getClassNameByFile (line 143) | private static List getClassNameByFile(String filePath, List getClassNameByJar(String jarPath, boolean ... method getClassNameByJars (line 224) | private static List getClassNameByJars(URL[] urls, String pack... FILE: sdk/src/main/java/cn/wildfirechat/sdk/utilities/HttpUtils.java class HttpUtils (line 42) | public class HttpUtils extends JsonUtils { type HeaderCallback (line 47) | public static interface HeaderCallback { method addHeaders (line 48) | public void addHeaders(HttpPost httpPost); method httpJsonPost (line 52) | public static IMResult httpJsonPost(String adminUrl, String adm... method validateInitStatus (line 87) | protected static void validateInitStatus(String adminUrl, String admin... method handleResponse (line 98) | protected static IMResult handleResponse(HttpResponse response,... method readResponseContent (line 124) | protected static String readResponseContent(HttpResponse response) thr... method truncateLogContent (line 149) | protected static String truncateLogContent(String content) { method maskSecret (line 160) | protected static String maskSecret(String secret) { method isNullOrEmpty (line 170) | public static boolean isNullOrEmpty(String str) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/utilities/JsonUtils.java class JsonUtils (line 15) | public class JsonUtils { method fromJsonObject (line 17) | public static IMResult fromJsonObject(String content, Class ... method fromJsonObject2 (line 25) | public static MeshRestResult fromJsonObject2(String content, Cl... method fromJsonObject3 (line 33) | public static T fromJsonObject3(String content, Class cls, C... method isNullOrEmpty (line 41) | public static boolean isNullOrEmpty(String str) { FILE: sdk/src/main/java/cn/wildfirechat/sdk/utilities/RobotHttpUtils.java class RobotHttpUtils (line 41) | public class RobotHttpUtils extends HttpUtils implements Closeable { method checkPort (line 52) | private void checkPort() { method RobotHttpUtils (line 62) | public RobotHttpUtils(String url, String robotId, String robotSecret) { method httpJsonPost (line 99) | public IMResult httpJsonPost(String path, Object object, Class<... method getRobotId (line 115) | public String getRobotId() { method getRobotSecret (line 119) | public String getRobotSecret() { method getHttpClient (line 123) | public CloseableHttpClient getHttpClient() { method close (line 127) | @Override FILE: sdk/src/main/java/ikidou/reflect/TypeBuilder.java class TypeBuilder (line 27) | public class TypeBuilder { method TypeBuilder (line 33) | private TypeBuilder(Class raw, TypeBuilder parent) { method newInstance (line 39) | public static TypeBuilder newInstance(Class raw) { method newInstance (line 43) | private static TypeBuilder newInstance(Class raw, TypeBuilder parent) { method beginSubType (line 48) | public TypeBuilder beginSubType(Class raw) { method endSubType (line 52) | public TypeBuilder endSubType() { method addTypeParam (line 62) | public TypeBuilder addTypeParam(Class clazz) { method addTypeParamExtends (line 66) | public TypeBuilder addTypeParamExtends(Class... classes) { method addTypeParamSuper (line 76) | public TypeBuilder addTypeParamSuper(Class... classes) { method addTypeParam (line 86) | public TypeBuilder addTypeParam(Type type) { method build (line 96) | public Type build() { method getType (line 104) | private Type getType() { FILE: sdk/src/main/java/ikidou/reflect/TypeToken.java class TypeToken (line 24) | public abstract class TypeToken { method TypeToken (line 27) | public TypeToken() { method getType (line 36) | public Type getType() { FILE: sdk/src/main/java/ikidou/reflect/exception/TypeException.java class TypeException (line 19) | public class TypeException extends RuntimeException { method TypeException (line 20) | public TypeException() { method TypeException (line 23) | public TypeException(String message) { method TypeException (line 27) | public TypeException(String message, Throwable cause) { method TypeException (line 31) | public TypeException(Throwable cause) { method TypeException (line 35) | public TypeException(String message, Throwable cause, boolean enableSu... FILE: sdk/src/main/java/ikidou/reflect/typeimpl/ParameterizedTypeImpl.java class ParameterizedTypeImpl (line 26) | @SuppressWarnings("SpellCheckingInspection") method ParameterizedTypeImpl (line 32) | public ParameterizedTypeImpl(Class raw, Type[] args, Type owner) { method checkArgs (line 39) | private void checkArgs() { method getActualTypeArguments (line 49) | @Override method getRawType (line 54) | @Override method getOwnerType (line 59) | @Override method toString (line 64) | @Override method equals (line 102) | @Override method hashCode (line 116) | @Override FILE: sdk/src/main/java/ikidou/reflect/typeimpl/WildcardTypeImpl.java class WildcardTypeImpl (line 23) | public class WildcardTypeImpl implements WildcardType { method WildcardTypeImpl (line 27) | public WildcardTypeImpl(Class[] lower, Class[] upper) { method checkArgs (line 34) | private void checkArgs() { method checkArgs (line 43) | private void checkArgs(Class[] args) { method getUpperBounds (line 52) | @Override method getLowerBounds (line 57) | @Override method toString (line 62) | @Override method getTypeString (line 74) | private String getTypeString(String prefix, Class[] type) { method equals (line 89) | @Override method hashCode (line 100) | @Override