Class GZIPResponseStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GZIPOutputStreamprivate javax.servlet.http.HttpServletResponse -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnMethods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
response
-
out
-
-
Constructor Details
-
GZIPResponseStream
- Throws:
IOException
-
-
Method Details
-
resetBuffer
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
finish
- Throws:
IOException
-
isReady
- Specified by:
isReadyin classjavax.servlet.ServletOutputStream
-
setWriteListener
- Specified by:
setWriteListenerin classjavax.servlet.ServletOutputStream
-