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 GZIPOutputStream
private 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, println
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
response
-
out
-
-
Constructor Details
-
GZIPResponseStream
- Throws:
IOException
-
-
Method Details
-
resetBuffer
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
finish
- Throws:
IOException
-
isReady
- Specified by:
isReady
in classjavax.servlet.ServletOutputStream
-
setWriteListener
- Specified by:
setWriteListener
in classjavax.servlet.ServletOutputStream
-