Home / Function/ verifyWrite() — netty Function Reference

verifyWrite() — netty Function Reference

Architecture documentation for the verifyWrite() function in UniformStreamByteDistributorTest.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 5

Entity Profile

Dependency Diagram

graph TD
  82fd38f9_f111_4681_d6b7_0b1347efd00c["verifyWrite()"]
  c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f["UniformStreamByteDistributorTest"]
  82fd38f9_f111_4681_d6b7_0b1347efd00c -->|defined in| c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f
  59498931_38a4_a9e5_5599_b47a54ba0e4b["bytesUnassignedAfterProcessing()"]
  59498931_38a4_a9e5_5599_b47a54ba0e4b -->|calls| 82fd38f9_f111_4681_d6b7_0b1347efd00c
  05bc5ac6_f8e9_6aad_fa1a_e73aa259238b["connectionErrorForWriterException()"]
  05bc5ac6_f8e9_6aad_fa1a_e73aa259238b -->|calls| 82fd38f9_f111_4681_d6b7_0b1347efd00c
  c33847f9_9ef5_0cd4_37aa_1d872cf264f5["emptyFrameAtHeadIsWritten()"]
  c33847f9_9ef5_0cd4_37aa_1d872cf264f5 -->|calls| 82fd38f9_f111_4681_d6b7_0b1347efd00c
  529feccb_987c_8256_b2b2_8dab7663329c["streamWindowExhaustedDoesNotWrite()"]
  529feccb_987c_8256_b2b2_8dab7663329c -->|calls| 82fd38f9_f111_4681_d6b7_0b1347efd00c
  092a439a_75a5_e1e7_edc5_9fbfef4a563b["streamWindowLargerThanIntDoesNotInfiniteLoop()"]
  092a439a_75a5_e1e7_edc5_9fbfef4a563b -->|calls| 82fd38f9_f111_4681_d6b7_0b1347efd00c
  25e52e77_a9b5_a8d2_5680_6ca6e99dc744["write()"]
  82fd38f9_f111_4681_d6b7_0b1347efd00c -->|calls| 25e52e77_a9b5_a8d2_5680_6ca6e99dc744
  style 82fd38f9_f111_4681_d6b7_0b1347efd00c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java lines 270–272

    private void verifyWrite(int streamId, int numBytes) {
        verify(writer).write(same(stream(streamId)), eq(numBytes));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does verifyWrite() do?
verifyWrite() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java.
Where is verifyWrite() defined?
verifyWrite() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java at line 270.
What does verifyWrite() call?
verifyWrite() calls 1 function(s): write.
What calls verifyWrite()?
verifyWrite() is called by 5 function(s): bytesUnassignedAfterProcessing, connectionErrorForWriterException, emptyFrameAtHeadIsWritten, streamWindowExhaustedDoesNotWrite, streamWindowLargerThanIntDoesNotInfiniteLoop.

Analyze Your Own Codebase

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

Try Supermodel Free