org.fhw.cabaweb.webfrontend.filters
Class GZIPResponseStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.fhw.cabaweb.webfrontend.filters.GZIPResponseStream
- public class GZIPResponseStream
- extends javax.servlet.ServletOutputStream
Filter-Klasse die im Falle das der Client das unterstützt,
den Stream GZIP komprimiert. Antwort Stream Klasse.
ORIGINAL aus dem Buch Servlets and JavaServer Pages
von Jayson Falkner, Kevin Jones (http://www.jspbook.com/)
- Version:
- Version 1.0 24.07.2004
- Author:
- Jayson Falkner, Kevin Jones
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 |
bufferedOutput
protected OutputStream bufferedOutput
closed
protected boolean closed
response
protected javax.servlet.http.HttpServletResponse response
output
protected javax.servlet.ServletOutputStream output
GZIPResponseStream
public GZIPResponseStream(javax.servlet.http.HttpServletResponse response)
throws IOException
close
public void close()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
closed
public boolean closed()
reset
public void reset()
Copyright © 2004 TVC-Software.com. All Rights Reserved.