top.potens.jnet.protocol.HBinaryProtocolDecoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jnet Show documentation
Show all versions of jnet Show documentation
base on netty service and client
The newest version!
package top.potens.jnet.protocol;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToMessageDecoder;
import top.potens.jnet.common.TypeConvert;
import java.util.List;
/**
* Created by wenshao on 2018/5/6.
* HBinaryProtocol 解码器
*/
public class HBinaryProtocolDecoder extends MessageToMessageDecoder {
@Override
protected void decode(ChannelHandlerContext ctx, ByteBuf buf, List © 2015 - 2025 Weber Informatics LLC | Privacy Policy