
cn.t.tool.nettytool.aware.NettyB2mDecoderAware Maven / Gradle / Ivy
package cn.t.tool.nettytool.aware;
import cn.t.tool.nettytool.decoder.NettyB2mDecoder;
/**
* NettyTcpDecoderAware
* 1.在ByteBufAnalyser类型生效要使用NettyChannelInitializerBuilder
* 2.在handler类型生效要使用NettyChannelInitializer
*
* @author 野生程序员-杨建
* @version V1.0
* @since 2020-03-07 16:07
**/
public interface NettyB2mDecoderAware {
void setNettyB2mDecoder(NettyB2mDecoder nettyB2mDecoder);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy