Uses of Class
cool.scx.http.routing.handler.CorsHandler
Packages that use CorsHandler
-
Uses of CorsHandler in cool.scx.http.routing.handler
Methods in cool.scx.http.routing.handler that return CorsHandlerModifier and TypeMethodDescriptionCorsHandler.allowCredentials(boolean allow) CorsHandler.allowedHeader(ScxHttpHeaderName... headerNames) CorsHandler.allowedHeader(String... headerNames) CorsHandler.allowedMethod(ScxHttpMethod... methods) CorsHandler.allowedMethod(String... methods) CorsHandler.exposedHeader(ScxHttpHeaderName... headerNames) CorsHandler.exposedHeader(String... headerNames) CorsHandler.maxAgeSeconds(int maxAgeSeconds)