drainWritabilityQueue() — netty Function Reference
Architecture documentation for the drainWritabilityQueue() function in SocketShutdownOutputBySelfTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c860c19a_9228_801f_c266_024d188f0855["drainWritabilityQueue()"] b34e73fd_ffda_8fdb_8c3d_2880f25215d7["TestHandler"] c860c19a_9228_801f_c266_024d188f0855 -->|defined in| b34e73fd_ffda_8fdb_8c3d_2880f25215d7 b68d4b5a_c157_7afe_19c8_50d40f7fff03["assertWritability()"] b68d4b5a_c157_7afe_19c8_50d40f7fff03 -->|calls| c860c19a_9228_801f_c266_024d188f0855 style c860c19a_9228_801f_c266_024d188f0855 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketShutdownOutputBySelfTest.java lines 305–309
private void drainWritabilityQueue() throws InterruptedException {
while ((writabilityQueue.poll(100, TimeUnit.MILLISECONDS)) != null) {
// Just drain the queue.
}
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does drainWritabilityQueue() do?
drainWritabilityQueue() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketShutdownOutputBySelfTest.java.
Where is drainWritabilityQueue() defined?
drainWritabilityQueue() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketShutdownOutputBySelfTest.java at line 305.
What calls drainWritabilityQueue()?
drainWritabilityQueue() is called by 1 function(s): assertWritability.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free