public class AMFMessageFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeStreams |
protected FilterConfig |
config |
protected GraniteConfig |
graniteConfig |
protected Integer |
inputBufferSize |
protected SharedContext |
jmfSharedContext |
protected Integer |
outputBufferSize |
protected ServicesConfig |
servicesConfig |
| Constructor and Description |
|---|
AMFMessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doAMFFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain) |
void |
doFilter(ServletRequest req,
ServletResponse resp,
FilterChain chain) |
protected void |
doJMFAMFFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain) |
void |
init(FilterConfig config) |
protected FilterConfig config
protected GraniteConfig graniteConfig
protected ServicesConfig servicesConfig
protected Integer inputBufferSize
protected Integer outputBufferSize
protected boolean closeStreams
protected SharedContext jmfSharedContext
public AMFMessageFilter()
public void init(FilterConfig config) throws ServletException
init in interface FilterServletExceptionpublic void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionprotected void doAMFFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException
IOExceptionServletExceptionprotected void doJMFAMFFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException
IOExceptionServletException