Пример #1
0
 /**
  * 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);
 }