Home / Function/ getOptions() — netty Function Reference

getOptions() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  2a48a2ef_a22b_fd18_e05d_5311c2838706["getOptions()"]
  84100e5c_329b_9e5d_4996_2bc36acd5eb1["QuicheQuicStreamChannelConfig"]
  2a48a2ef_a22b_fd18_e05d_5311c2838706 -->|defined in| 84100e5c_329b_9e5d_4996_2bc36acd5eb1
  3f50b7c6_a754_a118_3801_95c700dcd204["isHalfClosureSupported()"]
  2a48a2ef_a22b_fd18_e05d_5311c2838706 -->|calls| 3f50b7c6_a754_a118_3801_95c700dcd204
  style 2a48a2ef_a22b_fd18_e05d_5311c2838706 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannelConfig.java lines 39–45

    @Override
    public Map<ChannelOption<?>, Object> getOptions() {
        if (isHalfClosureSupported()) {
            return getOptions(super.getOptions(), ChannelOption.ALLOW_HALF_CLOSURE, QuicChannelOption.READ_FRAMES);
        }
        return super.getOptions();
    }

Domain

Subdomains

Frequently Asked Questions

What does getOptions() do?
getOptions() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannelConfig.java.
Where is getOptions() defined?
getOptions() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannelConfig.java at line 39.
What does getOptions() call?
getOptions() calls 1 function(s): isHalfClosureSupported.

Analyze Your Own Codebase

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

Try Supermodel Free