getOptions() — netty Function Reference
Architecture documentation for the getOptions() function in IoUringSocketChannelConfig.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d74585f0_a057_6d43_444b_2b5bf18a2b5f["getOptions()"] 484d4b16_5cd0_ceda_ec98_1e750f432535["IoUringSocketChannelConfig"] d74585f0_a057_6d43_444b_2b5bf18a2b5f -->|defined in| 484d4b16_5cd0_ceda_ec98_1e750f432535 style d74585f0_a057_6d43_444b_2b5bf18a2b5f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringSocketChannelConfig.java lines 48–57
@Override
public Map<ChannelOption<?>, Object> getOptions() {
return getOptions(
super.getOptions(),
SO_RCVBUF, SO_SNDBUF, TCP_NODELAY, SO_KEEPALIVE, SO_REUSEADDR, SO_LINGER, IP_TOS,
ALLOW_HALF_CLOSURE, IoUringChannelOption.TCP_CORK, IoUringChannelOption.TCP_NOTSENT_LOWAT,
IoUringChannelOption.TCP_KEEPCNT, IoUringChannelOption.TCP_KEEPIDLE, IoUringChannelOption.TCP_KEEPINTVL,
IoUringChannelOption.TCP_QUICKACK, IoUringChannelOption.IP_TRANSPARENT,
ChannelOption.TCP_FASTOPEN_CONNECT, IoUringChannelOption.IO_URING_WRITE_ZERO_COPY_THRESHOLD);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does getOptions() do?
getOptions() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringSocketChannelConfig.java.
Where is getOptions() defined?
getOptions() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringSocketChannelConfig.java at line 48.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free