org.csource.fastdfs
类 ProtoCommon.RecvHeaderInfo

java.lang.Object
  继承者 org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
包容类:
ProtoCommon

public static class ProtoCommon.RecvHeaderInfo
extends Object

receive header info


字段摘要
 long body_len
           
 byte errno
           
 
构造方法摘要
ProtoCommon.RecvHeaderInfo(byte errno, long body_len)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

errno

public byte errno

body_len

public long body_len
构造方法详细信息

ProtoCommon.RecvHeaderInfo

public ProtoCommon.RecvHeaderInfo(byte errno,
                                  long body_len)


Copyright © 2017. All rights reserved.