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
  7226cdf3_48f4_9620_2968_2c198e0dcac8["unsupported()"]
  0f27490d_af85_1f60_588b_efec2c3631a6["NoFailProtocolSelectionListener"]
  7226cdf3_48f4_9620_2968_2c198e0dcac8 -->|defined in| 0f27490d_af85_1f60_588b_efec2c3631a6
  974f8951_bc2c_b435_b8c1_fab439f74f7c["unsupported()"]
  974f8951_bc2c_b435_b8c1_fab439f74f7c -->|calls| 7226cdf3_48f4_9620_2968_2c198e0dcac8
  974f8951_bc2c_b435_b8c1_fab439f74f7c["unsupported()"]
  7226cdf3_48f4_9620_2968_2c198e0dcac8 -->|calls| 974f8951_bc2c_b435_b8c1_fab439f74f7c
  style 7226cdf3_48f4_9620_2968_2c198e0dcac8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java lines 180–183

        @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 180.
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