object NoCodingCompressor extends Compressor
Internal API
- Annotations
- @InternalApi() @deprecated
- Deprecated
(Since version Akka HTTP 10.2.0) NoCodingCompressor is internal API and will be moved or removed in the future
- Source
- NoCoding.scala
- Alphabetic
- By Inheritance
- NoCodingCompressor
- Compressor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compress(input: ByteString): ByteString
Compresses the given input and returns compressed data.
Compresses the given input and returns compressed data. The implementation can and will choose to buffer output data to improve compression. Use
flushorcompressAndFlushto make sure that all input data has been compressed and pending output data has been returned.- Definition Classes
- NoCodingCompressor → Compressor
-
def
compressAndFinish(input: ByteString): ByteString
Combines
compress+finishCombines
compress+finish- Definition Classes
- NoCodingCompressor → Compressor
-
def
compressAndFlush(input: ByteString): ByteString
Combines
compress+flushCombines
compress+flush- Definition Classes
- NoCodingCompressor → Compressor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
finish(): ByteString
Closes this compressed stream and return the remaining compressed data.
Closes this compressed stream and return the remaining compressed data. After calling this method, this Compressor cannot be used any further.
- Definition Classes
- NoCodingCompressor → Compressor
-
def
flush(): ByteString
Flushes any output data and returns the currently remaining compressed data.
Flushes any output data and returns the currently remaining compressed data.
- Definition Classes
- NoCodingCompressor → Compressor
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()