public abstract class DownloadResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DownloadResponse.JnlpErrorResponse |
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_ENCODING |
static int |
ERR_10_NO_RESOURCE |
static int |
ERR_11_NO_VERSION |
static int |
ERR_20_UNSUP_OS |
static int |
ERR_21_UNSUP_ARCH |
static int |
ERR_22_UNSUP_LOCALE |
static int |
ERR_23_UNSUP_JRE |
static int |
ERR_99_UNKNOWN |
static String |
GZIP_ENCODING |
static String |
PACK200_GZIP_ENCODING |
static int |
STS_00_OK |
Constructor and Description |
---|
DownloadResponse() |
public static final int STS_00_OK
public static final int ERR_10_NO_RESOURCE
public static final int ERR_11_NO_VERSION
public static final int ERR_20_UNSUP_OS
public static final int ERR_21_UNSUP_ARCH
public static final int ERR_22_UNSUP_LOCALE
public static final int ERR_23_UNSUP_JRE
public static final int ERR_99_UNKNOWN
public static final String CONTENT_ENCODING
public static final String GZIP_ENCODING
public static final String PACK200_GZIP_ENCODING
Copyright © 2005–2016 Sun Microsystems. All rights reserved.