Class WebrtcCallFilter
java.lang.Object
org.exoplatform.container.web.AbstractFilter
org.exoplatform.webconferencing.webrtc.server.WebrtcCallFilter
- All Implemented Interfaces:
javax.servlet.Filter,org.exoplatform.web.filter.Filter
public class WebrtcCallFilter
extends org.exoplatform.container.web.AbstractFilter
implements org.exoplatform.web.filter.Filter
Filter forwards requests to WebRTC call URLs to related servlets.
Created by The eXo Platform SAS
Created by The eXo Platform SAS
- Version:
- $Id: WebrtcCallFilter.java 00000 Aug 14, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.exoplatform.services.log.LogThe Constant LOG.static final StringThe Constant SCHEME_HTTP.static final StringThe Constant SCHEME_HTTPS.Fields inherited from class org.exoplatform.container.web.AbstractFilter
config, servletContextName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.container.web.AbstractFilter
afterInit, getContainer, getServletContext, init, requirePortalEnvironment
-
Field Details
-
LOG
protected static final org.exoplatform.services.log.Log LOGThe Constant LOG. -
SCHEME_HTTP
The Constant SCHEME_HTTP.- See Also:
-
SCHEME_HTTPS
The Constant SCHEME_HTTPS.- See Also:
-
-
Constructor Details
-
WebrtcCallFilter
public WebrtcCallFilter()
-
-
Method Details
-
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException - Specified by:
doFilterin interfacejavax.servlet.Filter- Specified by:
doFilterin interfaceorg.exoplatform.web.filter.Filter- Throws:
IOExceptionjavax.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroyin interfacejavax.servlet.Filter
-