类的使用
xin.alum.aio.model.Transportable
-
使用Transportable的程序包 程序包 说明 xin.alum.aio.coder xin.alum.aio.groups xin.alum.aio.model -
-
xin.alum.aio.coder中Transportable的使用
参数类型为Transportable的xin.alum.aio.coder中的方法 修饰符和类型 方法 说明 protected voidSocksEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, Transportable in, List<Object> list)protected voidWebEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, Transportable in, List<Object> list) -
xin.alum.aio.groups中Transportable的使用
参数类型为Transportable的xin.alum.aio.groups中的方法 修饰符和类型 方法 说明 io.netty.channel.group.ChannelGroupFutureSessionGroups. all(Transportable msg)向所有连接发送消息【非集群】voidSessionGroups. alls(Transportable msg)向所有连接发送消息【集群】voidClusterFactory. push(String recipient, Transportable event)推送voidSessions. send(String uid, Transportable msg)向用户发送消息[含集群]voidSessionGroups. sends(String groupKey, Transportable msg)向集群指定群组推送通知io.netty.channel.group.ChannelGroupFutureSessions. sends(io.netty.channel.Channel ch, Transportable msg)向不包含ch的其它通道发送消息io.netty.channel.group.ChannelGroupFutureSessions. sends(io.netty.channel.group.ChannelMatcher matcher, Transportable msg)向通道Matcher匹配到的连接发送信息io.netty.channel.group.ChannelGroupFutureSessions. sends(Transportable msg)向当前群组发送消息[不含集群] -
xin.alum.aio.model中Transportable的使用
类型参数类型为Transportable的xin.alum.aio.model中的类 修饰符和类型 类 说明 classPusher<T extends Transportable>xin.alum.aio.model中Transportable的子类 修饰符和类型 类 说明 classEvents<T extends com.google.protobuf.Message>基于ProtoBuy的数据通信抽象类classNotice消息对象
-