package com.ld.io.api; public interface HeartbeatProvider { byte[] provide(IoSession ioSession); }