org.granite.messaging.webapp
Class AMFMessageFilter
java.lang.Object
org.granite.messaging.webapp.AMFMessageFilter
- All Implemented Interfaces:
- Filter
public class AMFMessageFilter
- extends Object
- implements Filter
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
protected FilterConfig config
graniteConfig
protected GraniteConfig graniteConfig
servicesConfig
protected ServicesConfig servicesConfig
inputBufferSize
protected Integer inputBufferSize
outputBufferSize
protected Integer outputBufferSize
closeStreams
protected boolean closeStreams
jmfSharedContext
protected SharedContext jmfSharedContext
AMFMessageFilter
public AMFMessageFilter()
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest req,
ServletResponse resp,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException
doAMFFilter
protected void doAMFFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Throws:
IOException
ServletException
doJMFAMFFilter
protected void doJMFAMFFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Filter