@Component
public class AioReciveService
extends xin.alum.aio.handler.AioReceiver
| 构造器和说明 |
|---|
AioReciveService() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
onHandShake(io.netty.channel.Channel ch,
io.netty.handler.codec.http.FullHttpRequest req,
io.netty.handler.codec.http.FullHttpResponse res) |
void |
onHandShaked(io.netty.channel.Channel ch) |
void |
onRecive(io.netty.channel.Channel ch,
xin.alum.aio.model.Events s) |
public boolean onHandShake(io.netty.channel.Channel ch,
io.netty.handler.codec.http.FullHttpRequest req,
io.netty.handler.codec.http.FullHttpResponse res)
onHandShake 在接口中 xin.alum.aio.websocks.WebSocketHandShakeonHandShake 在类中 xin.alum.aio.handler.AioReceiverpublic void onHandShaked(io.netty.channel.Channel ch)
onHandShaked 在接口中 xin.alum.aio.handler.AioReceiveonHandShaked 在类中 xin.alum.aio.handler.AioReceiverch - public void onRecive(io.netty.channel.Channel ch,
xin.alum.aio.model.Events s)
onRecive 在接口中 xin.alum.aio.handler.AioReceiveonRecive 在类中 xin.alum.aio.handler.AioReceiverCopyright © 2020–2023 The Aio Project. All rights reserved.