Interface NettyWebAPIHandler.SimpleSeverletHandler
-
- Enclosing class:
- NettyWebAPIHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface NettyWebAPIHandler.SimpleSeverletHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest msg, NettyConnectContext context)
-
-
-
Method Detail
-
handle
void handle(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest msg, NettyConnectContext context) throws java.lang.Exception- Throws:
java.lang.Exception
-
-