com.vodafone360.people.service.transport
Class DecoderThread.RawResponse

java.lang.Object
  extended by com.vodafone360.people.service.transport.DecoderThread.RawResponse
Enclosing class:
DecoderThread

public static class DecoderThread.RawResponse
extends java.lang.Object

Container class for raw undecoded response data. Holds a request id (obtained from outgoing request or 0 for unsolicited Push message) and whether data is GZip compressed or unsolicited.


Field Summary
 boolean mCompressed
           
 byte[] mData
           
 int mReqId
           
 boolean mUnsolicited
           
 
Constructor Summary
DecoderThread.RawResponse(int reqId, byte[] data, boolean compressed, boolean unsolicited)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mReqId

public int mReqId

mData

public byte[] mData

mCompressed

public boolean mCompressed

mUnsolicited

public boolean mUnsolicited
Constructor Detail

DecoderThread.RawResponse

public DecoderThread.RawResponse(int reqId,
                                 byte[] data,
                                 boolean compressed,
                                 boolean unsolicited)


JavaDoc