org.csource.fastdfs
Class ProtoCommon.RecvPackageInfo

java.lang.Object
  extended by org.csource.fastdfs.ProtoCommon.RecvPackageInfo
Enclosing class:
ProtoCommon

public static class ProtoCommon.RecvPackageInfo
extends java.lang.Object

receive package info


Field Summary
 byte[] body
           
 byte errno
           
 
Constructor Summary
ProtoCommon.RecvPackageInfo(byte errno, byte[] body)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errno

public byte errno

body

public byte[] body
Constructor Detail

ProtoCommon.RecvPackageInfo

public ProtoCommon.RecvPackageInfo(byte errno,
                                   byte[] body)