Class/Object

akka.http.scaladsl.model.Multipart

ByteRanges

Related Docs: object ByteRanges | package Multipart

Permalink

sealed abstract class ByteRanges extends Multipart with javadsl.model.Multipart.ByteRanges

Model for multipart/byteranges content as defined by https://tools.ietf.org/html/rfc7233#section-5.4.1 and https://tools.ietf.org/html/rfc7233#appendix-A

Source
Multipart.scala
Linear Supertypes
javadsl.model.Multipart.ByteRanges, Multipart, javadsl.model.Multipart, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteRanges
  2. ByteRanges
  3. Multipart
  4. Multipart
  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

Type Members

  1. type BodyPart = javadsl.model.Multipart.ByteRanges.BodyPart

    Permalink
    Attributes
    protected
    Definition Classes
    ByteRanges → Multipart
  2. type ByteRanges = javadsl.model.Multipart.ByteRanges

    Permalink
    Attributes
    protected
    Definition Classes
    Multipart
  3. type FormData = javadsl.model.Multipart.FormData

    Permalink
    Attributes
    protected
    Definition Classes
    Multipart
  4. type General = javadsl.model.Multipart.General

    Permalink
    Attributes
    protected
    Definition Classes
    Multipart
  5. type Strict = javadsl.model.Multipart.ByteRanges.Strict

    Permalink
    Attributes
    protected
    Definition Classes
    ByteRanges → Multipart

Abstract Value Members

  1. abstract def parts: Source[ByteRanges.BodyPart, Any]

    Permalink

    The stream of body parts this content consists of.

    The stream of body parts this content consists of.

    Definition Classes
    ByteRangesMultipart

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to any2stringadd[Multipart.ByteRanges] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Multipart.ByteRanges, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to ArrowAssoc[Multipart.ByteRanges] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (Multipart.ByteRanges) ⇒ Boolean, msg: ⇒ Any): Multipart.ByteRanges

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to Ensuring[Multipart.ByteRanges] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Multipart.ByteRanges) ⇒ Boolean): Multipart.ByteRanges

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to Ensuring[Multipart.ByteRanges] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Multipart.ByteRanges

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to Ensuring[Multipart.ByteRanges] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Multipart.ByteRanges

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to Ensuring[Multipart.ByteRanges] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to StringFormat[Multipart.ByteRanges] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getMediaType(): javadsl.model.MediaType.Multipart

    Permalink

    Java API

    Java API

    Definition Classes
    MultipartMultipart
  18. def getParts(): Source[_ <: javadsl.model.Multipart.ByteRanges.BodyPart, AnyRef]

    Permalink

    Java API

    Java API

    Definition Classes
    ByteRanges → ByteRanges → MultipartMultipart
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def mediaType: MediaType.Multipart

    Permalink

    The media-type this multipart content carries.

    The media-type this multipart content carries.

    Definition Classes
    ByteRangesMultipart
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toEntity(): MessageEntity

    Permalink

    Creates an entity from this multipart object using a random boundary.

    Creates an entity from this multipart object using a random boundary.

    Definition Classes
    MultipartMultipart
  27. def toEntity(boundary: String): MessageEntity

    Permalink

    Creates an entity from this multipart object using the specified boundary.

    Creates an entity from this multipart object using the specified boundary.

    Definition Classes
    MultipartMultipart
  28. def toEntity(boundary: String, log: LoggingAdapter): MessageEntity

    Permalink

    Creates an entity from this multipart object using the specified boundary and logger.

    Creates an entity from this multipart object using the specified boundary and logger.

    Definition Classes
    Multipart
  29. def toStrict(timeoutMillis: Long, materializer: Materializer): CompletionStage[javadsl.model.Multipart.ByteRanges.Strict]

    Permalink

    Java API

    Java API

    Definition Classes
    ByteRanges → ByteRanges → MultipartMultipart
  30. def toStrict(timeout: FiniteDuration)(implicit fm: Materializer): Future[ByteRanges.Strict]

    Permalink

    Converts this content into its strict counterpart.

    Converts this content into its strict counterpart. The given timeout denotes the max time that an individual part must be read in. The Future is failed with an TimeoutException if one part isn't read completely after the given timeout.

    Definition Classes
    ByteRangesMultipart
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (Multipart.ByteRanges, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ByteRanges to ArrowAssoc[Multipart.ByteRanges] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from javadsl.model.Multipart.ByteRanges

Inherited from Multipart

Inherited from javadsl.model.Multipart

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ByteRanges to any2stringadd[Multipart.ByteRanges]

Inherited by implicit conversion StringFormat from ByteRanges to StringFormat[Multipart.ByteRanges]

Inherited by implicit conversion Ensuring from ByteRanges to Ensuring[Multipart.ByteRanges]

Inherited by implicit conversion ArrowAssoc from ByteRanges to ArrowAssoc[Multipart.ByteRanges]

Ungrouped