org.n52.wps.server
Class CommunicationSizeLogFilter

java.lang.Object
  extended by org.n52.wps.server.CommunicationSizeLogFilter
All Implemented Interfaces:
javax.servlet.Filter

public final class CommunicationSizeLogFilter
extends java.lang.Object
implements javax.servlet.Filter

This class measures the payload of the post data

Author:
foerster

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

Constructor Detail

CommunicationSizeLogFilter

public CommunicationSizeLogFilter()
Method Detail

doFilter

public void doFilter(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
java.io.IOException
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

init

public void init(javax.servlet.FilterConfig filterConfig)
Specified by:
init in interface javax.servlet.Filter


Copyright © 2007-2011 52north.org. All Rights Reserved.