com.github.netty.protocol.servlet.DispatcherChannelHandler Maven / Gradle / Ivy
The newest version!
package com.github.netty.protocol.servlet;
import com.github.netty.core.AbstractChannelHandler;
import com.github.netty.core.MessageToRunnable;
import com.github.netty.core.util.RecyclableUtil;
import com.github.netty.protocol.servlet.util.Protocol;
import io.netty.channel.Channel;
import io.netty.channel.ChannelHandlerContext;
import io.netty.util.AttributeKey;
import java.io.IOException;
import java.util.concurrent.Executor;
/**
* Servlet processor (portal to the server)
*
* @author wangzihao
* 2018/7/1/001
*/
public class DispatcherChannelHandler extends AbstractChannelHandler