Package server.restful.servlets.hls
Klasse OnKeepAliveServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
server.restful.common.JSIDPlay2Servlet
server.restful.servlets.hls.OnKeepAliveServlet
- Alle implementierten Schnittstellen:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@WebServlet(name="OnKeepAliveServlet",
displayName="OnKeepAliveServlet",
urlPatterns="/static/on_keep_alive",
description="Keep alive video stream")
public class OnKeepAliveServlet
extends JSIDPlay2Servlet
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classVon Klasse geerbte verschachtelte Klassen/Schnittstellen server.restful.common.JSIDPlay2Servlet
JSIDPlay2Servlet.PureUsageParameter -
Feldübersicht
Von Klasse geerbte Felder server.restful.common.JSIDPlay2Servlet
AUDIO_TUNE_FILE_FILTER, C64_MUSIC, CART_FILE_FILTER, CGSC, configuration, DEV_TOOLS_SECTION1, DEV_TOOLS_SECTION2, directoryProperties, DISCRIMINATOR_PATH, DISK_FILE_FILTER, OBJECT_MAPPER, SERVLET_PATH, sidDatabase, stil, TAPE_FILE_FILTER, VIDEO_TUNE_FILE_FILTER -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voiddoGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Keep alive video stream.Von Klasse geerbte Methoden server.restful.common.JSIDPlay2Servlet
getCollectionName, getInput, getServletFiltersParameterMap, hasAdminAccess, setOutput, setOutput, setOutput, setOutput, setOutputVon Klasse geerbte Methoden jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceVon Klasse geerbte Methoden jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Konstruktordetails
-
OnKeepAliveServlet
public OnKeepAliveServlet()
-
-
Methodendetails
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException Keep alive video stream. Compensates for HLS's missing directives (on_play and on_play_done), notifies, that the stream is still being consumed.http://haendel.ddns.net:8080/static/on_keep_aliveExample parameters:name=<UUID>
- Setzt außer Kraft:
doGetin KlasseJSIDPlay2Servlet- Löst aus:
jakarta.servlet.ServletExceptionIOException
-