Class Http2ConnectionHandler.BaseDecoder

    • Constructor Detail

      • BaseDecoder

        private BaseDecoder()
    • Method Detail

      • decode

        public abstract void decode​(ChannelHandlerContext ctx,
                                    ByteBuf in,
                                    java.util.List<java.lang.Object> out)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • handlerRemoved

        public void handlerRemoved​(ChannelHandlerContext ctx)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • channelActive

        public void channelActive​(ChannelHandlerContext ctx)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • channelInactive

        public void channelInactive​(ChannelHandlerContext ctx)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • prefaceSent

        public boolean prefaceSent()
        Determine if the HTTP/2 connection preface been sent.