Home / Function/ shouldBreakIoUringInReady() — netty Function Reference

shouldBreakIoUringInReady() — netty Function Reference

Architecture documentation for the shouldBreakIoUringInReady() function in AbstractIoUringChannel.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  93b70944_6597_04c2_e412_278ec44db74b["shouldBreakIoUringInReady()"]
  9a4cac3b_00a7_737a_49b1_42ae60ccb637["AbstractIoUringChannel"]
  93b70944_6597_04c2_e412_278ec44db74b -->|defined in| 9a4cac3b_00a7_737a_49b1_42ae60ccb637
  9409d28f_f298_e694_0b72_3ae14f97de01["schedulePollIn()"]
  9409d28f_f298_e694_0b72_3ae14f97de01 -->|calls| 93b70944_6597_04c2_e412_278ec44db74b
  9b28a532_f04c_f45b_8f41_75c45e3a43d8["isAllowHalfClosure()"]
  93b70944_6597_04c2_e412_278ec44db74b -->|calls| 9b28a532_f04c_f45b_8f41_75c45e3a43d8
  style 93b70944_6597_04c2_e412_278ec44db74b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java lines 1272–1274

    private boolean shouldBreakIoUringInReady(ChannelConfig config) {
        return socket.isInputShutdown() && (inputClosedSeenErrorOnRead || !isAllowHalfClosure(config));
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does shouldBreakIoUringInReady() do?
shouldBreakIoUringInReady() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java.
Where is shouldBreakIoUringInReady() defined?
shouldBreakIoUringInReady() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java at line 1272.
What does shouldBreakIoUringInReady() call?
shouldBreakIoUringInReady() calls 1 function(s): isAllowHalfClosure.
What calls shouldBreakIoUringInReady()?
shouldBreakIoUringInReady() is called by 1 function(s): schedulePollIn.

Analyze Your Own Codebase

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

Try Supermodel Free