![JAR search and dependency download from the Maven repository](/logo.png)
xin.bluesky.leiothrix.worker.ServerMessageHandler Maven / Gradle / Ivy
The newest version!
package xin.bluesky.leiothrix.worker;
import io.netty.channel.ChannelHandlerContext;
/**
* @author 张轲
* worker.processor.threadnum.factor
*/
public interface ServerMessageHandler {
void handle(ChannelHandlerContext ctx, String data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy