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