C D G I

C

com.strangegizmo.filter - package com.strangegizmo.filter
 

D

destroy() - Method in class com.strangegizmo.filter.GzipFilter
Destroys the filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.strangegizmo.filter.GzipFilter
Process a new Request/Response pair, wrapping the Response in a GzipFilterResponse if the response data can be compresses.

G

GzipFilter - class com.strangegizmo.filter.GzipFilter.
The GzipFilter processes requests with an Accept-Encoding of `gzip' and compresses the data.
GzipFilter() - Constructor for class com.strangegizmo.filter.GzipFilter
 

I

init(FilterConfig) - Method in class com.strangegizmo.filter.GzipFilter
Initializes the filter.
inUseAttributeName_ - Static variable in class com.strangegizmo.filter.GzipFilter
The attribute that is set on the ServletRequest object to indicate that the GzipFilter is in use for this request.

C D G I