com.github.netty.protocol.mysql.client.ClientDecoder Maven / Gradle / Ivy
The newest version!
package com.github.netty.protocol.mysql.client;
import io.netty.channel.ChannelHandler;
/**
*
*/
public interface ClientDecoder extends ChannelHandler {
}