Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wildfirechat/im-server
/ functions
Functions
9,418 in github.com/wildfirechat/im-server
⨍
Functions
9,418
◇
Types & classes
953
↓ 2 callers
Method
addUserInfo
(WFCMessage.User user)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:151
↓ 2 callers
Method
allowGroupMember
允许/禁止群成员 @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 callers
Method
allowGroupMemeber
允许或禁止群组成员发言 @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 callers
Method
assignDefaults
()
broker/src/main/java/io/moquette/server/config/IConfig.java:35
↓ 2 callers
Method
batchGroupInfos
批量获取群组信息 @param groupIds 群组ID列表 @return 群组信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:72
↓ 2 callers
Method
buildMqttSession
(ClientSession session)
broker/src/main/java/io/moquette/server/ConnectionDescriptorStore.java:148
↓ 2 callers
Method
byteValue
()
broker/src/main/java/io/netty/handler/codec/mqtt/MqttConnectReturnCode.java:74
↓ 2 callers
Method
callbackChatroomInfoUpdateEvent
(String chatroomId, int type)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:1681
↓ 2 callers
Method
callbackChatroomMemberEvent
(String operatorId, String chatroomId, List<String> memberIds, int type)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:1697
↓ 2 callers
Method
canAddGroupMembers
(String operator, List<WFCMessage.GroupMember> memberList, Map<String, Integer> failedMembers)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:105
↓ 2 callers
Method
canDoOperation
(Topic topic, Authorization.Permission permission, String username, String client)
broker/src/main/java/io/moquette/spi/impl/security/AuthorizationsCollector.java:116
↓ 2 callers
Method
canSendMessageInGroup
(String member, String groupId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:126
↓ 2 callers
Method
canWrite
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 callers
Method
checkUserBlockStatus
检查用户封禁状态 @param userId 用户ID @return 用户封禁状态 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:273
↓ 2 callers
Method
cleanSession
(String userId, String clientID)
broker/src/main/java/io/moquette/spi/ISessionsStore.java:156
↓ 2 callers
Method
clearAddress
<code>optional string address = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28665
↓ 2 callers
Method
clearCallback
<code>optional string callback = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:30185
↓ 2 callers
Method
clearCompany
<code>optional string company = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28739
↓ 2 callers
Method
clearEmail
<code>optional string email = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28591
↓ 2 callers
Method
clearExtra
<code>optional string extra = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28813
↓ 2 callers
Method
clearGender
<code>optional int32 gender = 11;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28892
↓ 2 callers
Method
clearSocial
<code>optional string social = 12;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:28953
↓ 2 callers
Method
close
()
broker/src/main/java/io/moquette/server/ConnectionDescriptor.java:82
↓ 2 callers
Method
commit
()
broker/src/main/java/win/liyufan/im/DBUtil.java:300
↓ 2 callers
Method
computeMetrics
()
broker/src/main/java/io/moquette/server/netty/metrics/BytesMetricsCollector.java:29
↓ 2 callers
Method
convertUserKey
(String userKey)
broker/src/main/java/io/moquette/spi/security/DES.java:158
↓ 2 callers
Method
convertUserKey
(String userKey)
broker/src/main/java/io/moquette/spi/impl/security/AES.java:106
↓ 2 callers
Method
createAuthorization
(String line, String[] tokens)
broker/src/main/java/io/moquette/spi/impl/security/AuthorizationsCollector.java:89
↓ 2 callers
Method
createChannel
创建频道 @param inputCreateChannel 频道创建信息 @return 创建结果,包含频道ID @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java:30
↓ 2 callers
Method
createGroup
创建群组 @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 callers
Method
createRobot
创建机器人 @param robot 机器人信息 @return 创建结果,包含机器人ID和Token @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:195
↓ 2 callers
Method
createRoom
创建会议房间 @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 callers
Method
decrypt
Description 根据键值进行解密 @param data @return @throws IOException @throws Exception
broker/src/main/java/io/moquette/spi/impl/DesUtil.java:45
↓ 2 callers
Method
decryptDES
(String decryptString)
broker/src/main/java/io/moquette/spi/security/DES.java:19
↓ 2 callers
Method
defaultConfig
()
broker/src/main/java/io/moquette/server/Server.java:157
↓ 2 callers
Method
deleteMessage
(long messageId)
broker/src/main/java/io/moquette/persistence/DatabaseStore.java:1026
↓ 2 callers
Method
deleteMomentsComment
删除朋友圈评论 @param feedId 动态ID @param commentId 评论ID @return 操作结果 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:759
↓ 2 callers
Method
disableSession
(String userId, String clientId)
broker/src/main/java/io/moquette/spi/ISessionsStore.java:155
↓ 2 callers
Method
disconnect
(String userId, boolean cleanSession, boolean disableSession)
broker/src/main/java/io/moquette/spi/ClientSession.java:112
↓ 2 callers
Method
dismissGroup
解散群组 @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 callers
Method
dismissGroup
(String operator, String groupId, boolean isAdmin)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:111
↓ 2 callers
Method
doAction
(Request request, Response response)
broker/src/main/java/com/xiaoleilu/loServer/action/Action.java:123
↓ 2 callers
Method
doFilter
执行过滤 @param request 请求对象 @param response 响应对象 @return 如果返回true,则继续执行下一步内容,否则中断
broker/src/main/java/com/xiaoleilu/loServer/filter/Filter.java:19
↓ 2 callers
Method
doUploadFile
执行文件上传的公共方法 <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 callers
Method
doUploadFile
执行文件上传的公共方法 <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 callers
Method
duplicate
()
broker/src/main/java/io/netty/handler/codec/mqtt/MqttPublishMessage.java:55
↓ 2 callers
Method
encode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/SoundMessageContent.java:48
↓ 2 callers
Method
encode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/ImageMessageContent.java:42
↓ 2 callers
Method
encode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/VideoMessageContent.java:65
↓ 2 callers
Method
encode
()
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/LocationMessageContent.java:73
↓ 2 callers
Method
encodeMessageWithOnlySingleByteFixedHeader
( ByteBufAllocator byteBufAllocator, MqttMessage message)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttEncoder.java:577
↓ 2 callers
Method
encrypt
Description 根据键值进行加密 @param data @return @throws Exception
broker/src/main/java/io/moquette/spi/impl/DesUtil.java:32
↓ 2 callers
Method
encryptDES
(String encryptString)
broker/src/main/java/io/moquette/spi/security/DES.java:39
↓ 2 callers
Method
ensureSecretLength
(String secret)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:4212
↓ 2 callers
Method
ensureSubscriptionsExist
()
broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessageBuilders.java:256
↓ 2 callers
Method
equals
(Object obj)
broker/src/main/java/io/moquette/spi/impl/subscriptions/Topic.java:159
↓ 2 callers
Method
forceCleanOnlineStatus
(String userId, String clientId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:142
↓ 2 callers
Method
forwardMessageWithCallback
(final WFCMessage.Message message, String fromClientId, String forwardUrl, HttpUtils.HttpCallback callback)
broker/src/main/java/io/moquette/spi/impl/MessagesPublisher.java:820
↓ 2 callers
Method
from
(int messageId)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessageIdVariableHeader.java:29
↓ 2 callers
Method
fromProto
(WFCMessage.GroupInfo groupInfo)
common/src/main/java/cn/wildfirechat/pojos/PojoGroupInfo.java:181
↓ 2 callers
Method
fromUserPropertyCollection
(Collection<UserProperty> properties)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java:230
↓ 2 callers
Method
generateToken
(String username)
broker/src/main/java/io/moquette/spi/impl/security/TokenAuthenticator.java:29
↓ 2 callers
Method
getAction
获得路径对应的Action @param path 路径,为空时将获得 根目录对应的Action @return Action
broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java:230
↓ 2 callers
Method
getActionMap
@return 获取ActionMap
broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java:198
↓ 2 callers
Method
getActualTypeArguments
()
sdk/src/main/java/ikidou/reflect/typeimpl/ParameterizedTypeImpl.java:49
↓ 2 callers
Method
getAddress
()
common/src/main/java/cn/wildfirechat/pojos/InputCreateRobot.java:154
↓ 2 callers
Method
getAddressBytes
<code>optional string address = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27476
↓ 2 callers
Method
getAliasBytes
<code>optional string alias = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:3821
↓ 2 callers
Method
getAliasBytes
<code>required string alias = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:45073
↓ 2 callers
Method
getAliasBytes
<code>optional string alias = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:50040
↓ 2 callers
Method
getAllAssignedClass
获取同一路径下所有子类或接口实现类 @param cls @return @throws IOException @throws ClassNotFoundException
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:31
↓ 2 callers
Method
getAllEnds
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:101
↓ 2 callers
Method
getAppBytes
<code>optional string app = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60396
↓ 2 callers
Method
getAppIdBytes
<code>optional string app_id = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6106
↓ 2 callers
Method
getAppIdBytes
<code>required string appId = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66542
↓ 2 callers
Method
getAppNameBytes
<code>required string app_name = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31185
↓ 2 callers
Method
getAppPage
<code>optional string app_page = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5605
↓ 2 callers
Method
getAppPageBytes
<code>optional string app_page = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6149
↓ 2 callers
Method
getAppType
<code>required int32 appType = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66355
↓ 2 callers
Method
getAppVersionBytes
<code>optional string app_version = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60686
↓ 2 callers
Method
getArticleId
<code>optional string article_id = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5575
↓ 2 callers
Method
getArticleIdBytes
<code>optional string article_id = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6063
↓ 2 callers
Method
getBeforeUid
<code>required int64 before_uid = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63214
↓ 2 callers
Method
getBlackListExceptionTypes
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:285
↓ 2 callers
Method
getBlacked
()
broker/src/main/java/com/xiaoleilu/loServer/model/FriendData.java:76
↓ 2 callers
Method
getCallback
获取机器人消息回调地址 @return 回调信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:237
↓ 2 callers
Method
getCallbackBytes
<code>optional string callback = 10;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:9153
↓ 2 callers
Method
getCallbackBytes
<code>optional string callback = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:29465
↓ 2 callers
Method
getCarrierNameBytes
<code>optional string carrier_name = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60643
↓ 2 callers
Method
getChannel
()
broker/src/main/java/io/moquette/server/ConnectionDescriptor.java:159
↓ 2 callers
Method
getChannelId
()
common/src/main/java/cn/wildfirechat/pojos/InputSubscribeChannelBatch.java:27
↓ 2 callers
Method
getChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:10838
↓ 2 callers
Method
getChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:11555
↓ 2 callers
Method
getChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12193
↓ 2 callers
Method
getChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12776
↓ 2 callers
Method
getChannelIdBytes
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14096
↓ 2 callers
Method
getChannelInfo
获取频道信息 @param channelId 频道ID @return 频道信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java:53
↓ 2 callers
Method
getChannelInfoList
(int count, int offset, boolean withDeleted)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:237
↓ 2 callers
Method
getChannelListenerCount
(String channelId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:240
↓ 2 callers
Method
getChannelListenerList
(String channelId, int count, int offset)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:241
← previous
next →
801–900 of 9,418, ranked by callers