Package akka.http.scaladsl.model
Class HttpMessage$
- java.lang.Object
-
- akka.http.scaladsl.model.HttpMessage$
-
public class HttpMessage$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static HttpMessage$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpMessage$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpMessage.DiscardedEntity
AlreadyDiscardedEntity()
boolean
connectionCloseExpected(HttpProtocol protocol, scala.Option<Connection> connectionHeader)
-
-
-
Field Detail
-
MODULE$
public static final HttpMessage$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
connectionCloseExpected
public boolean connectionCloseExpected(HttpProtocol protocol, scala.Option<Connection> connectionHeader)
-
AlreadyDiscardedEntity
public HttpMessage.DiscardedEntity AlreadyDiscardedEntity()
-
-