BodyPart

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

Body part of the General 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

Concrete methods

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

The headers the part carries.

The headers the part carries.

Attributes

Inherited from:
BodyPart
Source
Multipart.scala