public interface RequestHandler
Modifier and Type | Method and Description |
---|---|
io.netty.handler.codec.http.FullHttpResponse |
processRequest(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpRequest request)
The method to process HTTP request and return a HTTP response to the client.
|
io.netty.handler.codec.http.FullHttpResponse processRequest(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest request)
ChannelHandlerContext
- FullHttpRequest
- Copyright © 2017. All rights reserved.