Class DeflateCompressor$
java.lang.Object
org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
Internal API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeflateCompressor$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
org.apache.pekko.util.ByteString
drainDeflater
(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
-
MinBufferSize
public int MinBufferSize() -
DefaultCompressionLevel
public int DefaultCompressionLevel() -
drainDeflater
public org.apache.pekko.util.ByteString drainDeflater(Deflater deflater, byte[] buffer, org.apache.pekko.util.ByteStringBuilder result)
-