com.zx.sms.handler.smgp.SMGPActiveTestRespMessageHandler Maven / Gradle / Ivy
package com.zx.sms.handler.smgp;
import io.netty.channel.ChannelHandler.Sharable;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import com.zx.sms.codec.smgp.msg.SMGPActiveTestRespMessage;
@Sharable
public class SMGPActiveTestRespMessageHandler extends SimpleChannelInboundHandler{
@Override
protected void channelRead0(ChannelHandlerContext ctx, SMGPActiveTestRespMessage msg) throws Exception {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy