package com.moshi.push.recepsrv.response;
import com.moshi.receptionist.remoting.CommandCustomHeader;
import com.moshi.receptionist.remoting.exception.RemotingCommandException;
/**
*
* 墨仕服务器支撑
* <p>com.moshi.push.recepsrv.response
* <p>File: AuthenticationResponseHeader.java 创建时间:2014年7月22日下午2:23:02</p>
* <p>Title: 鉴权回复包</p>
* <p>Description: 描述(简要描述类的职责、实现方式、使用注意事项等)</p>
* <p>Copyright: Copyright (c) 2014 墨仕</p>
* <p>Company: 墨仕</p>
* <p>模块: 协议</p>
* @author 徐剑
* @version 0.0.1
* @history 修订历史(历次修订内容、修订人、修订时间等)
*/
public class AuthenticationResponseHeader implements CommandCustomHeader {
@Override
public void checkFields() throws RemotingCommandException {
// TODO Auto-generated method stub
}
}