netty5/handler/src
Norman Maurer 7bee318fc7 Use OneTimeTask where possible to reduce object creation
Motivation:

We should use OneTimeTask where possible to reduce object creation.

Modifications:

Replace Runnable with OneTimeTask

Result:

Less object creation
2015-11-20 14:39:06 -08:00
..
main/java/io/netty/handler Use OneTimeTask where possible to reduce object creation 2015-11-20 14:39:06 -08:00
test Implement SSLSession.invalidate() and isValid() for OpenSSLEngine. 2015-10-15 12:02:19 +02:00