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

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

public class ProxyConnectionVerifierFilter
extends Object
implements Filter


Constructor Summary
ProxyConnectionVerifierFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, 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

ProxyConnectionVerifierFilter

public ProxyConnectionVerifierFilter()
Method Detail

destroy

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

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     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.