Home / Function/ noSelectedMatchFound() — netty Function Reference

noSelectedMatchFound() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  a473a3f2_10fc_a11f_98cd_154bf2d37266["noSelectedMatchFound()"]
  0f27490d_af85_1f60_588b_efec2c3631a6["NoFailProtocolSelectionListener"]
  a473a3f2_10fc_a11f_98cd_154bf2d37266 -->|defined in| 0f27490d_af85_1f60_588b_efec2c3631a6
  aae4eab4_30e4_2197_e252_8d6edb12010a["noSelectedMatchFound()"]
  aae4eab4_30e4_2197_e252_8d6edb12010a -->|calls| a473a3f2_10fc_a11f_98cd_154bf2d37266
  aae4eab4_30e4_2197_e252_8d6edb12010a["noSelectedMatchFound()"]
  a473a3f2_10fc_a11f_98cd_154bf2d37266 -->|calls| aae4eab4_30e4_2197_e252_8d6edb12010a
  style a473a3f2_10fc_a11f_98cd_154bf2d37266 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java lines 194–196

        protected void noSelectedMatchFound(String protocol) throws Exception {
            // Will never be called.
        }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free