Home / Function/ clearState() — netty Function Reference

clearState() — netty Function Reference

Architecture documentation for the clearState() function in SslHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  5fccc820_4d5c_02e0_7572_31b2a69fd790["clearState()"]
  d8b07a7c_44f8_c4e9_efe8_49bfae7d4af1["SslHandler"]
  5fccc820_4d5c_02e0_7572_31b2a69fd790 -->|defined in| d8b07a7c_44f8_c4e9_efe8_49bfae7d4af1
  377b07e2_f49b_043e_067e_6dc91938e4d9["channelReadComplete0()"]
  377b07e2_f49b_043e_067e_6dc91938e4d9 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  51b61e7d_0f6d_53c7_ed6a_56a55b2ed5a7["unwrap()"]
  51b61e7d_0f6d_53c7_ed6a_56a55b2ed5a7 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  f6d3b03c_60c8_2cd1_d1f9_9e50bc567c49["setHandshakeSuccessUnwrapMarkReentry()"]
  f6d3b03c_60c8_2cd1_d1f9_9e50bc567c49 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  985b3057_a9f6_8ddd_4409_70c4485507c5["runDelegatedTasks()"]
  985b3057_a9f6_8ddd_4409_70c4485507c5 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  d5c0dc3b_c9c6_3584_a1bf_3d5d471c5803["executeDelegatedTask()"]
  d5c0dc3b_c9c6_3584_a1bf_3d5d471c5803 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  412a41a8_6a03_f301_fa41_1d7e9d8ad668["setHandshakeSuccess()"]
  412a41a8_6a03_f301_fa41_1d7e9d8ad668 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  97e069a2_d061_156b_5f87_33bbcfd62f59["forceFlush()"]
  97e069a2_d061_156b_5f87_33bbcfd62f59 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  3767fed6_8ef0_e61c_ca65_bd1e0902b8bb["resumeOnEventExecutor()"]
  3767fed6_8ef0_e61c_ca65_bd1e0902b8bb -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  8c148524_5863_9fd9_17ef_b36c8e32fd70["handleException()"]
  8c148524_5863_9fd9_17ef_b36c8e32fd70 -->|calls| 5fccc820_4d5c_02e0_7572_31b2a69fd790
  style 5fccc820_4d5c_02e0_7572_31b2a69fd790 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/SslHandler.java lines 2447–2449

    private void clearState(int bit) {
        state &= ~bit;
    }

Domain

Subdomains

Frequently Asked Questions

What does clearState() do?
clearState() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/SslHandler.java.
Where is clearState() defined?
clearState() is defined in handler/src/main/java/io/netty/handler/ssl/SslHandler.java at line 2447.
What calls clearState()?
clearState() is called by 9 function(s): channelReadComplete0, executeDelegatedTask, forceFlush, handleException, resumeOnEventExecutor, runDelegatedTasks, setHandshakeSuccess, setHandshakeSuccessUnwrapMarkReentry, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free