HttpFields.getLongField

Get a header as an long value. Returns the value of an integer field or -1 if not found. The case of the field name is ignored.

@param name the case-insensitive field name @return the value of the field as a long @exception NumberFormatException If bad long found

class HttpFields
long
getLongField
(
string name
)

Meta