setEnabledCipherSuites() — netty Function Reference
Architecture documentation for the setEnabledCipherSuites() function in OpenSslErrorStackAssertSSLEngine.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a4bf6a21_7cfb_8502_bc69_6dad30db74af["setEnabledCipherSuites()"] c3be1c23_22d3_d6c2_573c_838e7e595d0f["OpenSslErrorStackAssertSSLEngine"] a4bf6a21_7cfb_8502_bc69_6dad30db74af -->|defined in| c3be1c23_22d3_d6c2_573c_838e7e595d0f 00e92905_ebd4_1074_5630_486bae32415d["assertErrorStackEmpty()"] a4bf6a21_7cfb_8502_bc69_6dad30db74af -->|calls| 00e92905_ebd4_1074_5630_486bae32415d style a4bf6a21_7cfb_8502_bc69_6dad30db74af fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java lines 178–185
@Override
public void setEnabledCipherSuites(String[] strings) {
try {
getWrappedEngine().setEnabledCipherSuites(strings);
} finally {
assertErrorStackEmpty();
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does setEnabledCipherSuites() do?
setEnabledCipherSuites() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java.
Where is setEnabledCipherSuites() defined?
setEnabledCipherSuites() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java at line 178.
What does setEnabledCipherSuites() call?
setEnabledCipherSuites() calls 1 function(s): assertErrorStackEmpty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free