|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
org.eclipse.jetty.http.gzip.GzipStream
org.eclipse.jetty.servlets.IncludableGzipFilter.IncludableGzipStream
public class IncludableGzipFilter.IncludableGzipStream
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.http.gzip.GzipStream |
|---|
_bOut, _bufferSize, _closed, _contentLength, _doNotGzip, _gzOut, _minGzipSize, _out, _request, _response |
| Constructor Summary | |
|---|---|
IncludableGzipFilter.IncludableGzipStream(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
long contentLength,
int bufferSize,
int minGzipSize)
|
|
| Method Summary | |
|---|---|
protected boolean |
setContentEncodingGzip()
Sets the content encoding gzip. |
| Methods inherited from class org.eclipse.jetty.http.gzip.GzipStream |
|---|
close, doGzip, doNotGzip, finish, flush, newWriter, resetBuffer, setContentLength, write, write, write |
| Methods inherited from class javax.servlet.ServletOutputStream |
|---|
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncludableGzipFilter.IncludableGzipStream(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
long contentLength,
int bufferSize,
int minGzipSize)
throws IOException
IOException| Method Detail |
|---|
protected boolean setContentEncodingGzip()
GzipStream
setContentEncodingGzip in class GzipStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||