netty5/handler/src
Norman Maurer d55c321306 Add SslCloseCompletionEvent that is fired once a close_notify was received
Motivation:

For the completion of a handshake we already fire a SslHandshakeCompletionEvent which the user can intercept. We should do the same for the receiving of close_notify.

Modifications:

Add SslCloseCompletionEvent and test-case.

Result:

More consistent API.
2017-01-19 19:15:24 +01:00
..
main/java/io/netty/handler Add SslCloseCompletionEvent that is fired once a close_notify was received 2017-01-19 19:15:24 +01:00
test Add SslCloseCompletionEvent that is fired once a close_notify was received 2017-01-19 19:15:24 +01:00