类 AirServer<CONN extends IConnect>
java.lang.Object
cn.godmao.airserver.AirServer<CONN>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidchannelBind(io.netty.channel.Channel channel, Object id) io.netty.util.concurrent.EventExecutorgetChannelExecutor(io.netty.util.AttributeMap attributeMap) getChannelId(io.netty.util.AttributeMap attributeMap) io.netty.channel.group.ChannelGroupFutureio.netty.channel.ChannelFutureio.netty.channel.group.ChannelGroupFuture<T> io.netty.channel.group.ChannelGroupFuturesend(Object message, Function<io.netty.channel.Channel, T> function, Collection<T> collection) <T> io.netty.channel.group.ChannelGroupFuturevoidstart()
-
构造器详细资料
-
AirServer
-
-
方法详细资料
-
getConnect
-
start
public void start() -
getChannelService
-
channelBind
-
getChannelId
-
getChannelExecutor
public io.netty.util.concurrent.EventExecutor getChannelExecutor(io.netty.util.AttributeMap attributeMap) -
send
public io.netty.channel.ChannelFuture send(Object message, io.netty.channel.ChannelOutboundInvoker channelOutboundInvoker) -
send
-
send
public io.netty.channel.group.ChannelGroupFuture send(Object message, io.netty.channel.group.ChannelMatcher matcher) -
send
public <T> io.netty.channel.group.ChannelGroupFuture send(Object message, Function<io.netty.channel.Channel, T> function, Collection<T> collection) -
send
-