Package akka.http.scaladsl.model
Class TransferEncodings.Extension
java.lang.Object
akka.http.javadsl.model.TransferEncoding
akka.http.scaladsl.model.TransferEncoding
akka.http.scaladsl.model.TransferEncodings.Extension
- All Implemented Interfaces:
Renderable
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- TransferEncodings
public static final class TransferEncodings.Extension
extends TransferEncoding
implements scala.Product, Serializable
- See Also:
-
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
-
Constructor Details
-
Extension
-
-
Method Details
-
name
- Specified by:
name
in classTransferEncoding
-
params
- Specified by:
params
in classTransferEncoding
-
render
- Specified by:
render
in interfaceRenderable
-