Package akka.http.scaladsl.model
Class TransferEncodings.Predefined
java.lang.Object
akka.http.javadsl.model.TransferEncoding
akka.http.scaladsl.model.TransferEncoding
akka.http.scaladsl.model.TransferEncodings.Predefined
- All Implemented Interfaces:
Renderable
,SingletonValueRenderable
,scala.Equals
,scala.Product
- Direct Known Subclasses:
TransferEncodings.chunked$
,TransferEncodings.compress$
,TransferEncodings.deflate$
,TransferEncodings.gzip$
,TransferEncodings.trailers$
- Enclosing class:
- TransferEncodings
protected abstract static class TransferEncodings.Predefined
extends TransferEncoding
implements SingletonValueRenderable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class akka.http.scaladsl.model.TransferEncoding
getParams
Methods inherited from class akka.http.javadsl.model.TransferEncoding
createExtension, createExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface akka.http.impl.util.SingletonValueRenderable
render, value
-
Constructor Details
-
Predefined
public Predefined()
-
-
Method Details
-
name
- Specified by:
name
in classTransferEncoding
-
params
- Specified by:
params
in classTransferEncoding
-