@FunctionalInterface public interface RequestHandler<R>
| Modifier and Type | Method and Description |
|---|---|
R |
handle(io.netty.channel.ChannelHandlerContext ctx,
Request request,
Response response) |
R handle(io.netty.channel.ChannelHandlerContext ctx, Request request, Response response) throws BladeException
BladeExceptionCopyright © 2017. All rights reserved.