com.taobao.api.internal.toplink.remoting.NettyRemotingEncoder Maven / Gradle / Ivy
The newest version!
package com.taobao.api.internal.toplink.remoting;
import org.jboss.netty.channel.Channel;
import org.jboss.netty.channel.ChannelHandlerContext;
import org.jboss.netty.handler.codec.oneone.OneToOneEncoder;
// remotinghandle have finish this currently
@Deprecated
public class NettyRemotingEncoder extends OneToOneEncoder {
@Override
protected Object encode(ChannelHandlerContext ctx, Channel channel, Object msg) throws Exception {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy