|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
javax.servlet.Filter
used to compress
the ServletResponse if it is bigger than a threshold.$CATALINA_HOME/logs/catalina.out
). 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.
getOutputStream()
, if any.
b.length
bytes from the specified byte array
to our output stream.
len
bytes from the specified byte array, starting
at the specified offset, to our output stream.
getWriter()
, if any.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |