Class HttpEntity.Default$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<ContentType,​java.lang.Object,​akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object>,​HttpEntity.Default>
    Enclosing interface:
    HttpEntity

    public static class HttpEntity.Default$
    extends scala.runtime.AbstractFunction3<ContentType,​java.lang.Object,​akka.stream.scaladsl.Source<akka.util.ByteString,​java.lang.Object>,​HttpEntity.Default>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static HttpEntity.Default$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Default$()  
    • 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 Detail

      • MODULE$

        public static final HttpEntity.Default$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Default$

        public Default$()