Package de.xima.fc.servlet
Class LicenseNotificationServlet
- java.lang.Object
- 
- javax.servlet.GenericServlet
- 
- javax.servlet.http.HttpServlet
- 
- de.xima.fc.servlet.LicenseNotificationServlet
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- javax.servlet.Servlet,- javax.servlet.ServletConfig
 
 @WebServlet(name="LicenseNotificationServlet", urlPatterns="/license/notify", asyncSupported=true) public class LicenseNotificationServlet extends javax.servlet.http.HttpServletServlet for notifying an client license update to trigger an download- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LicenseNotificationServlet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)protected voiddoOptions(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)- 
Methods inherited from class javax.servlet.http.HttpServletdoDelete, doHead, doPost, doPut, doTrace, getLastModified, service, service
 
- 
 
- 
- 
- 
Method Detail- 
doOptionsprotected void doOptions(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException- Overrides:
- doOptionsin class- javax.servlet.http.HttpServlet
- Throws:
- javax.servlet.ServletException
- IOException
 
 - 
doGetprotected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException- Overrides:
- doGetin class- javax.servlet.http.HttpServlet
- Throws:
- javax.servlet.ServletException
- IOException
 
 
- 
 
-