org.apache.maven.wagon.tck.http.fixture
Class AuthSnoopFilter

java.lang.Object
  extended by org.apache.maven.wagon.tck.http.fixture.AuthSnoopFilter
All Implemented Interfaces:
Filter

public class AuthSnoopFilter
extends Object
implements Filter


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

Constructor Detail

AuthSnoopFilter

public AuthSnoopFilter()
Method Detail

destroy

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

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.