Packages

final class DiscardedEntity extends javadsl.model.HttpMessage.DiscardedEntity

Represents the currently being-drained HTTP Entity which triggers completion of the contained Future once the entity has been drained for the given HttpMessage completely.

Source
HttpMessage.scala
Linear Supertypes
javadsl.model.HttpMessage.DiscardedEntity, javadsl.model.HttpEntity.DiscardedEntity, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiscardedEntity
  2. DiscardedEntity
  3. DiscardedEntity
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DiscardedEntity(f: Future[Done])

Value Members

  1. def completionStage(): CompletionStage[Done]

    This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).

    This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).

    Definition Classes
    DiscardedEntity → DiscardedEntity
  2. def future(): Future[Done]

    This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).

    This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).

    Definition Classes
    DiscardedEntity → DiscardedEntity