类 HttpProcessHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.HttpRequest>
-
- com.alibaba.dubbo.qos.server.handler.HttpProcessHandler
-
- 所有已实现的接口:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class HttpProcessHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.HttpRequest>
Parse HttpRequest for uri and parameters- if command not found, return 404
- if execution fails, return 500
- if succeed, return 200
will disconnect after execution finishes
-
-
构造器概要
构造器 构造器 说明 HttpProcessHandler()
-