URLConnection.getHeaderFieldKey

URLConnection.getHeaderFieldKey

Class Overview | Class Members | This Package | All Packages

Syntax
public String getHeaderFieldKey( int n )
Parameters
n
an index.
Returns
the key for the nth header field, or null if there are fewer than n fields.
Description
Returns the key for the nth header field.