netty5/handler/src/main/java/io/netty/handler
Norman Maurer 91951a51ad Ensure calling ReferenceCountedSslEngine.unwrap(...) / wrap(...) can be called after it was closed
Motivation:

The JDK implementation of SSLEngine allows to have unwrap(...) / wrap(...) called even after closeInbound() and closeOutbound() were called. We need to support the same in ReferenceCountedSslEngine.

Modification:

- Allow calling ReferenceCountedSslEngine.unwrap(...) / wrap(...) after the engine was closed
- Modify unit test to ensure correct behaviour.

Result:

Implementation works as expected.
2017-01-19 07:51:27 +01:00
..
flow Clean-up unused imports 2016-09-30 09:08:50 +02:00
flush Consolidate flushes even when no read in progress 2016-09-23 15:27:03 -07:00
ipfilter Revert "Consistent naming style for enum" 2015-08-28 20:49:38 +02:00
logging [#3798] Extract dump method to ByteBufUtil 2015-06-09 06:21:09 +02:00
ssl Ensure calling ReferenceCountedSslEngine.unwrap(...) / wrap(...) can be called after it was closed 2017-01-19 07:51:27 +01:00
stream Use shaded dependency on JCTools instead of copy and paste 2016-06-10 13:19:45 +02:00
timeout Detecting actual Channel write idleness vs. slowness 2016-12-30 17:22:07 -08:00
traffic [#5712] Allow clients to override userDefinedWritabilityIndex from AbstractTrafficShapingHandler 2016-09-05 12:29:40 +02:00