Package org.openrdf.http.object.filters

Class Summary
ClientGZipFilter Compresses the request and uncompresses the response.
ClientMD5ValidationFilter If the response has Content-MD5 header, ensure the response body matches.
DateHeaderFilter Adds the HTTP Date Header.
GUnzipEntity Decompresses the message body.
GUnzipFilter Uncompresses the response if the requesting client does not explicitly say it accepts gzip.
GZipEntity Compresses the message body.
GZipFilter Compresses safe responses.
HttpEntityWrapper Implements the ProducingNHttpEntity interface for subclasses.
HttpResponseFilter Response body of HttpResponse and a configured content type (message/x-response) are converted into the response itself.
IdentityPrefix Extracts a percent encoded URI from a wrapping URL.
MD5ValidatingChannel Computes the MD5 sum of this stream and throws an exception if it is wrong.
MD5ValidationEntity Ensures the message body matches the Content-MD5 header.
MD5ValidationFilter If the request has Content-MD5 header, ensure the request body matches.
ServerNameFilter Add a Server header to the response.
TraceFilter Handles the TRACE and OPTIONS * requests.
 



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