Class HttpEntity.CloseDelimited

java.lang.Object
akka.http.scaladsl.model.HttpEntity.CloseDelimited
All Implemented Interfaces:
HttpEntity, HttpEntity.CloseDelimited, ResponseEntity, HttpEntity, HttpEntity.WithoutKnownLength, ResponseEntity, Serializable, scala.Equals, scala.Product
Enclosing interface:
HttpEntity

public static final class HttpEntity.CloseDelimited extends Object implements HttpEntity.CloseDelimited, ResponseEntity, HttpEntity.WithoutKnownLength, scala.Product, Serializable
The model for the entity of an HTTP response that is terminated by the server closing the connection. The content-length of such responses is unknown at the time the response headers have been received. Note that this type of HttpEntity can only be used for HttpResponses.
See Also: