org.granite.messaging.webapp
Class AMFMessageFilter

java.lang.Object
  extended by org.granite.messaging.webapp.AMFMessageFilter
All Implemented Interfaces:
Filter

public class AMFMessageFilter
extends Object
implements Filter

Author:
Franck WOLFF

Constructor Summary
AMFMessageFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFMessageFilter

public AMFMessageFilter()
Method Detail

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

destroy

public void destroy()
Specified by:
destroy in interface Filter