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

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