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 2

Entity Profile

Dependency Diagram

graph TD
  aae4eab4_30e4_2197_e252_8d6edb12010a["noSelectedMatchFound()"]
  e9ca7d7d_61c5_c637_28b8_73807d4702ee["FailProtocolSelectionListener"]
  aae4eab4_30e4_2197_e252_8d6edb12010a -->|defined in| e9ca7d7d_61c5_c637_28b8_73807d4702ee
  a473a3f2_10fc_a11f_98cd_154bf2d37266["noSelectedMatchFound()"]
  a473a3f2_10fc_a11f_98cd_154bf2d37266 -->|calls| aae4eab4_30e4_2197_e252_8d6edb12010a
  9720cc02_6597_a35d_cf1a_7cbadf40c262["selected()"]
  9720cc02_6597_a35d_cf1a_7cbadf40c262 -->|calls| aae4eab4_30e4_2197_e252_8d6edb12010a
  a473a3f2_10fc_a11f_98cd_154bf2d37266["noSelectedMatchFound()"]
  aae4eab4_30e4_2197_e252_8d6edb12010a -->|calls| a473a3f2_10fc_a11f_98cd_154bf2d37266
  style aae4eab4_30e4_2197_e252_8d6edb12010a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/JdkBaseApplicationProtocolNegotiator.java lines 204–207

        @Override
        protected void noSelectedMatchFound(String protocol) throws Exception {
            throw new SSLHandshakeException("No compatible protocols found");
        }

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 204.
What does noSelectedMatchFound() call?
noSelectedMatchFound() calls 1 function(s): noSelectedMatchFound.
What calls noSelectedMatchFound()?
noSelectedMatchFound() is called by 2 function(s): noSelectedMatchFound, selected.

Analyze Your Own Codebase

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

Try Supermodel Free