Class HttpEntity.DiscardedEntity

    • Constructor Summary

      Constructors 
      Constructor Description
      DiscardedEntity​(scala.concurrent.Future<akka.Done> f)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<akka.Done> completionStage()
      This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
      scala.concurrent.Future<akka.Done> future()
      This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiscardedEntity

        public DiscardedEntity​(scala.concurrent.Future<akka.Done> f)
    • Method Detail

      • completionStage

        public java.util.concurrent.CompletionStage<akka.Done> completionStage()
        This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
        Specified by:
        completionStage in interface HttpEntity.DiscardedEntity
        Returns:
        (undocumented)
      • future

        public scala.concurrent.Future<akka.Done> future()
        This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
        Specified by:
        future in interface HttpEntity.DiscardedEntity
        Returns:
        (undocumented)