接口 IBaseConnectionHandler
- 所有已知实现类:
BaseConnectionHandler
public interface IBaseConnectionHandler
- 作者:
- mjz
-
方法概要
修饰符和类型方法说明default voidsendAuthRequest(io.netty.channel.Channel channel) 发送认证包default voidsendHeartbeat(io.netty.channel.Channel channel) 发送心跳包
-
方法详细资料
-
sendHeartbeat
default void sendHeartbeat(io.netty.channel.Channel channel) 发送心跳包 -
sendAuthRequest
default void sendAuthRequest(io.netty.channel.Channel channel) 发送认证包
-