Home / Function/ getOptions() — netty Function Reference

getOptions() — netty Function Reference

Architecture documentation for the getOptions() function in EpollSocketChannelConfig.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  0b500577_09cc_0fc1_624a_a9d57e49ebfd["getOptions()"]
  f9f9abc3_5d7e_54ea_b32a_5c493de53a1e["EpollSocketChannelConfig"]
  0b500577_09cc_0fc1_624a_a9d57e49ebfd -->|defined in| f9f9abc3_5d7e_54ea_b32a_5c493de53a1e
  style 0b500577_09cc_0fc1_624a_a9d57e49ebfd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollSocketChannelConfig.java lines 56–66

    @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, EpollChannelOption.TCP_CORK, EpollChannelOption.TCP_NOTSENT_LOWAT,
                EpollChannelOption.TCP_KEEPCNT, EpollChannelOption.TCP_KEEPIDLE, EpollChannelOption.TCP_KEEPINTVL,
                EpollChannelOption.TCP_MD5SIG, EpollChannelOption.TCP_QUICKACK,
                EpollChannelOption.IP_BIND_ADDRESS_NO_PORT, EpollChannelOption.IP_TRANSPARENT,
                ChannelOption.TCP_FASTOPEN_CONNECT, EpollChannelOption.SO_BUSY_POLL);
    }

Domain

Subdomains

Frequently Asked Questions

What does getOptions() do?
getOptions() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollSocketChannelConfig.java.
Where is getOptions() defined?
getOptions() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollSocketChannelConfig.java at line 56.

Analyze Your Own Codebase

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

Try Supermodel Free