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.FilterFilter forwards requests to WebRTC call URLs to related servlets.
Created by The eXo Platform SAS- Version:
- $Id: WebrtcCallFilter.java 00000 Aug 14, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.gatein.common.logging.LoggerLOGThe Constant LOG.static StringSCHEME_HTTPThe Constant SCHEME_HTTP.static StringSCHEME_HTTPSThe Constant SCHEME_HTTPS.
-
Constructor Summary
Constructors Constructor Description WebrtcCallFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voiddoFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
-
-
-
Field Detail
-
LOG
protected static final org.gatein.common.logging.Logger LOG
The Constant LOG.
-
SCHEME_HTTP
public static final String SCHEME_HTTP
The Constant SCHEME_HTTP.- See Also:
- Constant Field Values
-
SCHEME_HTTPS
public static final String SCHEME_HTTPS
The Constant SCHEME_HTTPS.- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-