| 程序包 | 说明 |
|---|---|
| xin.alum.aim.coder | |
| xin.alum.aim.groups | |
| xin.alum.aim.model |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
SocksEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
Transportable in,
List<Object> list) |
protected void |
WebEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
Transportable in,
List<Object> list) |
protected void |
WebEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
Transportable in,
List<Object> list) |
protected void |
SocksEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
Transportable in,
List<Object> list) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClusterFactory.push(String recipient,
Transportable reply)
推送
|
void |
ClusterFactory.push(String recipient,
Transportable reply)
推送
|
void |
Sessions.send(String uid,
Transportable msg)
向用户发送消息[含集群]
|
void |
Sessions.send(String uid,
Transportable msg)
向用户发送消息[含集群]
|
io.netty.channel.group.ChannelGroupFuture |
Sessions.sends(io.netty.channel.group.ChannelMatcher matcher,
Transportable msg)
向通道Matcher匹配到的连接发送信息
|
io.netty.channel.group.ChannelGroupFuture |
Sessions.sends(io.netty.channel.group.ChannelMatcher matcher,
Transportable msg)
向通道Matcher匹配到的连接发送信息
|
io.netty.channel.group.ChannelGroupFuture |
Sessions.sends(io.netty.channel.Channel ch,
Transportable msg)
向不包含ch的其它通道发送消息
|
io.netty.channel.group.ChannelGroupFuture |
Sessions.sends(io.netty.channel.Channel ch,
Transportable msg)
向不包含ch的其它通道发送消息
|
void |
SessionGroups.sends(String groupKey,
Transportable msg)
向集群指定群组推送通知
|
void |
SessionGroups.sends(String groupKey,
Transportable msg)
向集群指定群组推送通知
|
void |
Sessions.sends(Transportable msg)
向当前群组发送消息[不含集群]
|
void |
Sessions.sends(Transportable msg)
向当前群组发送消息[不含集群]
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Pusher<T extends Transportable> |
class |
Pusher<T extends Transportable> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Message
消息对象
|
class |
Reply
请求应答对象
|
class |
Sent
java |android 客户端请求结构
|
Copyright © 2020–2022 The AIM Project. All rights reserved.