Package akka.http.scaladsl.model
Class HttpEntity.Default$
java.lang.Object
scala.runtime.AbstractFunction3<ContentType,Object,akka.stream.scaladsl.Source<akka.util.ByteString,Object>,HttpEntity.Default>
akka.http.scaladsl.model.HttpEntity.Default$
- All Implemented Interfaces:
Serializable
,scala.Function3<ContentType,
Object, akka.stream.scaladsl.Source<akka.util.ByteString, Object>, HttpEntity.Default>
- Enclosing interface:
- HttpEntity
public static class HttpEntity.Default$
extends scala.runtime.AbstractFunction3<ContentType,Object,akka.stream.scaladsl.Source<akka.util.ByteString,Object>,HttpEntity.Default>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpEntity.Default$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Default$
public Default$()
-