Class ResponseHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<Response>
-
- org.rspeer.game.web.test.netty.codec.ResponseHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class ResponseHandler extends io.netty.channel.SimpleChannelInboundHandler<Response>
-
-
Constructor Summary
Constructors Constructor Description ResponseHandler(WebClient webClient)
-
Method Summary
-
Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
handlerAdded, handlerRemoved, isSharable
-
-
-
-
Constructor Detail
-
ResponseHandler
public ResponseHandler(WebClient webClient)
-
-