Modifier and Type | Method and Description |
---|---|
static User |
ImAio.getUser(String userid)
功能描述:[根据用户ID获取当前用户]
创建者:WChao 创建时间: 2017年9月18日 下午4:34:39
|
Modifier and Type | Method and Description |
---|---|
static List<User> |
ImAio.getAllOnlineUser()
功能描述:[获取所有在线用户]
创建者:WChao 创建时间: 2017年9月18日 下午4:31:42
|
static List<User> |
ImAio.getAllUser()
功能描述:[获取所有用户(在线+离线)]
创建者:WChao 创建时间: 2017年9月18日 下午4:31:54
|
static List<User> |
ImAio.getAllUserByGroup(String group)
根据群组获取所有用户;
|
Modifier and Type | Method and Description |
---|---|
User |
IMesssageHelper.getUserByType(String userid,
Integer type)
根据在线类型获取用户信息;
|
Modifier and Type | Method and Description |
---|---|
User |
Client.getUser() |
User |
LoginRespBody.getUser() |
User |
ExitGroupNotifyRespBody.getUser() |
User |
JoinGroupNotifyRespBody.getUser() |
Modifier and Type | Method and Description |
---|---|
List<User> |
Group.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
Client.setUser(User user) |
void |
LoginRespBody.setUser(User user) |
ExitGroupNotifyRespBody |
ExitGroupNotifyRespBody.setUser(User user) |
JoinGroupNotifyRespBody |
JoinGroupNotifyRespBody.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setUsers(List<User> users) |
Modifier and Type | Method and Description |
---|---|
static User |
ImKit.copyUserWithoutFriendsGroups(User source)
复制用户信息不包括frieds、groups下的users信息;
|
static User |
ImKit.copyUserWithoutUsers(User source)
复制用户信息不包括frieds、groups下的users信息;
|
Modifier and Type | Method and Description |
---|---|
static User |
ImKit.copyUserWithoutFriendsGroups(User source)
复制用户信息不包括frieds、groups下的users信息;
|
static User |
ImKit.copyUserWithoutUsers(User source)
复制用户信息不包括frieds、groups下的users信息;
|
Modifier and Type | Method and Description |
---|---|
static User |
UserReqHandler.getUserInfo(String userid,
Integer type)
根据用户id获取用户在线及离线用户;
|
Modifier and Type | Method and Description |
---|---|
void |
LoginReqHandler.bindUnbindGroup(org.tio.core.ChannelContext channelContext,
User user)
初始化绑定或者解绑群组;
|
Modifier and Type | Method and Description |
---|---|
User |
LoginProcessorIntf.getUser(LoginReqBody loginReqBody,
org.tio.core.ChannelContext channelContext) |
Modifier and Type | Field and Description |
---|---|
static Map<String,User> |
LoginServiceProcessor.tokenMap |
Modifier and Type | Method and Description |
---|---|
User |
LoginServiceProcessor.getUser(LoginReqBody loginReqBody,
org.tio.core.ChannelContext channelContext) |
User |
LoginServiceProcessor.getUser(String token)
根据token获取用户信息
|
User |
LoginServiceProcessor.getUser(String loginname,
String password)
根据用户名和密码获取用户
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
LoginServiceProcessor.initFriends(User user) |
List<Group> |
LoginServiceProcessor.initGroups(User user) |
Modifier and Type | Method and Description |
---|---|
User |
MysqlMessageHelper.getUserByType(String userid,
Integer type) |
Modifier and Type | Method and Description |
---|---|
User |
RedisMessageHelper.getUserByType(String userid,
Integer type)
根据在线类型获取用户信息;
|
Modifier and Type | Method and Description |
---|---|
void |
RedisImBindListener.initUserInfo(User user)
初始化用户终端协议类型;
|
void |
RedisMessageHelper.initUserStatus(User user)
初始化用户在线状态;
|
Modifier and Type | Method and Description |
---|---|
HttpResponse |
TestController.bean(User user,
HttpRequest request) |
Copyright © 2018. All rights reserved.