netty5/codec-memcache/src/main/java/io/netty/handler/codec/memcache
Michael Nitschinger 65ee10fbd0 [codec-memcache] Avoid NPE on channelInactive.
Motivation:
When no currentMessage has been set and the channel is inactive, a NPE is raised.

Modification:
Make sure that a currentMessage is available before checking the extras.

Result:
No more NPE raised potentially.
2014-04-23 11:41:44 +02:00
..
binary [codec-memcache] Avoid NPE on channelInactive. 2014-04-23 11:41:44 +02:00
AbstractMemcacheObject.java Abstract classes' names should start with 'Abstract' 2014-02-13 15:39:05 -08:00
AbstractMemcacheObjectAggregator.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
AbstractMemcacheObjectDecoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
AbstractMemcacheObjectEncoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
DefaultLastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
DefaultMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
FullMemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
LastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheObject.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
package-info.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00