All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.yezhihao.netmc.codec.MessageEncoder Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package io.github.yezhihao.netmc.codec;

import io.github.yezhihao.netmc.session.Session;
import io.netty.buffer.ByteBuf;

/**
 * 基础消息编码
 * @author yezhihao
 * home https://gitee.com/yezhihao/jt808-server
 */
public interface MessageEncoder {

    ByteBuf encode(T message, Session session);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy