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
↓ 1 callers
Method
encodeUnsubscribeMessage
( ChannelHandlerContext ctx, MqttUnsubscribeMessage message)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttEncoder.java:322
↓ 1 callers
Method
enqueue
Enqueue a message to be sent to the client. @param message the message to enqueue.
broker/src/main/java/io/moquette/spi/ClientSession.java:158
↓ 1 callers
Method
equals
(Object obj)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java:199
↓ 1 callers
Method
exName
(String exName)
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/RichNotificationMessageContent.java:58
↓ 1 callers
Method
existSignatures
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:298
↓ 1 callers
Method
existsConferences
检查会议是否存在 @param conferenceId 会议ID @return true-存在,false-不存在 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ConferenceAdmin.java:43
↓ 1 callers
Method
failedBadSignature
(Channel session)
broker/src/main/java/io/moquette/spi/impl/ProtocolProcessor.java:489
↓ 1 callers
Method
failedBlocked
(Channel session)
broker/src/main/java/io/moquette/spi/impl/ProtocolProcessor.java:474
↓ 1 callers
Method
fallbackVariableHeader
( MqttMessageIdVariableHeader variableHeader)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttUnsubAckMessage.java:41
↓ 1 callers
Method
fetchMessage
(String user, String exceptClientId, long fromMessageId, int pullType)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:102
↓ 1 callers
Method
findMissingMids
(String cid, List<String> midList, boolean contain)
broker/src/main/java/io/moquette/persistence/DatabaseStore.java:4222
↓ 1 callers
Method
formatJson
格式化 @param jsonStr @return @author lizhgb @Date 2015-10-14 下午1:17:35 @Modified 2017-04-28 下午8:55:35
broker/src/main/java/win/liyufan/im/Utility.java:151
↓ 1 callers
Method
fromJsonObject
(String content, Class<T> clazz)
sdk/src/main/java/cn/wildfirechat/sdk/utilities/JsonUtils.java:17
↓ 1 callers
Method
fromPbInfo
(WFCMessage.ChannelMenu channelMenuMenu)
common/src/main/java/cn/wildfirechat/pojos/PojoChannelMenu.java:22
↓ 1 callers
Method
fromProtocolLevel
(int protocolLevel)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttVersion.java:78
↓ 1 callers
Method
generateUserId
(int index)
sdk/src/main/java/cn/wildfirechat/sdk/GenerateTestData.java:308
↓ 1 callers
Method
generateUserIds
(int count)
sdk/src/main/java/cn/wildfirechat/sdk/GenerateTestData.java:312
↓ 1 callers
Method
generateUserInfo
(String userId, int index)
sdk/src/main/java/cn/wildfirechat/sdk/GenerateTestData.java:338
↓ 1 callers
Method
getActiveConnectionsNo
Returns the number of physical connections @return
broker/src/main/java/io/moquette/connections/IConnectionsManager.java:31
↓ 1 callers
Method
getAddGroupNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:117
↓ 1 callers
Method
getAddedMember
<code>repeated .GroupMember added_member = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17319
↓ 1 callers
Method
getAddedMember
<code>repeated .GroupMember added_member = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17595
↓ 1 callers
Method
getAddedMember
<code>repeated .GroupMember added_member = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:18190
↓ 1 callers
Method
getAddedMemberCount
<code>repeated .GroupMember added_member = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17589
↓ 1 callers
Method
getAddedMemberCount
<code>repeated .GroupMember added_member = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:18180
↓ 1 callers
Method
getAllAssignedClass
获取同一路径下所有子类或接口实现类 @param cls @return @throws IOException @throws ClassNotFoundException
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java:38
↓ 1 callers
Method
getAllDomain
获取所有域列表 @return 域信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/MeshAdmin.java:68
↓ 1 callers
Method
getAllEnds
()
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:946
↓ 1 callers
Method
getAllRobots
获取所有机器人列表(分页) @param count 每页数量 @param offset 偏移量 @return 机器人列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:142
↓ 1 callers
Method
getAllRobots
(int count, int offset)
broker/src/main/java/io/moquette/persistence/DatabaseStore.java:3287
↓ 1 callers
Method
getAllSensitiveWords
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:250
↓ 1 callers
Method
getAllSessions
Returns all the sessions @return the collection of all stored client sessions.
broker/src/main/java/io/moquette/spi/ISessionsStore.java:75
↓ 1 callers
Method
getAllUsers
获取所有用户列表(分页) @param count 每页数量 @param offset 偏移量 @return 用户列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:127
↓ 1 callers
Method
getAllUsers
(int count, int offset)
broker/src/main/java/io/moquette/persistence/DatabaseStore.java:3190
↓ 1 callers
Method
getAppName
()
broker/src/main/java/io/moquette/persistence/MemorySessionStore.java:208
↓ 1 callers
Method
getAppVersion
<code>optional string app_version = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60204
↓ 1 callers
Method
getApplicationAuthCode
(String fromUser, String applicationId, int appType, String host)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:206
↓ 1 callers
Method
getApplicationSignature
获取应用签名配置 <p>用于客户端接入时的签名验证</p> @return 应用签名配置数据
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:580
↓ 1 callers
Method
getApplicationSignature
获取应用签名配置 <p>用于客户端接入时的签名验证</p> @return 应用签名配置数据
sdk/src/main/java/cn/wildfirechat/sdk/ChannelServiceApi.java:229
↓ 1 callers
Method
getBatchUserInfos
批量获取用户信息 @param userIds 用户ID列表 @return 用户信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/MeshAdmin.java:79
↓ 1 callers
Method
getBatchUsers
批量获取用户信息 @param userIds 用户ID列表 @return 用户信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:212
↓ 1 callers
Method
getBatchUsers
批量获取用户信息 @param userIds 用户ID列表 @return 用户信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:156
↓ 1 callers
Method
getBlockedList
获取被封禁用户列表 @return 被封禁用户列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:284
↓ 1 callers
Method
getBytesMetrics
()
broker/src/main/java/io/moquette/server/ConnectionDescriptor.java:144
↓ 1 callers
Method
getBytesMetrics
(Channel channel)
broker/src/main/java/io/moquette/server/netty/metrics/BytesMetricsHandler.java:79
↓ 1 callers
Method
getChangeGroupExtraNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:193
↓ 1 callers
Method
getChangeGroupJointypeNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:169
↓ 1 callers
Method
getChangeGroupMuteNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:165
↓ 1 callers
Method
getChangeGroupNameNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:149
↓ 1 callers
Method
getChangeGroupPortraitNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:153
↓ 1 callers
Method
getChangeGroupPrivatechatNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:173
↓ 1 callers
Method
getChangeGroupSearchableNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:177
↓ 1 callers
Method
getChannel
<code>repeated .ChannelInfo channel = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14518
↓ 1 callers
Method
getChannel
<code>repeated .ChannelInfo channel = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14681
↓ 1 callers
Method
getChannel
<code>repeated .ChannelInfo channel = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:15070
↓ 1 callers
Method
getChannelCount
<code>repeated .ChannelInfo channel = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14675
↓ 1 callers
Method
getChannelCount
<code>repeated .ChannelInfo channel = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:15060
↓ 1 callers
Method
getChannelInfo
获取频道信息 @return 频道信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelServiceApi.java:100
↓ 1 callers
Method
getChannelInfoList
获取频道信息列表 @param count 数量 @param offset offset @return 频道信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java:66
↓ 1 callers
Method
getChannelSecret
()
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ChannelHttpUtils.java:116
↓ 1 callers
Method
getChannelSubscriber
(String channelId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:236
↓ 1 callers
Method
getChannelSubscribers
获取频道订阅用户列表 @param channelId 频道ID @param count @param offset @return 订阅用户id列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChannelAdmin.java:147
↓ 1 callers
Method
getChar
(long number)
broker/src/main/java/win/liyufan/im/IDUtils.java:19
↓ 1 callers
Method
getChatroomMemberClient
(String userId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:172
↓ 1 callers
Method
getChatroomMemberInfo
(String chatroomId, final int maxMemberCount)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:170
↓ 1 callers
Method
getChatroomMembers
获取聊天室成员列表 @param chatroomId 聊天室ID @return 成员ID列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChatroomAdmin.java:77
↓ 1 callers
Method
getChatroomMembers
(String chatroomId)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:1138
↓ 1 callers
Method
getClassName
获取某包下所有类 @param packageName 包名 @param childPackage 是否遍历子包 @return 类的完整名称
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java:118
↓ 1 callers
Method
getClassName
获取某包下所有类 @param packageName 包名 @param childPackage 是否遍历子包 @return 类的完整名称
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:111
↓ 1 callers
Method
getClassNameByFile
从项目文件获取某包下所有类 @param filePath 文件路径 @param className 类名集合 @param childPackage 是否遍历子包 @return 类的完整名称
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java:143
↓ 1 callers
Method
getClassNameByFile
从项目文件获取某包下所有类 @param filePath 文件路径 @param className 类名集合 @param childPackage 是否遍历子包 @return 类的完整名称
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:136
↓ 1 callers
Method
getClassNameByJars
从所有jar中搜索该包,并获取该包下所有类 @param urls URL集合 @param packagePath 包路径 @param childPackage 是否遍历子包 @return 类的完整名称
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java:224
↓ 1 callers
Method
getClassNameByJars
从所有jar中搜索该包,并获取该包下所有类 @param urls URL集合 @param packagePath 包路径 @param childPackage 是否遍历子包 @return 类的完整名称
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:217
↓ 1 callers
Method
getClasses
取得当前类路径下的所有类 @param cls @return @throws IOException @throws ClassNotFoundException
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java:57
↓ 1 callers
Method
getClasses
取得当前类路径下的所有类 @param cls @return @throws IOException @throws ClassNotFoundException
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:50
↓ 1 callers
Method
getCommonGroups
获取两个用户的共同群组 @param user1 用户1的ID @param user2 用户2的ID @return 共同群组ID列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:439
↓ 1 callers
Method
getConnVariableHeaderFlag
(MqttConnectVariableHeader variableHeader)
broker/src/main/java/io/netty/handler/codec/mqtt/MqttEncoder.java:207
↓ 1 callers
Method
getConnectedClientIds
Returns the identifiers of the MQTT clients that are connected to the broker. @return
broker/src/main/java/io/moquette/connections/IConnectionsManager.java:46
↓ 1 callers
Method
getConnectionsManager
Returns the connections manager of this broker. @return IConnectionsManager the instance used bt the broker.
broker/src/main/java/io/moquette/server/Server.java:514
↓ 1 callers
Method
getContent
<code>required .MessageContent content = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25719
↓ 1 callers
Method
getContent
<code>required .MessageContent content = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:64289
↓ 1 callers
Method
getContentTypeList
<code>repeated int32 content_type = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63230
↓ 1 callers
Method
getContentTypeList
<code>repeated int32 content_type = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63438
↓ 1 callers
Method
getConversation
<code>required .Conversation conversation = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25654
↓ 1 callers
Method
getConversation
<code>required .Conversation conversation = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63390
↓ 1 callers
Method
getConversationBuilder
<code>required .Conversation conversation = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26336
↓ 1 callers
Method
getConversationFiles
获取会话文件列表(仅专业版支持) <p> 如果是单聊会话,target和userId代表会话的2个用户;如果是其他会话userId无意义。 </p> @param conversationType 会话类型 @param target 会话目标ID @param line 线路 @param use
sdk/src/main/java/cn/wildfirechat/sdk/GeneralAdmin.java:143
↓ 1 callers
Method
getConversationReadTimestamp
获取会话已读时间戳 @param userId 用户ID @param conversation 会话信息 @return 已读时间戳 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/MessageAdmin.java:280
↓ 1 callers
Method
getConversationTop
获取会话置顶状态 @param userId 用户ID @param conversationType 会话类型 @param target 会话目标ID @param line 线路 @return true-已置顶,false-未置顶 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GeneralAdmin.java:213
↓ 1 callers
Method
getCreateGroupNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:121
↓ 1 callers
Method
getCurrent
<code>required int64 current = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:36517
↓ 1 callers
Method
getData
()
broker/src/main/java/com/xiaoleilu/loServer/action/Action.java:103
↓ 1 callers
Method
getDataObject
(byte[] bytes)
broker/src/main/java/io/moquette/imhandler/IMHandler.java:110
↓ 1 callers
Method
getDbScheduler
()
broker/src/main/java/io/moquette/server/Server.java:522
↓ 1 callers
Method
getDelay
<code>optional int64 delay = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:35938
↓ 1 callers
Method
getDevice
获取设备信息(仅专业版支持) @param deviceId 设备ID @return 设备信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:349
↓ 1 callers
Method
getDevices
()
common/src/main/java/cn/wildfirechat/pojos/OutputDeviceList.java:16
↓ 1 callers
Method
getDismissGroupNotifyContent
()
common/src/main/java/cn/wildfirechat/pojos/GroupNotificationBinaryContent.java:125
↓ 1 callers
Method
getDomain
获取域信息 @param domainId 域ID @return 域信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/MeshAdmin.java:43
↓ 1 callers
Method
getDomain
<code>required string domain = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22804
← previous
next →
1,701–1,800 of 9,418, ranked by callers