netty5/handler/src/main/java/io/netty
Norman Maurer 1c37c8f072
Use special exception when failing because the SSLEngine was closed (#10783)
Motivation:

Sometimes it would be helpful to easily detect if an operation failed due the SSLEngine already be closed.

Modifications:

Add special exception that is used when the engine was closed

Result:

Easier to detect a failure caused by a closed exception
2020-11-09 15:33:14 +01:00
..
handler Use special exception when failing because the SSLEngine was closed (#10783) 2020-11-09 15:33:14 +01:00