Class GZIPEncodingInterceptor.CommittedGZIPOutputStream

java.lang.Object
java.io.OutputStream
org.jboss.resteasy.util.CommitHeaderOutputStream
org.openremote.container.web.GZIPEncodingInterceptor.CommittedGZIPOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
GZIPEncodingInterceptor

public static class GZIPEncodingInterceptor.CommittedGZIPOutputStream extends org.jboss.resteasy.util.CommitHeaderOutputStream
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.resteasy.util.CommitHeaderOutputStream

    org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.jboss.resteasy.util.CommitHeaderOutputStream

    delegate, headers, isHeadersCommitted
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    CommittedGZIPOutputStream(OutputStream delegate, org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback headers)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from class org.jboss.resteasy.util.CommitHeaderOutputStream

    close, flush, getDelegate, setDelegate, setHeaders, write, write, write

    Methods inherited from class java.io.OutputStream

    nullOutputStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CommittedGZIPOutputStream

      protected CommittedGZIPOutputStream(OutputStream delegate, org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback headers)
  • Method Details

    • getGzip

      public GZIPOutputStream getGzip()
    • commit

      public void commit()
      Overrides:
      commit in class org.jboss.resteasy.util.CommitHeaderOutputStream