MCPcopy Create free account

hub / github.com/wildfirechat/im-server / functions

Functions9,418 in github.com/wildfirechat/im-server

↓ 2 callersMethodaddUserInfo
(WFCMessage.User user)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:151
↓ 2 callersMethodallowGroupMember
允许/禁止群成员 @param groupId 群组ID @param groupMemberIds 成员用户ID列表 @param isAllow 是否允许 @param to_lines 指定线路 @param notify_message 通知消息 @return 操作结果 @throws E
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:473
↓ 2 callersMethodallowGroupMemeber
允许或禁止群组成员发言 @param operator 操作者用户ID @param groupId 群组ID @param groupMemberIds 成员用户ID列表 @param isAllow true-允许,false-禁止 @param to_lines 消息同步到的线路列表 @par
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:248
↓ 2 callersMethodassignDefaults
()
broker/src/main/java/io/moquette/server/config/IConfig.java:35
↓ 2 callersMethodbatchGroupInfos
批量获取群组信息 @param groupIds 群组ID列表 @return 群组信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:72
↓ 2 callersMethodbuildMqttSession
(ClientSession session)
broker/src/main/java/io/moquette/server/ConnectionDescriptorStore.java:148
↓ 2 callersMethodbyteValue
()
broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectReturnCode.java:74
↓ 2 callersMethodcallbackChatroomInfoUpdateEvent
(String chatroomId, int type)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:1681
↓ 2 callersMethodcallbackChatroomMemberEvent
(String operatorId, String chatroomId, List<String> memberIds, int type)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:1697
↓ 2 callersMethodcanAddGroupMembers
(String operator, List<WFCMessage.GroupMember> memberList, Map<String, Integer> failedMembers)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:105
↓ 2 callersMethodcanDoOperation
(Topic topic, Authorization.Permission permission, String username, String client)
broker/src/main/java/io/moquette/spi/impl/security/AuthorizationsCollector.java:116
↓ 2 callersMethodcanSendMessageInGroup
(String member, String groupId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:126
↓ 2 callersMethodcanWrite
Ask the implementation of the authorizator if the topic can be used in a publish. @param topic the topic to write to. @param user
broker/src/main/java/io/moquette/spi/security/IAuthorizator.java:40
↓ 2 callersMethodcheckUserBlockStatus
检查用户封禁状态 @param userId 用户ID @return 用户封禁状态 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:273
↓ 2 callersMethodcleanSession
(String userId, String clientID)
broker/src/main/java/io/moquette/spi/ISessionsStore.java:156
↓ 2 callersMethodclearAddress
<code>optional string address = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28665
↓ 2 callersMethodclearCallback
<code>optional string callback = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:30185
↓ 2 callersMethodclearCompany
<code>optional string company = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28739
↓ 2 callersMethodclearEmail
<code>optional string email = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28591
↓ 2 callersMethodclearExtra
<code>optional string extra = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28813
↓ 2 callersMethodclearGender
<code>optional int32 gender = 11;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28892
↓ 2 callersMethodclearSocial
<code>optional string social = 12;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28953
↓ 2 callersMethodclose
()
broker/src/main/java/io/moquette/server/ConnectionDescriptor.java:82
↓ 2 callersMethodcommit
()
broker/src/main/java/win/liyufan/im/DBUtil.java:300
↓ 2 callersMethodcomputeMetrics
()
broker/src/main/java/io/moquette/server/netty/metrics/BytesMetricsCollector.java:29
↓ 2 callersMethodconvertUserKey
(String userKey)
broker/src/main/java/io/moquette/spi/security/DES.java:158
↓ 2 callersMethodconvertUserKey
(String userKey)
broker/src/main/java/io/moquette/spi/impl/security/AES.java:106
↓ 2 callersMethodcreateAuthorization
(String line, String[] tokens)
broker/src/main/java/io/moquette/spi/impl/security/AuthorizationsCollector.java:89
↓ 2 callersMethodcreateChannel
创建频道 @param inputCreateChannel 频道创建信息 @return 创建结果,包含频道ID @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java:30
↓ 2 callersMethodcreateGroup
创建群组 @param operator 操作者用户ID @param group_info 群组信息 @param members 群组成员列表 @param member_extra 成员额外信息 @param to_lines 消息同步到的线路列表 @param notify_message
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:37
↓ 2 callersMethodcreateRobot
创建机器人 @param robot 机器人信息 @return 创建结果,包含机器人ID和Token @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:195
↓ 2 callersMethodcreateRoom
创建会议房间 @param roomId 房间ID @param description 描述 @param pin 房间密码 @param maxPublisher 最大推流数 @param advance 是否使用高级模式 @param bitrate 比特率 @param recording
sdk/src/main/java/cn/wildfirechat/sdk/ConferenceAdmin.java:75
↓ 2 callersMethoddecrypt
Description 根据键值进行解密 @param data @return @throws IOException @throws Exception
broker/src/main/java/io/moquette/spi/impl/DesUtil.java:45
↓ 2 callersMethoddecryptDES
(String decryptString)
broker/src/main/java/io/moquette/spi/security/DES.java:19
↓ 2 callersMethoddefaultConfig
()
broker/src/main/java/io/moquette/server/Server.java:157
↓ 2 callersMethoddeleteMessage
(long messageId)
broker/src/main/java/io/moquette/persistence/DatabaseStore.java:1026
↓ 2 callersMethoddeleteMomentsComment
删除朋友圈评论 @param feedId 动态ID @param commentId 评论ID @return 操作结果 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:759
↓ 2 callersMethoddisableSession
(String userId, String clientId)
broker/src/main/java/io/moquette/spi/ISessionsStore.java:155
↓ 2 callersMethoddisconnect
(String userId, boolean cleanSession, boolean disableSession)
broker/src/main/java/io/moquette/spi/ClientSession.java:112
↓ 2 callersMethoddismissGroup
解散群组 @param operator 操作者用户ID @param groupId 群组ID @param to_lines 消息同步到的线路列表 @param notify_message 通知消息 @return 解散结果 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:86
↓ 2 callersMethoddismissGroup
(String operator, String groupId, boolean isAdmin)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:111
↓ 2 callersMethoddoAction
(Request request, Response response)
broker/src/main/java/com/xiaoleilu/loServer/action/Action.java:123
↓ 2 callersMethoddoFilter
执行过滤 @param request 请求对象 @param response 响应对象 @return 如果返回true,则继续执行下一步内容,否则中断
broker/src/main/java/com/xiaoleilu/loServer/filter/Filter.java:19
↓ 2 callersMethoddoUploadFile
执行文件上传的公共方法 <p> 根据服务器类型选择不同的上传方式: <ul> <li>type = 1(七牛云):使用 POST + multipart/form-data 表单上传</li> <li>type = 其他(阿里云、Minio等):使用 PUT + 二进制流上传</li> </ul>
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:1009
↓ 2 callersMethoddoUploadFile
执行文件上传的公共方法 <p> 根据服务器类型选择不同的上传方式: <ul> <li>type = 1(七牛云):使用 POST + multipart/form-data 表单上传</li> <li>type = 其他(阿里云、Minio等):使用 PUT + 二进制流上传</li> </ul>
sdk/src/main/java/cn/wildfirechat/sdk/GeneralAdmin.java:424
↓ 2 callersMethodduplicate
()
broker/src/main/java/io/netty/handler/codec/mqtt/MqttPublishMessage.java:55
↓ 2 callersMethodencode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/SoundMessageContent.java:48
↓ 2 callersMethodencode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/ImageMessageContent.java:42
↓ 2 callersMethodencode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/VideoMessageContent.java:65
↓ 2 callersMethodencode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/LocationMessageContent.java:73
↓ 2 callersMethodencodeMessageWithOnlySingleByteFixedHeader
( ByteBufAllocator byteBufAllocator, MqttMessage message)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttEncoder.java:577
↓ 2 callersMethodencrypt
Description 根据键值进行加密 @param data @return @throws Exception
broker/src/main/java/io/moquette/spi/impl/DesUtil.java:32
↓ 2 callersMethodencryptDES
(String encryptString)
broker/src/main/java/io/moquette/spi/security/DES.java:39
↓ 2 callersMethodensureSecretLength
(String secret)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:4212
↓ 2 callersMethodensureSubscriptionsExist
()
broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessageBuilders.java:256
↓ 2 callersMethodequals
(Object obj)
broker/src/main/java/io/moquette/spi/impl/subscriptions/Topic.java:159
↓ 2 callersMethodforceCleanOnlineStatus
(String userId, String clientId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:142
↓ 2 callersMethodforwardMessageWithCallback
(final WFCMessage.Message message, String fromClientId, String forwardUrl, HttpUtils.HttpCallback callback)
broker/src/main/java/io/moquette/spi/impl/MessagesPublisher.java:820
↓ 2 callersMethodfrom
(int messageId)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessageIdVariableHeader.java:29
↓ 2 callersMethodfromProto
(WFCMessage.GroupInfo groupInfo)
common/src/main/java/cn/wildfirechat/pojos/PojoGroupInfo.java:181
↓ 2 callersMethodfromUserPropertyCollection
(Collection<UserProperty> properties)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java:230
↓ 2 callersMethodgenerateToken
(String username)
broker/src/main/java/io/moquette/spi/impl/security/TokenAuthenticator.java:29
↓ 2 callersMethodgetAction
获得路径对应的Action @param path 路径,为空时将获得 根目录对应的Action @return Action
broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java:230
↓ 2 callersMethodgetActionMap
@return 获取ActionMap
broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java:198
↓ 2 callersMethodgetActualTypeArguments
()
sdk/src/main/java/ikidou/reflect/typeimpl/ParameterizedTypeImpl.java:49
↓ 2 callersMethodgetAddress
()
common/src/main/java/cn/wildfirechat/pojos/InputCreateRobot.java:154
↓ 2 callersMethodgetAddressBytes
<code>optional string address = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27476
↓ 2 callersMethodgetAliasBytes
<code>optional string alias = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:3821
↓ 2 callersMethodgetAliasBytes
<code>required string alias = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:45073
↓ 2 callersMethodgetAliasBytes
<code>optional string alias = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:50040
↓ 2 callersMethodgetAllAssignedClass
获取同一路径下所有子类或接口实现类 @param cls @return @throws IOException @throws ClassNotFoundException
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:31
↓ 2 callersMethodgetAllEnds
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:101
↓ 2 callersMethodgetAppBytes
<code>optional string app = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60396
↓ 2 callersMethodgetAppIdBytes
<code>optional string app_id = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6106
↓ 2 callersMethodgetAppIdBytes
<code>required string appId = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66542
↓ 2 callersMethodgetAppNameBytes
<code>required string app_name = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31185
↓ 2 callersMethodgetAppPage
<code>optional string app_page = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5605
↓ 2 callersMethodgetAppPageBytes
<code>optional string app_page = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6149
↓ 2 callersMethodgetAppType
<code>required int32 appType = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66355
↓ 2 callersMethodgetAppVersionBytes
<code>optional string app_version = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60686
↓ 2 callersMethodgetArticleId
<code>optional string article_id = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5575
↓ 2 callersMethodgetArticleIdBytes
<code>optional string article_id = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6063
↓ 2 callersMethodgetBeforeUid
<code>required int64 before_uid = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63214
↓ 2 callersMethodgetBlackListExceptionTypes
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:285
↓ 2 callersMethodgetBlacked
()
broker/src/main/java/com/xiaoleilu/loServer/model/FriendData.java:76
↓ 2 callersMethodgetCallback
获取机器人消息回调地址 @return 回调信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:237
↓ 2 callersMethodgetCallbackBytes
<code>optional string callback = 10;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:9153
↓ 2 callersMethodgetCallbackBytes
<code>optional string callback = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:29465
↓ 2 callersMethodgetCarrierNameBytes
<code>optional string carrier_name = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60643
↓ 2 callersMethodgetChannel
()
broker/src/main/java/io/moquette/server/ConnectionDescriptor.java:159
↓ 2 callersMethodgetChannelId
()
common/src/main/java/cn/wildfirechat/pojos/InputSubscribeChannelBatch.java:27
↓ 2 callersMethodgetChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:10838
↓ 2 callersMethodgetChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:11555
↓ 2 callersMethodgetChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12193
↓ 2 callersMethodgetChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12776
↓ 2 callersMethodgetChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14096
↓ 2 callersMethodgetChannelInfo
获取频道信息 @param channelId 频道ID @return 频道信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java:53
↓ 2 callersMethodgetChannelInfoList
(int count, int offset, boolean withDeleted)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:237
↓ 2 callersMethodgetChannelListenerCount
(String channelId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:240
↓ 2 callersMethodgetChannelListenerList
(String channelId, int count, int offset)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:241
← previousnext →801–900 of 9,418, ranked by callers