org.openrdf.http.object.filters
Class MD5ValidationFilter

java.lang.Object
  extended by org.openrdf.http.object.model.Filter
      extended by org.openrdf.http.object.filters.MD5ValidationFilter

public class MD5ValidationFilter
extends Filter

If the request has Content-MD5 header, ensure the request body matches.


Constructor Summary
MD5ValidationFilter(Filter delegate)
           
 
Method Summary
 Request filter(Request req)
           
 
Methods inherited from class org.openrdf.http.object.model.Filter
consume, filter, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5ValidationFilter

public MD5ValidationFilter(Filter delegate)
Method Detail

filter

public Request filter(Request req)
               throws IOException
Overrides:
filter in class Filter
Throws:
IOException


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.