Package akka.http.scaladsl.marshalling
Class EmptyValue$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.EmptyValue$
-
public class EmptyValue$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyValue$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EmptyValue$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmptyValue<UniversalEntity>
emptyEntity()
EmptyValue<scala.Tuple2<scala.collection.immutable.Seq<HttpHeader>,UniversalEntity>>
emptyHeadersAndEntity()
EmptyValue<HttpResponse>
emptyResponse()
-
-
-
Field Detail
-
MODULE$
public static final EmptyValue$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
emptyEntity
public EmptyValue<UniversalEntity> emptyEntity()
-
emptyHeadersAndEntity
public EmptyValue<scala.Tuple2<scala.collection.immutable.Seq<HttpHeader>,UniversalEntity>> emptyHeadersAndEntity()
-
emptyResponse
public EmptyValue<HttpResponse> emptyResponse()
-
-