Home / Function/ unsupported() — netty Function Reference

unsupported() — netty Function Reference

Architecture documentation for the unsupported() function in JdkBaseApplicationProtocolNegotiator.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  974f8951_bc2c_b435_b8c1_fab439f74f7c["unsupported()"]
  e66283ab_c884_60dd_1348_c7d8caec544e["NoFailProtocolSelector"]
  974f8951_bc2c_b435_b8c1_fab439f74f7c -->|defined in| e66283ab_c884_60dd_1348_c7d8caec544e
  7226cdf3_48f4_9620_2968_2c198e0dcac8["unsupported()"]
  7226cdf3_48f4_9620_2968_2c198e0dcac8 -->|calls| 974f8951_bc2c_b435_b8c1_fab439f74f7c
  7226cdf3_48f4_9620_2968_2c198e0dcac8["unsupported()"]
  974f8951_bc2c_b435_b8c1_fab439f74f7c -->|calls| 7226cdf3_48f4_9620_2968_2c198e0dcac8
  style 974f8951_bc2c_b435_b8c1_fab439f74f7c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java lines 138–141

        @Override
        public void unsupported() {
            engineWrapper.setNegotiatedApplicationProtocol(null);
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does unsupported() do?
unsupported() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java.
Where is unsupported() defined?
unsupported() is defined in handler/src/main/java/io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java at line 138.
What does unsupported() call?
unsupported() calls 1 function(s): unsupported.
What calls unsupported()?
unsupported() is called by 1 function(s): unsupported.

Analyze Your Own Codebase

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

Try Supermodel Free