Class JitsiGateway
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.exoplatform.container.web.AbstractHttpServlet
org.exoplatform.webconferencing.jitsi.server.JitsiGateway
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class JitsiGateway
extends org.exoplatform.container.web.AbstractHttpServlet
The Class JitsiCallGateway.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.exoplatform.services.log.LogThe Constant LOG.Fields inherited from class org.exoplatform.container.web.AbstractHttpServlet
config, servletContextName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.container.web.AbstractHttpServlet
afterInit, getContainer, getServletContext, init, onPortalEnvironmentError, onService, requirePortalEnvironment, serviceMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
-
Field Details
-
LOG
protected static final org.exoplatform.services.log.Log LOGThe Constant LOG.
-
-
Constructor Details
-
JitsiGateway
public JitsiGateway()
-
-
Method Details
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) throws javax.servlet.ServletException, IOException - Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException - Overrides:
doPostin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-