jnlp.sample.servlet
Class DownloadResponse.JnlpErrorResponse

java.lang.Object
  extended by jnlp.sample.servlet.DownloadResponse
      extended by jnlp.sample.servlet.DownloadResponse.JnlpErrorResponse
Enclosing class:
DownloadResponse

public static class DownloadResponse.JnlpErrorResponse
extends DownloadResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class jnlp.sample.servlet.DownloadResponse
DownloadResponse.JnlpErrorResponse
 
Field Summary
 
Fields inherited from class jnlp.sample.servlet.DownloadResponse
CONTENT_ENCODING, ERR_10_NO_RESOURCE, ERR_11_NO_VERSION, ERR_20_UNSUP_OS, ERR_21_UNSUP_ARCH, ERR_22_UNSUP_LOCALE, ERR_23_UNSUP_JRE, ERR_99_UNKNOWN, GZIP_ENCODING, PACK200_GZIP_ENCODING, STS_00_OK
 
Constructor Summary
DownloadResponse.JnlpErrorResponse(int jnlpErrorCode)
           
 
Method Summary
 void sendRespond(javax.servlet.http.HttpServletResponse response)
          Post information to an HttpResponse
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadResponse.JnlpErrorResponse

public DownloadResponse.JnlpErrorResponse(int jnlpErrorCode)
Method Detail

sendRespond

public void sendRespond(javax.servlet.http.HttpServletResponse response)
                 throws java.io.IOException
Description copied from class: DownloadResponse
Post information to an HttpResponse

Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class DownloadResponse


Copyright © 2005-2010 Sun Microsystems. All Rights Reserved.