public final class CorsRejection extends java.lang.Object implements CorsRejection, Rejection, scala.Product, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
CorsRejection.Cause
Signals the cause of the failed CORS request.
|
static class |
CorsRejection.InvalidHeaders
Signals the CORS request was rejected because its headers were invalid.
|
static class |
CorsRejection.InvalidHeaders$ |
static class |
CorsRejection.InvalidMethod
Signals the CORS request was rejected because its method was invalid.
|
static class |
CorsRejection.InvalidMethod$ |
static class |
CorsRejection.InvalidOrigin
Signals the CORS request was rejected because its origin was invalid.
|
static class |
CorsRejection.InvalidOrigin$ |
static class |
CorsRejection.Malformed$
Signals the CORS request was malformed.
|
CorsRejection.Malformed
Constructor and Description |
---|
CorsRejection(CorsRejection.Cause cause) |
Modifier and Type | Method and Description |
---|---|
CorsRejection.Cause |
cause() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CorsRejection(CorsRejection.Cause cause)
public CorsRejection.Cause cause()
cause
in interface CorsRejection