Class DeflateCompressor$
java.lang.Object
org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
Internal API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DeflateCompressor$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintorg.apache.pekko.util.ByteStringdrainDeflater(Deflater deflater, byte[] buffer, org.apache.pekko.util.ByteStringBuilder result) int
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
DeflateCompressor$public DeflateCompressor$()
 
- 
- 
Method Details- 
MinBufferSizepublic int MinBufferSize()
- 
DefaultCompressionLevelpublic int DefaultCompressionLevel()
- 
drainDeflaterpublic org.apache.pekko.util.ByteString drainDeflater(Deflater deflater, byte[] buffer, org.apache.pekko.util.ByteStringBuilder result) 
 
-