org.jdesktop.deployment.jnlp.servlet
Class DownloadResponse.JnlpErrorResponse

java.lang.Object
  extended by org.jdesktop.deployment.jnlp.servlet.DownloadResponse
      extended by org.jdesktop.deployment.jnlp.servlet.DownloadResponse.JnlpErrorResponse
Enclosing class:
DownloadResponse

public static class DownloadResponse.JnlpErrorResponse
extends DownloadResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.deployment.jnlp.servlet.DownloadResponse
DownloadResponse.JnlpErrorResponse
 
Field Summary
 
Fields inherited from class org.jdesktop.deployment.jnlp.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(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(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 Sun Microsystems All Rights Reserved.