Refactoring Deframing code for Netty.

- New Decompressor interface with NettyDecompressor impl. This is responsible for unpackaging and uncompressing the GRPC compression frame.

- New class GrpcDeframer. This is a transport-agnostic class that uses a Decompressor to unpackage the compression frame, and then reads one complete GRPC frame and notifies the listener.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=73068835
7 files changed
tree: e4c95b2541da1eedaa6f2ee33e2dcbb70afee055
  1. core/
  2. stub/
  3. testing/
  4. LICENSE