Package akka.http.scaladsl.model.headers
Class HttpOrigin$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.HttpOrigin$
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpOrigin$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HttpOrigin$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpOrigin$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpOrigin
apply(java.lang.String str)
Renderer<scala.collection.immutable.Seq<HttpOrigin>>
originsRenderer()
-
-
-
Field Detail
-
MODULE$
public static final HttpOrigin$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
originsRenderer
public Renderer<scala.collection.immutable.Seq<HttpOrigin>> originsRenderer()
-
apply
public HttpOrigin apply(java.lang.String str)
-
-