Home / Function/ IoUringIoOps() — netty Function Reference

IoUringIoOps() — netty Function Reference

Architecture documentation for the IoUringIoOps() function in IoUringDomainSocketChannel.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  91f0ccfd_b51f_9a8e_8ab5_b27b9355859c["IoUringIoOps()"]
  dc99258d_71a6_9064_ca08_361c0964e22e["IoUringDomainSocketUnsafe"]
  91f0ccfd_b51f_9a8e_8ab5_b27b9355859c -->|defined in| dc99258d_71a6_9064_ca08_361c0964e22e
  style 91f0ccfd_b51f_9a8e_8ab5_b27b9355859c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringDomainSocketChannel.java lines 155–159

        private IoUringIoOps prepSendFdIoOps(FileDescriptor fileDescriptor, MsgHdrMemory msgHdrMemory) {
            msgHdrMemory.setScmRightsFd(fileDescriptor.intValue());
            return IoUringIoOps.newSendmsg(
                    fd().intValue(), (byte) 0, 0, msgHdrMemory.address(), msgHdrMemory.idx());
        }

Domain

Subdomains

Frequently Asked Questions

What does IoUringIoOps() do?
IoUringIoOps() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringDomainSocketChannel.java.
Where is IoUringIoOps() defined?
IoUringIoOps() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringDomainSocketChannel.java at line 155.

Analyze Your Own Codebase

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

Try Supermodel Free