Home / Function/ data() — netty Function Reference

data() — netty Function Reference

Architecture documentation for the data() function in CloseNotifyTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  317fac11_4953_82ab_0135_80a75f4c2486["data()"]
  91635dfc_456c_fec9_4413_a1ee45d49032["CloseNotifyTest"]
  317fac11_4953_82ab_0135_80a75f4c2486 -->|defined in| 91635dfc_456c_fec9_4413_a1ee45d49032
  style 317fac11_4953_82ab_0135_80a75f4c2486 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/CloseNotifyTest.java lines 61–68

    static Collection<Object[]> data() {
        return asList(new Object[][] {
                { SslProvider.JDK, SslProtocols.TLS_v1_2 },
                { SslProvider.JDK, SslProtocols.TLS_v1_3 },
                { SslProvider.OPENSSL, SslProtocols.TLS_v1_2 },
                { SslProvider.OPENSSL, SslProtocols.TLS_v1_3 },
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does data() do?
data() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/CloseNotifyTest.java.
Where is data() defined?
data() is defined in handler/src/test/java/io/netty/handler/ssl/CloseNotifyTest.java at line 61.

Analyze Your Own Codebase

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

Try Supermodel Free