org.jdesktop.deployment.jnlp.servlet
Class JnlpDownloadServlet

java.lang.Object
  extended by HttpServlet
      extended by org.jdesktop.deployment.jnlp.servlet.JnlpDownloadServlet

public class JnlpDownloadServlet
extends HttpServlet

This Servlet class is an implementation of JNLP Specification's Download Protocols. All requests to this servlet is in the form of HTTP GET commands. The parameters that are needed are:

Version:
1.8 01/23/03

Constructor Summary
JnlpDownloadServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          We handle get requests too - eventhough the spec.
static java.util.ResourceBundle getResourceBundle()
           
 void init(ServletConfig config)
          Initialize servlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpDownloadServlet

public JnlpDownloadServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Initialize servlet

Throws:
ServletException

getResourceBundle

public static java.util.ResourceBundle getResourceBundle()

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
We handle get requests too - eventhough the spec. only requeres POST requests

Throws:
ServletException
java.io.IOException


Copyright © 2005 Sun Microsystems All Rights Reserved.