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