jnlp.sample.servlet
Class DownloadResponse
java.lang.Object
jnlp.sample.servlet.DownloadResponse
- Direct Known Subclasses:
- DownloadResponse.JnlpErrorResponse
public abstract class DownloadResponse
- extends Object
A class used to encapsulate a file response, and
factory methods to create some common types.
STS_00_OK
public static final int STS_00_OK
- See Also:
- Constant Field Values
ERR_10_NO_RESOURCE
public static final int ERR_10_NO_RESOURCE
- See Also:
- Constant Field Values
ERR_11_NO_VERSION
public static final int ERR_11_NO_VERSION
- See Also:
- Constant Field Values
ERR_20_UNSUP_OS
public static final int ERR_20_UNSUP_OS
- See Also:
- Constant Field Values
ERR_21_UNSUP_ARCH
public static final int ERR_21_UNSUP_ARCH
- See Also:
- Constant Field Values
ERR_22_UNSUP_LOCALE
public static final int ERR_22_UNSUP_LOCALE
- See Also:
- Constant Field Values
ERR_23_UNSUP_JRE
public static final int ERR_23_UNSUP_JRE
- See Also:
- Constant Field Values
ERR_99_UNKNOWN
public static final int ERR_99_UNKNOWN
- See Also:
- Constant Field Values
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
GZIP_ENCODING
public static final String GZIP_ENCODING
- See Also:
- Constant Field Values
PACK200_GZIP_ENCODING
public static final String PACK200_GZIP_ENCODING
- See Also:
- Constant Field Values
DownloadResponse
public DownloadResponse()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2011 Sun Microsystems. All Rights Reserved.