Пример #1
0
 /**
  * Returns the header value for the specified name as a long.
  *
  * @param name the header name
  */
 public long getLongHeader(String name) {
   return headers.getLongValue(name);
 }