
io.github.yezhihao.netmc.codec.MessageEncoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netmc Show documentation
Show all versions of netmc Show documentation
MVC framework based on netty implementation
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