BodyPart

akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart
See theBodyPart companion object
sealed abstract class BodyPart extends BodyPart, BodyPart

Body part of the ByteRanges model.

Attributes

Companion
object
Source
Multipart.scala
Graph
Supertypes
trait BodyPart
trait BodyPart
trait BodyPart
class Object
trait Matchable
class Any
Show all
Known subtypes
class Strict

Members list

Value members

Abstract methods

Part headers, not including the Content-Range header.

Part headers, not including the Content-Range header.

Attributes

Source
Multipart.scala

The ContentRange contained in this part.

The ContentRange contained in this part.

Attributes

Source
Multipart.scala

The akka.http.scaladsl.model.headers.RangeUnit for the contentRange.

The akka.http.scaladsl.model.headers.RangeUnit for the contentRange.

Attributes

Source
Multipart.scala

Concrete methods

The Content-Range header of this part.

The Content-Range header of this part.

Attributes

Source
Multipart.scala
def getAdditionalHeaders: Iterable[HttpHeader]

Java API

Java API

Attributes

Source
Multipart.scala
def getContentRange: ContentRange

Java API

Java API

Attributes

Source
Multipart.scala
def getContentRangeHeader: ContentRange

Java API

Java API

Attributes

Source
Multipart.scala

Java API

Java API

Attributes

Source
Multipart.scala
override def headers: Seq[HttpHeader]

The headers the part carries.

The headers the part carries.

Attributes

Definition Classes
Source
Multipart.scala
def toStrict(timeout: FiniteDuration)(implicit fm: Materializer): Future[Strict]

Attributes

Source
Multipart.scala
override def toStrict(timeoutMillis: Long, materializer: Materializer): CompletionStage[Strict]

Java API

Java API

Attributes

Definition Classes
BodyPart -> BodyPart -> BodyPart
Source
Multipart.scala

Inherited methods

The potentially present `Content-Disposition` header.

The potentially present `Content-Disposition` header.

Attributes

Inherited from:
BodyPart
Source
Multipart.scala

The parameters of the potentially present `Content-Disposition` header. Returns an empty map if no such header is present.

The parameters of the potentially present `Content-Disposition` header. Returns an empty map if no such header is present.

Attributes

Inherited from:
BodyPart
Source
Multipart.scala

The akka.http.scaladsl.model.headers.ContentDispositionType of the potentially present `Content-Disposition` header.

The akka.http.scaladsl.model.headers.ContentDispositionType of the potentially present `Content-Disposition` header.

Attributes

Inherited from:
BodyPart
Source
Multipart.scala

The entity of the part.

The entity of the part.

Attributes

Inherited from:
BodyPart
Source
Multipart.scala
def getContentDispositionHeader: Optional[ContentDisposition]

Java API

Java API

Attributes

Inherited from:
BodyPart
Source
Multipart.scala

Java API

Java API

Attributes

Inherited from:
BodyPart
Source
Multipart.scala
def getDispositionType: Optional[ContentDispositionType]

Java API

Java API

Attributes

Inherited from:
BodyPart
Source
Multipart.scala
def getEntity: BodyPartEntity

Java API

Java API

Attributes

Inherited from:
BodyPart
Source
Multipart.scala
def getHeaders: Iterable[HttpHeader]

Java API

Java API

Attributes

Inherited from:
BodyPart
Source
Multipart.scala