Home / Function/ streamError() — netty Function Reference

streamError() — netty Function Reference

Architecture documentation for the streamError() function in Http3CodecUtils.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d2e8c089_fd8c_577f_169a_d4ff592de63e["streamError()"]
  2d36ae1b_0899_d9aa_9040_95c1421cfa14["Http3CodecUtils"]
  d2e8c089_fd8c_577f_169a_d4ff592de63e -->|defined in| 2d36ae1b_0899_d9aa_9040_95c1421cfa14
  style d2e8c089_fd8c_577f_169a_d4ff592de63e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3CodecUtils.java lines 285–287

    static void streamError(ChannelHandlerContext ctx, Http3ErrorCode errorCode) {
        ((QuicStreamChannel) ctx.channel()).shutdownOutput(errorCode.code);
    }

Domain

Subdomains

Frequently Asked Questions

What does streamError() do?
streamError() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3CodecUtils.java.
Where is streamError() defined?
streamError() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3CodecUtils.java at line 285.

Analyze Your Own Codebase

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

Try Supermodel Free