Package akka.http.scaladsl.model.headers
Class SameSite.Strict$
java.lang.Object
akka.http.scaladsl.model.headers.SameSite.Strict$
- All Implemented Interfaces:
Renderable
,SameSite
,Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- SameSite
public static class SameSite.Strict$
extends Object
implements SameSite, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.http.scaladsl.model.headers.SameSite
SameSite.Lax$, SameSite.None$, SameSite.Strict$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SameSite.Strict$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Strict$
public Strict$()
-