Home / Function/ setNegotiatedApplicationProtocol() — netty Function Reference

setNegotiatedApplicationProtocol() — netty Function Reference

Architecture documentation for the setNegotiatedApplicationProtocol() function in OpenSslErrorStackAssertSSLEngine.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d52f80f0_ccaf_bfaa_b4ad_68c420c1c817["setNegotiatedApplicationProtocol()"]
  c3be1c23_22d3_d6c2_573c_838e7e595d0f["OpenSslErrorStackAssertSSLEngine"]
  d52f80f0_ccaf_bfaa_b4ad_68c420c1c817 -->|defined in| c3be1c23_22d3_d6c2_573c_838e7e595d0f
  style d52f80f0_ccaf_bfaa_b4ad_68c420c1c817 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java lines 428–431

    @Override
    void setNegotiatedApplicationProtocol(String applicationProtocol) {
        throw new UnsupportedOperationException();
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free