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
getChannelTotalCount
(boolean withDeleted)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:238
↓ 2 callers
Method
getCharset
@return 获取编码
broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java:60
↓ 2 callers
Method
getChatroomBlacklist
获取聊天室黑名单 @param chatroomId 聊天室ID @return 黑名单信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChatroomAdmin.java:116
↓ 2 callers
Method
getChatroomId
()
common/src/main/java/cn/wildfirechat/pojos/InputGetChatroomInfo.java:18
↓ 2 callers
Method
getChatroomId
()
common/src/main/java/cn/wildfirechat/pojos/InputDestoryChatroom.java:18
↓ 2 callers
Method
getChatroomId
()
common/src/main/java/cn/wildfirechat/pojos/InputChatroomMute.java:24
↓ 2 callers
Method
getChatroomIdBytes
<code>required string chatroom_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:55729
↓ 2 callers
Method
getChatroomIdBytes
<code>required string chatroom_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:57560
↓ 2 callers
Method
getChatroomInfo
获取聊天室信息 @param chatroomId 聊天室ID @return 聊天室信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChatroomAdmin.java:65
↓ 2 callers
Method
getChatroomInfo
(String chatroomId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:169
↓ 2 callers
Method
getChatroomManagerList
获取聊天室管理员列表 @param chatroomId 聊天室ID @return 管理员ID列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/ChatroomAdmin.java:143
↓ 2 callers
Method
getChatroomMemberCount
(String chatroomId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:171
↓ 2 callers
Method
getChatroomMembers
(String chatroomId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:177
↓ 2 callers
Method
getClassNameByJar
从jar获取某包下所有类 @param jarPath jar文件路径 @param childPackage 是否遍历子包 @return 类的完整名称
sdk/src/main/java/cn/wildfirechat/sdk/utilities/ClassUtil.java:178
↓ 2 callers
Method
getClassNameByJar
从jar获取某包下所有类 @param jarPath jar文件路径 @param childPackage 是否遍历子包 @return 类的完整名称
broker/src/main/java/com/xiaoleilu/loServer/action/ClassUtil.java:171
↓ 2 callers
Method
getClientForbiddenSendTypes
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:284
↓ 2 callers
Method
getClientIdBytes
<code>required string client_id = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:53357
↓ 2 callers
Method
getClientIdBytes
<code>required string client_id = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:62686
↓ 2 callers
Method
getCompany
()
common/src/main/java/cn/wildfirechat/pojos/InputCreateRobot.java:162
↓ 2 callers
Method
getCompanyBytes
<code>optional string company = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27519
↓ 2 callers
Method
getContent
<code>required .MessageContent content = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26455
↓ 2 callers
Method
getContentBytes
<code>optional string content = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:15825
↓ 2 callers
Method
getContentTypeByFileName
根据文件名获取Content-Type @param fileName 文件名 @return Content-Type,如果无法识别则返回 "application/octet-stream"
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:878
↓ 2 callers
Method
getContentTypeByFileName
根据文件名获取Content-Type @param fileName 文件名 @return Content-Type,如果无法识别则返回 "application/octet-stream"
sdk/src/main/java/cn/wildfirechat/sdk/GeneralAdmin.java:293
↓ 2 callers
Method
getConversation
<code>required .Conversation conversation = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26264
↓ 2 callers
Method
getDatabaseStore
()
broker/src/main/java/io/moquette/persistence/UserLoader.java:40
↓ 2 callers
Method
getDbSecret
()
broker/src/main/java/io/moquette/persistence/MemorySessionStore.java:256
↓ 2 callers
Method
getDescBytes
<code>optional string desc = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:9008
↓ 2 callers
Method
getDescBytes
<code>optional string desc = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:56437
↓ 2 callers
Method
getDeviceNameBytes
<code>optional string device_name = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60471
↓ 2 callers
Method
getDeviceTokenBytes
<code>required string device_token = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31228
↓ 2 callers
Method
getDeviceVersionBytes
<code>optional string device_version = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60514
↓ 2 callers
Method
getDisplayNameBytes
<code>optional string display_name = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27304
↓ 2 callers
Method
getDomainBytes
<code>required string domain = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22991
↓ 2 callers
Method
getDomainIdBytes
<code>optional string domain_id = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:54290
↓ 2 callers
Method
getEmail
()
common/src/main/java/cn/wildfirechat/pojos/InputCreateRobot.java:146
↓ 2 callers
Method
getEmailBytes
<code>optional string email = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27433
↓ 2 callers
Method
getEntryList
<code>repeated .Robot entry = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:30297
↓ 2 callers
Method
getExistBadgeNumber
(String user)
broker/src/main/java/io/moquette/spi/impl/MessagesPublisher.java:428
↓ 2 callers
Method
getExtra
()
common/src/main/java/cn/wildfirechat/pojos/InputCreateRobot.java:170
↓ 2 callers
Method
getExtra
()
common/src/main/java/cn/wildfirechat/pojos/InputUpdateFriendExtra.java:33
↓ 2 callers
Method
getExtra
()
common/src/main/java/cn/wildfirechat/pojos/InputUpdateFriendStatusRequest.java:43
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:280
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:2074
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:3912
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 11;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6271
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:9051
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 12;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:16021
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17680
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:20998
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:23918
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27562
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:29508
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:46278
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:50099
↓ 2 callers
Method
getExtraBytes
<code>optional string extra = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:56571
↓ 2 callers
Method
getFile
根据消息ID获取文件信息 @param messageId 消息ID @return 文件信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GeneralAdmin.java:181
↓ 2 callers
Method
getFilter
获得路径对应的Filter @param path 路径,为空时将获得 根目录对应的Action @return Filter
broker/src/main/java/com/xiaoleilu/loServer/ServerSetting.java:148
↓ 2 callers
Method
getFriendData
(String fromUser, String targetUserId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:191
↓ 2 callers
Method
getFriendData
(String fromUser, String targetUserId)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:4034
↓ 2 callers
Method
getFriendList
获取好友列表 @param userId 用户ID @return 好友ID列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RelationAdmin.java:47
↓ 2 callers
Method
getFriendUid
()
common/src/main/java/cn/wildfirechat/pojos/InputUpdateFriendStatusRequest.java:27
↓ 2 callers
Method
getFriendUid
()
common/src/main/java/cn/wildfirechat/pojos/InputAddFriendRequest.java:27
↓ 2 callers
Method
getFromClientId
()
broker/src/main/java/win/liyufan/im/MessageBundle.java:54
↓ 2 callers
Method
getFromUidBytes
<code>optional string from_uid = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:20805
↓ 2 callers
Method
getFromUser
()
broker/src/main/java/win/liyufan/im/MessageBundle.java:51
↓ 2 callers
Method
getFromUserBytes
<code>required string from_user = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25693
↓ 2 callers
Method
getFromUserBytes
<code>required string from_user = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:59121
↓ 2 callers
Method
getFromUserBytes
<code>required string from_user = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:64263
↓ 2 callers
Method
getGlobalMuteExceptionTypes
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:287
↓ 2 callers
Method
getGroup
()
common/src/main/java/cn/wildfirechat/pojos/InputCreateGroup.java:113
↓ 2 callers
Method
getGroupFieldBuilder
<code>required .Group group = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:19420
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17556
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:19910
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:32040
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:33144
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:42055
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:42992
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:44006
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:45030
↓ 2 callers
Method
getGroupIdBytes
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:46190
↓ 2 callers
Method
getGroupInfo
获取群组信息 @param groupId 群组ID @return 群组信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:306
↓ 2 callers
Method
getGroupInfoFieldBuilder
<code>required .GroupInfo group_info = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5224
↓ 2 callers
Method
getGroupInfos
(List<WFCMessage.UserRequest> requests, String fromUser, boolean isAdmin)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:115
↓ 2 callers
Method
getGroupManagers
(String groupId, boolean includeOwner)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:127
↓ 2 callers
Method
getGroupMembers
获取群组成员列表 @param groupId 群组ID @return 群组成员列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/GroupAdmin.java:146
↓ 2 callers
Method
getGuid
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:66
↓ 2 callers
Method
getHostBytes
<code>required string host = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:61981
↓ 2 callers
Method
getHostBytes
<code>required string host = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:65834
↓ 2 callers
Method
getHttpClient
()
sdk/src/main/java/cn/wildfirechat/sdk/utilities/RobotHttpUtils.java:123
↓ 2 callers
Method
getHttpClient
()
sdk/src/main/java/cn/wildfirechat/sdk/utilities/AdminHttpUtils.java:50
↓ 2 callers
Method
getIdBytes
<code>required string id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:24548
↓ 2 callers
Method
getInflightMessagesNo
Returns the number of inflight messages for the given client ID @param clientID target client. @return count of pending in flight publish messages.
broker/src/main/java/io/moquette/spi/ISessionsStore.java:130
↓ 2 callers
Method
getInterceptedMessageTypes
(InterceptHandler interceptHandler)
broker/src/main/java/io/moquette/spi/impl/BrokerInterceptor.java:147
↓ 2 callers
Method
getInterceptorIds
(Collection<T> handlers)
broker/src/main/java/io/moquette/logging/LoggingUtils.java:25
↓ 2 callers
Method
getIp
()
broker/src/main/java/io/moquette/persistence/MemorySessionStore.java:177
↓ 2 callers
Method
getKey
()
common/src/main/java/cn/wildfirechat/pojos/UserSettingPojo.java:36
↓ 2 callers
Method
getKeyBytes
<code>optional string key = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5934
↓ 2 callers
Method
getKeyBytes
<code>required string key = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:47303
↓ 2 callers
Method
getKeyBytes
<code>required string key = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:48109
← previous
next →
901–1,000 of 9,418, ranked by callers