Package org.apache.abdera.protocol.server.servlet

Class Summary
AbderaFilter  
AbderaServlet Simple APP servlet.
AbstractFilter Utility class that serves as the basis for a variety of Filter implementations
AbstractFilter.BufferedRequestWrapper Implementation of HttpServletRequestWrapper that allows a Filter to perform operations on the full content of a request while still allowing downstream operations to be performed on the content.
AbstractFilter.BufferedServletInputStream  
AbstractFilter.BufferingResponseWrapper A HttpServletResponseWrapper implementation that buffers the response content in memory so that a filter can perform operations on the full response content (e.g.
AbstractFilter.BufferingServletOutputStream Implementation of ServletOutputStream that handles the in-memory buffering of the response content
AbstractFilter.CompressingResponseWrapper A HttpServletResponseWrapper implementation that applies GZip or Deflate compression to response output.
AbstractFilter.CompressingServletOutputStream A ServletOutputStream implementation that handles the GZip and Deflate compression for the CompressingResponseWrapper
CompressionFilter A filter that applies either GZip or Compress encoding on a response depending on the value of the Accept-Encoding request header.
MethodOverrideFilter HTTP Servlet Filter that implements support for Google's X-HTTP-Method-Override header to perform "POST Tunneling" of various HTTP operations