Package io.netty.handler.codec.http2
Class Http2ConnectionHandler.FrameDecoder
- java.lang.Object
-
- io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
-
- io.netty.handler.codec.http2.Http2ConnectionHandler.FrameDecoder
-
- Enclosing class:
- Http2ConnectionHandler
private final class Http2ConnectionHandler.FrameDecoder extends Http2ConnectionHandler.BaseDecoder
-
-
Constructor Summary
Constructors Modifier Constructor Description privateFrameDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)-
Methods inherited from class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
channelActive, channelInactive, handlerRemoved, prefaceSent
-
-
-
-
Method Detail
-
decode
public void decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out) throws java.lang.Exception
- Specified by:
decodein classHttp2ConnectionHandler.BaseDecoder- Throws:
java.lang.Exception
-
-