Package akka.http.javadsl.model
Interface HttpMessage.DiscardedEntity
-
- All Superinterfaces:
HttpEntity.DiscardedEntity
- All Known Implementing Classes:
HttpEntity.DiscardedEntity
,HttpMessage.DiscardedEntity
- Enclosing interface:
- HttpMessage
public static interface HttpMessage.DiscardedEntity extends HttpEntity.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.
-
-
Method Summary
-
Methods inherited from interface akka.http.javadsl.model.HttpEntity.DiscardedEntity
completionStage, future
-
-