Packages

c

org.apache.pekko.http.scaladsl.marshallers.sprayjson

JsonEntityStreamingSupport

final class JsonEntityStreamingSupport extends javadsl.common.JsonEntityStreamingSupport

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonEntityStreamingSupport
  2. JsonEntityStreamingSupport
  3. EntityStreamingSupport
  4. EntityStreamingSupport
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonEntityStreamingSupport(maxObjectSize: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to any2stringadd[JsonEntityStreamingSupport] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JsonEntityStreamingSupport, B)
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to ArrowAssoc[JsonEntityStreamingSupport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val contentType: ContentType
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  9. def ensuring(cond: (JsonEntityStreamingSupport) ⇒ Boolean, msg: ⇒ Any): JsonEntityStreamingSupport
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to Ensuring[JsonEntityStreamingSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (JsonEntityStreamingSupport) ⇒ Boolean): JsonEntityStreamingSupport
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to Ensuring[JsonEntityStreamingSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): JsonEntityStreamingSupport
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to Ensuring[JsonEntityStreamingSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): JsonEntityStreamingSupport
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to Ensuring[JsonEntityStreamingSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val framingDecoder: Flow[ByteString, ByteString, NotUsed]
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport
  17. val framingRenderer: Flow[ByteString, ByteString, NotUsed]
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def getFramingDecoder: Flow[ByteString, ByteString, NotUsed]
    Definition Classes
    EntityStreamingSupport → EntityStreamingSupport
  20. final def getFramingRenderer: Flow[ByteString, ByteString, NotUsed]
    Definition Classes
    EntityStreamingSupport → EntityStreamingSupport
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val parallelism: Int
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  27. val supported: ContentTypeRange
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    JsonEntityStreamingSupport → AnyRef → Any
  30. val unordered: Boolean
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withContentType(ct: ContentType): JsonEntityStreamingSupport
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  35. def withFramingRenderer(framingRendererFlow: Flow[ByteString, ByteString, NotUsed]): JsonEntityStreamingSupport
  36. def withFramingRendererFlow(framingRendererFlow: Flow[ByteString, ByteString, NotUsed]): JsonEntityStreamingSupport
    Definition Classes
    JsonEntityStreamingSupport → JsonEntityStreamingSupport
  37. def withParallelMarshalling(parallelism: Int, unordered: Boolean): JsonEntityStreamingSupport
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  38. def withSupported(range: ContentTypeRange): JsonEntityStreamingSupport
    Definition Classes
    JsonEntityStreamingSupport → EntityStreamingSupport → EntityStreamingSupport
  39. def [B](y: B): (JsonEntityStreamingSupport, B)
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to ArrowAssoc[JsonEntityStreamingSupport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JsonEntityStreamingSupport to StringFormat[JsonEntityStreamingSupport] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from EntityStreamingSupport

Inherited from EntityStreamingSupport

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JsonEntityStreamingSupport to any2stringadd[JsonEntityStreamingSupport]

Inherited by implicit conversion StringFormat from JsonEntityStreamingSupport to StringFormat[JsonEntityStreamingSupport]

Inherited by implicit conversion Ensuring from JsonEntityStreamingSupport to Ensuring[JsonEntityStreamingSupport]

Inherited by implicit conversion ArrowAssoc from JsonEntityStreamingSupport to ArrowAssoc[JsonEntityStreamingSupport]

Ungrouped