com.github.unclecatmyself.common.websockets.WebSocketHandler Maven / Gradle / Ivy
package com.github.unclecatmyself.common.websockets;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import io.netty.handler.codec.http.websocketx.TextWebSocketFrame;
import io.netty.handler.codec.http.websocketx.WebSocketFrame;
/**
* Create by UncleCatMySelf in 2018/12/06
*/
public abstract class WebSocketHandler extends SimpleChannelInboundHandler