Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D F G I L M O R S T W

B

buffer - Variable in class compressionFilters.CompressionResponseStream
The buffer through which all of our output bytes are passed.
bufferCount - Variable in class compressionFilters.CompressionResponseStream
The number of data bytes currently in the buffer.

C

CompressionFilter - class compressionFilters.CompressionFilter.
Implementation of javax.servlet.Filter used to compress the ServletResponse if it is bigger than a threshold.
CompressionFilter() - Constructor for class compressionFilters.CompressionFilter
 
CompressionFilterTestServlet - class compressionFilters.CompressionFilterTestServlet.
Very Simple test servlet to test compression filter
CompressionFilterTestServlet() - Constructor for class compressionFilters.CompressionFilterTestServlet
 
CompressionResponseStream - class compressionFilters.CompressionResponseStream.
Implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionResponseStream(HttpServletResponse) - Constructor for class compressionFilters.CompressionResponseStream
Construct a servlet output stream associated with the specified Response.
CompressionServletResponseWrapper - class compressionFilters.CompressionServletResponseWrapper.
Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation..
CompressionServletResponseWrapper(HttpServletResponse) - Constructor for class compressionFilters.CompressionServletResponseWrapper
Calls the parent constructor which creates a ServletResponse adaptor wrapping the given response object.
close() - Method in class compressionFilters.CompressionResponseStream
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
closed - Variable in class compressionFilters.CompressionResponseStream
Has this stream been closed?
closed() - Method in class compressionFilters.CompressionResponseStream
Has this response stream been closed?
compressionFilters - package compressionFilters
 
compressionThreshold - Variable in class compressionFilters.CompressionFilter
The threshold number to compress
compressionThreshold - Variable in class compressionFilters.CompressionResponseStream
The threshold number which decides to compress or not.
config - Variable in class compressionFilters.CompressionFilter
The filter configuration object we are associated with.
contentType - Variable in class compressionFilters.CompressionServletResponseWrapper
Content type
createOutputStream() - Method in class compressionFilters.CompressionServletResponseWrapper
Create and return a ServletOutputStream to write the content associated with this Response.

D

debug - Variable in class compressionFilters.CompressionFilter
Debug level for this filter
debug - Variable in class compressionFilters.CompressionResponseStream
Debug level
debug - Variable in class compressionFilters.CompressionServletResponseWrapper
Debug level
destroy() - Method in class compressionFilters.CompressionFilter
Take this filter out of service.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class compressionFilters.CompressionFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doGet(HttpServletRequest, HttpServletResponse) - Method in class compressionFilters.CompressionFilterTestServlet
 

F

finishResponse() - Method in class compressionFilters.CompressionServletResponseWrapper
Finish a response.
flush() - Method in class compressionFilters.CompressionResponseStream
Flush any buffered data for this output stream, which also causes the response to be committed.
flushBuffer() - Method in class compressionFilters.CompressionServletResponseWrapper
Flush the buffer and commit this response.
flushToGZip() - Method in class compressionFilters.CompressionResponseStream
 

G

getCharsetFromContentType(String) - Static method in class compressionFilters.CompressionServletResponseWrapper
Returns character from content type.
getFilterConfig() - Method in class compressionFilters.CompressionFilter
Return filter config Required by Weblogic 6.1
getOutputStream() - Method in class compressionFilters.CompressionServletResponseWrapper
Return the servlet output stream associated with this Response.
getWriter() - Method in class compressionFilters.CompressionServletResponseWrapper
Return the writer associated with this Response.
gzipstream - Variable in class compressionFilters.CompressionResponseStream
The underlying gzip output stream to which we should write data.

I

info - Static variable in class compressionFilters.CompressionServletResponseWrapper
Descriptive information about this Response implementation.
init(FilterConfig) - Method in class compressionFilters.CompressionFilter
Place this filter into service.

L

length - Variable in class compressionFilters.CompressionResponseStream
The content length past which we will not write, or -1 if there is no defined content length.

M

minThreshold - Variable in class compressionFilters.CompressionFilter
Minimal reasonable threshold

O

origResponse - Variable in class compressionFilters.CompressionServletResponseWrapper
Original response
output - Variable in class compressionFilters.CompressionResponseStream
The underlying servket output stream to which we should write data.

R

response - Variable in class compressionFilters.CompressionResponseStream
The response with which this servlet output stream is associated.

S

setBuffer(int) - Method in class compressionFilters.CompressionResponseStream
Set the compressionThreshold number and create buffer for this size
setCompressionThreshold(int) - Method in class compressionFilters.CompressionServletResponseWrapper
Set threshold number
setContentLength(int) - Method in class compressionFilters.CompressionServletResponseWrapper
 
setContentType(String) - Method in class compressionFilters.CompressionServletResponseWrapper
Set content type
setDebugLevel(int) - Method in class compressionFilters.CompressionResponseStream
Set debug level
setDebugLevel(int) - Method in class compressionFilters.CompressionServletResponseWrapper
Set debug level
setFilterConfig(FilterConfig) - Method in class compressionFilters.CompressionFilter
Set filter config This function is equivalent to init.
stream - Variable in class compressionFilters.CompressionServletResponseWrapper
The ServletOutputStream that has been returned by getOutputStream(), if any.

T

threshold - Variable in class compressionFilters.CompressionServletResponseWrapper
The threshold number to compress

W

write(int) - Method in class compressionFilters.CompressionResponseStream
Write the specified byte to our output stream.
write(byte[]) - Method in class compressionFilters.CompressionResponseStream
Write b.length bytes from the specified byte array to our output stream.
write(byte[], int, int) - Method in class compressionFilters.CompressionResponseStream
Write len bytes from the specified byte array, starting at the specified offset, to our output stream.
writeToGZip(byte[], int, int) - Method in class compressionFilters.CompressionResponseStream
 
writer - Variable in class compressionFilters.CompressionServletResponseWrapper
The PrintWriter that has been returned by getWriter(), if any.

B C D F G I L M O R S T W