コード例 #1
0
ファイル: Response.java プロジェクト: 0x6e3078/chipKIT-cxx
 /**
  * Returns the header value for the specified name as an integer.
  *
  * @param name the header name
  */
 public int getIntHeader(String name) {
   return headers.getIntValue(name);
 }