接口 IBaseConnectionHandler

所有已知实现类:
BaseConnectionHandler

public interface IBaseConnectionHandler
作者:
mjz
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
    sendAuthRequest(io.netty.channel.Channel channel)
    发送认证包
    default void
    sendHeartbeat(io.netty.channel.Channel channel)
    发送心跳包
  • 方法详细资料

    • sendHeartbeat

      default void sendHeartbeat(io.netty.channel.Channel channel)
      发送心跳包
    • sendAuthRequest

      default void sendAuthRequest(io.netty.channel.Channel channel)
      发送认证包