Package akka.http.scaladsl.server
Class MissingHeaderRejection
- java.lang.Object
-
- akka.http.scaladsl.server.MissingHeaderRejection
-
- All Implemented Interfaces:
MissingHeaderRejection
,Rejection
,Rejection
,java.io.Serializable
,scala.Equals
,scala.Product
public final class MissingHeaderRejection extends java.lang.Object implements MissingHeaderRejection, Rejection, scala.Product, java.io.Serializable
Rejection created by header directives. Signals that the request was rejected because a required header could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingHeaderRejection(java.lang.String headerName)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
java.lang.String
headerName()
static java.lang.String
toString()
-
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1)
-
toString
public static java.lang.String toString()
-
headerName
public java.lang.String headerName()
- Specified by:
headerName
in interfaceMissingHeaderRejection
-
-