Package akka.http.scaladsl.model.headers
Class Allow$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.ModeledCompanion<Allow>
-
- akka.http.scaladsl.model.headers.Allow$
-
- All Implemented Interfaces:
Renderable
,java.io.Serializable
public class Allow$ extends ModeledCompanion<Allow> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Allow$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Allow
apply()
Allow
apply(HttpMethod firstMethod, scala.collection.immutable.Seq<HttpMethod> otherMethods)
Renderer<scala.collection.immutable.Iterable<HttpMethod>>
methodsRenderer()
-
Methods inherited from class akka.http.scaladsl.model.headers.ModeledCompanion
lowercaseName, name, nameFromClass, parseFromValueString, render
-
-
-
-
Field Detail
-
MODULE$
public static final Allow$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Allow apply()
-
apply
public Allow apply(HttpMethod firstMethod, scala.collection.immutable.Seq<HttpMethod> otherMethods)
-
methodsRenderer
public Renderer<scala.collection.immutable.Iterable<HttpMethod>> methodsRenderer()
-
-