Interface CorsRejection
- All Superinterfaces:
CustomRejection,Rejection,Rejection
- All Known Implementing Classes:
CorsRejection
Rejection created by the CORS directives. Signal the CORS request was rejected. The reason of the rejection is
specified in the cause.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSignals the cause of the failed CORS request.static interfaceSignals the CORS request was rejected because its headers were invalid.static interfaceSignals the CORS request was rejected because its method was invalid.static interfaceSignals the CORS request was rejected because its origin was invalid.static interfaceSignals the CORS request was malformed. -
Method Summary
-
Method Details
-
cause
CorsRejection.Cause cause()
-