Package akka.http.scaladsl.model
Class Trailer$
- java.lang.Object
-
- akka.http.scaladsl.model.Trailer$
-
public class Trailer$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Trailer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Trailer
apply()
Trailer
apply(HttpHeader header)
Trailer
apply(scala.collection.immutable.Seq<HttpHeader> headers)
-
-
-
Field Detail
-
MODULE$
public static final Trailer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Trailer apply()
-
apply
public Trailer apply(HttpHeader header)
-
apply
public Trailer apply(scala.collection.immutable.Seq<HttpHeader> headers)
-
-