Description
During second re-handshake that triggered to avoid sequence number overlap by SSLEngine, SSLEngine's unwrap method may return SSLEngineResult with BUFFER_OVERFLOW status and NEED_WRAP handshake status.
In this case checkStatus method of SSLHandler will throw SSLException.