Klasse ProxyServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
server.restful.common.JSIDPlay2Servlet
server.restful.servlets.hls.ProxyServlet
Alle implementierten Schnittstellen:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@WebServlet(name="ProxyServlet", displayName="ProxyServlet", urlPatterns="/jsidplay2service/JSIDPlay2REST/proxy/*", description="This serves as kind of a proxy to make internal HTTP requests of HLS protocol through HTTPS to avoid mixed content in the browser") public class ProxyServlet extends JSIDPlay2Servlet
Siehe auch:
  • Konstruktordetails

    • ProxyServlet

      public ProxyServlet()
  • Methodendetails

    • doGet

      protected void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      This class serves as kind of a proxy to make internal HTTP requests of HLS protocol through HTTPS to avoid mixed content in the browser.
      Setzt außer Kraft:
      doGet in Klasse JSIDPlay2Servlet
      Löst aus:
      jakarta.servlet.ServletException
      IOException