Uses of Class
com.aspectran.web.support.cors.CorsException
-
Packages that use CorsException Package Description com.aspectran.web.support.cors -
-
Uses of CorsException in com.aspectran.web.support.cors
Fields in com.aspectran.web.support.cors declared as CorsException Modifier and Type Field Description static CorsExceptionCorsException. INVALID_ACTUAL_REQUESTInvalid simple / actual request.static CorsExceptionCorsException. INVALID_PREFLIGHT_REQUESTInvalid preflight request.static CorsExceptionCorsException. MISSING_ACCESS_CONTROL_REQUEST_METHOD_HEADERMissing Access-Control-Request-Method header.static CorsExceptionCorsException. ORIGIN_DENIEDCORS origin denied exception.static CorsExceptionCorsException. UNSUPPORTED_METHODUnsupported HTTP method.static CorsExceptionCorsException. UNSUPPORTED_REQUEST_HEADERUnsupported HTTP request header.Methods in com.aspectran.web.support.cors with parameters of type CorsException Modifier and Type Method Description protected voidDefaultCorsProcessor. rejectRequest(com.aspectran.core.activity.Translet translet, CorsException ce)Invoked when one of the CORS checks failed.Methods in com.aspectran.web.support.cors that throw CorsException Modifier and Type Method Description voidCorsProcessor. processActualRequest(com.aspectran.core.activity.Translet translet)Process a simple or actual CORS request.voidDefaultCorsProcessor. processActualRequest(com.aspectran.core.activity.Translet translet)voidCorsProcessor. processPreflightRequest(com.aspectran.core.activity.Translet translet)Process a preflight CORS request.voidDefaultCorsProcessor. processPreflightRequest(com.aspectran.core.activity.Translet translet)protected voidDefaultCorsProcessor. rejectRequest(com.aspectran.core.activity.Translet translet, CorsException ce)Invoked when one of the CORS checks failed.
-