Home / Function/ operationComplete() — netty Function Reference

operationComplete() — netty Function Reference

Architecture documentation for the operationComplete() function in Http3FrameCodec.java from the netty codebase.

Function java Buffer Allocators calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  4433feb1_9179_606e_bfc6_7cb187b0948d["operationComplete()"]
  95db0354_1de2_6bba_62f7_7920b9ac9012["WriteResumptionListener"]
  4433feb1_9179_606e_bfc6_7cb187b0948d -->|defined in| 95db0354_1de2_6bba_62f7_7920b9ac9012
  6c431423_5862_114e_ae38_4efbbb53a2ef["operationComplete()"]
  6c431423_5862_114e_ae38_4efbbb53a2ef -->|calls| 4433feb1_9179_606e_bfc6_7cb187b0948d
  6c431423_5862_114e_ae38_4efbbb53a2ef["operationComplete()"]
  4433feb1_9179_606e_bfc6_7cb187b0948d -->|calls| 6c431423_5862_114e_ae38_4efbbb53a2ef
  5fe8b6a4_8a83_021e_73f5_eec914124c9b["drain()"]
  4433feb1_9179_606e_bfc6_7cb187b0948d -->|calls| 5fe8b6a4_8a83_021e_73f5_eec914124c9b
  style 4433feb1_9179_606e_bfc6_7cb187b0948d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java lines 753–756

        @Override
        public void operationComplete(Future<? super QuicStreamChannel> future) {
            drain();
        }

Domain

Subdomains

Frequently Asked Questions

What does operationComplete() do?
operationComplete() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java.
Where is operationComplete() defined?
operationComplete() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java at line 753.
What does operationComplete() call?
operationComplete() calls 2 function(s): drain, operationComplete.
What calls operationComplete()?
operationComplete() is called by 1 function(s): operationComplete.

Analyze Your Own Codebase

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

Try Supermodel Free