Class VideoServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.levigo.jadice.web.conn.server.AbstractDownloadServlet
com.levigo.jadice.web.demo.enterprise.server.ResourceServlet
com.levigo.jadice.web.demo.enterprise.server.VideoServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@WebServlet(description="Servlet for downloading videos",
displayName="jadice web toolkit video download",
name="jwtVideoDownloadServlet",
urlPatterns="/jwt/video/*")
public class VideoServlet
extends ResourceServlet
This servlet handles video requests.
- See Also:
-
Field Summary
Fields inherited from class com.levigo.jadice.web.demo.enterprise.server.ResourceServlet
fileUploadServiceFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetData(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class com.levigo.jadice.web.demo.enterprise.server.ResourceServlet
canHandleType, getResource, getResourceIdentifierMethods inherited from class com.levigo.jadice.web.conn.server.AbstractDownloadServlet
doGet, logClientClosedExceptionMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
VideoServlet
public VideoServlet()
-
-
Method Details
-
getData
protected void getData(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IndexOutOfBoundsException, IOException - Specified by:
getDatain classAbstractDownloadServlet- Throws:
IndexOutOfBoundsExceptionIOException
-