Articles under the 'Netty' tag
Using Netty, understand its connection idle handling
Connection Idle
An idle network connection means that the current network connection is idle, i.e., there is no ongoing data transfer or communication activity. When one of our connections is no longer sending requests or receiving responses, that connection begins to be idle.
The long
...
More >>
2023-03-30
Netty
/
handler
/
ReadTimeoutHandler
/
WriteTimeoutHandler