public static class Downloads.Impl.RequestHeaders extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_DOWNLOAD_ID |
static String |
COLUMN_HEADER |
static String |
COLUMN_VALUE |
static String |
HEADERS_DB_TABLE |
static String |
INSERT_KEY_PREFIX
Prefix for ContentValues keys that contain HTTP header lines, to be passed to
DownloadProvider.insert().
|
static String |
URI_SEGMENT
Path segment to add to a download URI to retrieve request headers
|
Constructor and Description |
---|
Downloads.Impl.RequestHeaders() |
public static final String HEADERS_DB_TABLE
public static final String COLUMN_DOWNLOAD_ID
public static final String COLUMN_HEADER
public static final String COLUMN_VALUE
public static final String URI_SEGMENT
public static final String INSERT_KEY_PREFIX