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 private
FrameDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode(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:
decode
in classHttp2ConnectionHandler.BaseDecoder
- Throws:
java.lang.Exception
-
-