Home / Function/ handleDecodeFailure() — netty Function Reference

handleDecodeFailure() — netty Function Reference

Architecture documentation for the handleDecodeFailure() function in QpackEncoderHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f180b347_49d9_5c42_8aff_a8f0538274d8["handleDecodeFailure()"]
  11e6398c_ef5c_d1f6_7673_0efaf04b0086["QpackEncoderHandler"]
  f180b347_49d9_5c42_8aff_a8f0538274d8 -->|defined in| 11e6398c_ef5c_d1f6_7673_0efaf04b0086
  086b858f_1c2b_8983_bdf4_54198c4b3940["decode()"]
  086b858f_1c2b_8983_bdf4_54198c4b3940 -->|calls| f180b347_49d9_5c42_8aff_a8f0538274d8
  style f180b347_49d9_5c42_8aff_a8f0538274d8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/QpackEncoderHandler.java lines 221–224

    private void handleDecodeFailure(ChannelHandlerContext ctx, QpackException cause, String message) {
        discard = true;
        connectionError(ctx, new Http3Exception(QPACK_ENCODER_STREAM_ERROR, message, cause), true);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does handleDecodeFailure() do?
handleDecodeFailure() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/QpackEncoderHandler.java.
Where is handleDecodeFailure() defined?
handleDecodeFailure() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/QpackEncoderHandler.java at line 221.
What calls handleDecodeFailure()?
handleDecodeFailure() is called by 1 function(s): decode.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free