Package io.antmedia.filter
Class HttpForwardFilter
java.lang.Object
io.antmedia.filter.AbstractFilter
io.antmedia.filter.HttpForwardFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private static final String
protected static org.slf4j.Logger
private static final String
Fields inherited from class io.antmedia.filter.AbstractFilter
BROADCAST_OBJECT, config, streamStats
-
Constructor Summary
-
Method Summary
Methods inherited from class io.antmedia.filter.AbstractFilter
checkCIDRList, destroy, getAntMediaApplicationAdapter, getAppContext, getAppSettings, getBroadcast, getConfig, getDataStore, getServerSettings, getStreamStats, getTokenService, getWebApplicationContext, init, setConfig, setTokenService
-
Field Details
-
SLASH
- See Also:
-
logger
protected static org.slf4j.Logger logger -
COMMA
- See Also:
-
DOUBLE_DOT
- See Also:
-
-
Constructor Details
-
HttpForwardFilter
public HttpForwardFilter()
-
-
Method Details
-
doFilter
public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Throws:
IOException
jakarta.servlet.ServletException
-
getRedirectUrl
public static String getRedirectUrl(String requestURI, String httpForwardingBaseURL, String httpForwardingExtension) throws IOException - Throws:
IOException
-