netty5/codec-memcache/src/main/java/io/netty/handler/codec/memcache
Trustin Lee 330404da07 Fix most inspector warnings
Motivation:

It's good to minimize potentially broken windows.

Modifications:

Fix most inspector warnings from our profile

Result:

Cleaner code
2014-07-02 19:04:11 +09:00
..
binary Fix most inspector warnings 2014-07-02 19:04:11 +09:00
AbstractMemcacheObject.java Adhere to our getter/setter naming rules 2014-06-24 16:08:46 +09:00
AbstractMemcacheObjectAggregator.java Introduce MessageAggregator and DecoderResultProvider 2014-06-05 16:39:59 +09:00
AbstractMemcacheObjectDecoder.java codec-memcache: prefix abstract classes with Abstract. 2013-12-09 11:28:59 +01:00
AbstractMemcacheObjectEncoder.java codec-memcache: prefix abstract classes with Abstract. 2013-12-09 11:28:59 +01:00
DefaultLastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
DefaultMemcacheContent.java Adhere to our getter/setter naming rules 2014-06-24 16:08:46 +09:00
FullMemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
LastMemcacheContent.java Adhere to our getter/setter naming rules 2014-06-24 16:08:46 +09:00
MemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
MemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-01-29 11:44:59 +09:00
MemcacheObject.java Adhere to our getter/setter naming rules 2014-06-24 16:08:46 +09:00
package-info.java Implementing the Binary Memcache protocol 2013-11-04 19:24:14 +09:00