MCPcopy Index your code

hub / github.com/wildfirechat/im-server / types & classes

Types & classes953 in github.com/wildfirechat/im-server

ClassACLFileParser
Parses the acl configuration file. If a line starts with # it's comment. Blank lines are skipped. The format is "topic [read|write|readwrite] {topic n
broker/src/main/java/io/moquette/spi/impl/security/ACLFileParser.java:28
ClassAES
broker/src/main/java/io/moquette/spi/impl/security/AES.java:15
InterfaceAPIPath
API路径接口 <p> 定义了野火IM服务器所有管理接口的API路径。 包括聊天室、敏感词、域、用户、好友、黑名单、消息、群组、会议、频道等模块的接口路径。 </p>
common/src/main/java/cn/wildfirechat/common/APIPath.java:10
ClassAcceptAllAuthenticator
broker/src/main/java/io/moquette/spi/impl/security/AcceptAllAuthenticator.java:21
ClassAction
请求处理接口<br> 当用户请求某个Path,则调用相应Action的doAction方法 @author Looly
broker/src/main/java/com/xiaoleilu/loServer/action/Action.java:47
ClassActionHandler
Action处理单元 @author Looly
broker/src/main/java/com/xiaoleilu/loServer/handler/ActionHandler.java:28
ClassAddFriendHandler
broker/src/main/java/io/moquette/imhandler/AddFriendHandler.java:21
ClassAddFriendRequest
Protobuf type {@code AddFriendRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:62
ClassAddFriendRequestAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/AddFriendRequestAction.java:25
InterfaceAddFriendRequestOrBuilder
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:11
ClassAddGroupMember
broker/src/main/java/io/moquette/imhandler/AddGroupMember.java:25
ClassAddGroupMemberAction
broker/src/main/java/com/xiaoleilu/loServer/action/robot/AddGroupMemberAction.java:27
ClassAddGroupMemberAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/AddGroupMemberAction.java:27
ClassAddGroupMemberRequest
Protobuf type {@code AddGroupMemberRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17381
InterfaceAddGroupMemberRequestOrBuilder
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17292
ClassAdminAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/AdminAction.java:29
ClassAdminActionHandler
Action处理单元 @author Looly
broker/src/main/java/com/xiaoleilu/loServer/handler/AdminActionHandler.java:30
ClassAdminConfig
管理员配置类 <p> 用于初始化管理员SDK的配置,包括IM服务器URL和密钥。 在使用任何Admin功能之前,必须先调用initAdmin方法进行初始化。 </p>
sdk/src/main/java/cn/wildfirechat/sdk/AdminConfig.java:12
ClassAdminHttpUtils
管理员HTTP工具类 <p> 提供管理员API调用的HTTP工具方法,包括初始化、请求签名、HTTP请求等。 继承自HttpUtils,专门用于管理员接口的调用。 </p>
sdk/src/main/java/cn/wildfirechat/sdk/utilities/AdminHttpUtils.java:31
ClassAliasGetAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/AliasGetAction.java:30
ClassAliasPutAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/AliasPutAction.java:35
InterfaceApiCallback
broker/src/main/java/com/xiaoleilu/loServer/action/Action.java:112
ClassApplicationConfigRequest
Protobuf type {@code ApplicationConfigRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66400
InterfaceApplicationConfigRequestOrBuilder
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66329
ClassApplicationGetUserInfoAction
broker/src/main/java/com/xiaoleilu/loServer/action/channel/ApplicationGetUserInfoAction.java:27
ClassApplicationGetUserInfoAction
broker/src/main/java/com/xiaoleilu/loServer/action/robot/ApplicationGetUserInfoAction.java:27
ClassApplicationGetUserInfoAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/ApplicationGetUserInfoAction.java:19
InterfaceApplicationType
common/src/main/java/cn/wildfirechat/proto/ProtoConstants.java:333
ClassArticle
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/ArticlesMessageContent.java:91
ClassArticle
common/src/main/java/cn/wildfirechat/pojos/ArticleContent.java:12
ClassArticleContent
common/src/main/java/cn/wildfirechat/pojos/ArticleContent.java:11
ClassArticlesMessageContent
图文消息内容类 <p> 表示图文链接类型的消息内容,包含一个主文章和多个子文章。 通常用于公众号文章分享等场景。 </p>
sdk/src/main/java/cn/wildfirechat/sdk/messagecontent/ArticlesMessageContent.java:26
ClassAuthBuilder
broker/src/main/java/io/netty/handler/codec/mqtt/MqttMessageBuilders.java:692
ClassAuthCodeRequest
Protobuf type {@code AuthCodeRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:65643
InterfaceAuthCodeRequestOrBuilder
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:65597
ClassAuthorization
Carries the read/write authorization to topics for the users.
broker/src/main/java/io/moquette/spi/impl/security/Authorization.java:25
ClassAuthorizationsCollector
Used by the ACLFileParser to push all authorizations it finds. ACLAuthorizator uses it in read mode to check it topics matches the ACLs. Not thread s
broker/src/main/java/io/moquette/spi/impl/security/AuthorizationsCollector.java:30
ClassAutoFlushHandler
Auto-flush data on channel after a read timeout. It's inspired by IdleStateHandler but it's specialized version, just flushing data after no read is d
broker/src/main/java/io/moquette/server/netty/AutoFlushHandler.java:32
ClassBinaryProperty
broker/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java:273
ClassBlackListRequestHandler
broker/src/main/java/io/moquette/imhandler/BlackListRequestHandler.java:20
ClassBlackUserRequest
Protobuf type {@code BlackUserRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:59546
InterfaceBlackUserRequestOrBuilder
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:59515
ClassBlacklistAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/BlacklistAction.java:28
ClassBlacklistGetAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/BlacklistGetAction.java:28
InterfaceBlacklistStrategy
common/src/main/java/cn/wildfirechat/proto/ProtoConstants.java:270
ClassBlockUserAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/BlockUserAction.java:25
ClassBroadMessageData
common/src/main/java/cn/wildfirechat/pojos/BroadMessageData.java:15
ClassBroadMessageResult
common/src/main/java/cn/wildfirechat/pojos/BroadMessageResult.java:11
ClassBroadcastMessageAction
broker/src/main/java/com/xiaoleilu/loServer/action/admin/BroadcastMessageAction.java:29
ClassBroadcastMessageHandler
broker/src/main/java/io/moquette/imhandler/BroadcastMessageHandler.java:25
ClassBrokenUploadInfoHandlerHolder
broker/src/main/java/com/xiaoleilu/loServer/handler/HttpFileServerController.java:14
ClassBrokerConstants
broker/src/main/java/io/moquette/BrokerConstants.java:21
ClassBrokerInterceptor
An interceptor that execute the interception tasks asynchronously.
broker/src/main/java/io/moquette/spi/impl/BrokerInterceptor.java:40
ClassBuilder
Protobuf type {@code AddFriendRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:430
ClassBuilder
Protobuf type {@code Conversation}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:1169
ClassBuilder
Protobuf type {@code GroupInfo}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:2496
ClassBuilder
Protobuf type {@code GroupMember}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:4086
ClassBuilder
Protobuf type {@code Group}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:4941
ClassBuilder
Protobuf type {@code ChannelMenu}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:6491
ClassBuilder
Protobuf type {@code ChannelMenuList}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:8037
ClassBuilder
Protobuf type {@code ChannelInfo}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:9429
ClassBuilder
Protobuf type {@code ModifyChannelInfo}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:11051
ClassBuilder
Protobuf type {@code TransferChannel}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:11740
ClassBuilder
Protobuf type {@code PullChannelInfo}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12351
ClassBuilder
Protobuf type {@code PullChannelListener}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12962
ClassBuilder
Protobuf type {@code PullChannelListenerResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:13618
ClassBuilder
Protobuf type {@code ListenChannel}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14254
ClassBuilder
Protobuf type {@code SearchChannelResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14865
ClassBuilder
Protobuf type {@code MessageContent}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:16295
ClassBuilder
Protobuf type {@code AddGroupMemberRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17859
ClassBuilder
Protobuf type {@code CreateGroupRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:19133
ClassBuilder
Protobuf type {@code DismissGroupRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:20112
ClassBuilder
Protobuf type {@code FriendRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:21188
ClassBuilder
Protobuf type {@code GeneralResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22062
ClassBuilder
Protobuf type {@code GetUploadTokenRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22541
ClassBuilder
Protobuf type {@code GetUploadTokenResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:23255
ClassBuilder
Protobuf type {@code HandleFriendRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:24068
ClassBuilder
Protobuf type {@code IDBuf}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:24678
ClassBuilder
Protobuf type {@code IDListBuf}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25155
ClassBuilder
Protobuf type {@code Message}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26031
ClassBuilder
Protobuf type {@code User}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:27911
ClassBuilder
Protobuf type {@code Robot}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:29682
ClassBuilder
Protobuf type {@code GetRobotsResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:30573
ClassBuilder
Protobuf type {@code UploadDeviceTokenRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31410
ClassBuilder
Protobuf type {@code ModifyGroupInfoRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:32325
ClassBuilder
Protobuf type {@code SetGroupManagerRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:33417
ClassBuilder
Protobuf type {@code InfoEntry}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:34320
ClassBuilder
Protobuf type {@code ModifyMyInfoRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:34855
ClassBuilder
Protobuf type {@code NotifyMessage}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:35613
ClassBuilder
Protobuf type {@code PullMessageRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:36230
ClassBuilder
Protobuf type {@code PullMessageResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:36851
ClassBuilder
Protobuf type {@code PullGroupInfoResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:37631
ClassBuilder
Protobuf type {@code PullGroupMemberRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:38350
ClassBuilder
Protobuf type {@code PullGroupMemberResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:38885
ClassBuilder
Protobuf type {@code UserRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:39600
ClassBuilder
Protobuf type {@code PullUserRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:40131
ClassBuilder
Protobuf type {@code UserResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:40840
ClassBuilder
Protobuf type {@code PullUserResult}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:41429
ClassBuilder
Protobuf type {@code QuitGroupRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:42281
ClassBuilder
Protobuf type {@code RemoveGroupMemberRequest}
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:43237
next →1–100 of 953, ranked by callers