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

com.zx.sms.handler.smpp.EnquireLinkRespMessageHandler Maven / Gradle / Ivy

package com.zx.sms.handler.smpp;

import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import io.netty.channel.ChannelHandler.Sharable;

import com.zx.sms.codec.smpp.msg.EnquireLinkResp;
@Sharable
public class EnquireLinkRespMessageHandler  extends SimpleChannelInboundHandler{
	@Override
	protected void channelRead0(ChannelHandlerContext ctx, EnquireLinkResp msg) throws Exception {
		
	}
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy