Uses of Class
io.vertx.mutiny.ext.web.handler.CorsHandler
Packages that use CorsHandler
-
Uses of CorsHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type CorsHandlerMethods in io.vertx.mutiny.ext.web.handler that return CorsHandlerModifier and TypeMethodDescriptionCorsHandler.addOrigins(List<String> origins) CorsHandler.addRelativeOrigin(String origin) CorsHandler.addRelativeOrigins(List<String> origins) CorsHandler.allowCredentials(boolean allow) CorsHandler.allowedHeader(String headerName) CorsHandler.allowedHeaders(Set<String> headerNames) CorsHandler.allowedMethod(io.vertx.core.http.HttpMethod method) CorsHandler.allowedMethods(Set<io.vertx.core.http.HttpMethod> methods) CorsHandler.allowPrivateNetwork(boolean allow) static CorsHandlerCorsHandler.create()static CorsHandlerDeprecated.patterns should use the relative origin method.CorsHandler.exposedHeader(String headerName) CorsHandler.exposedHeaders(Set<String> headerNames) CorsHandler.maxAgeSeconds(int maxAgeSeconds) static CorsHandlerCorsHandler.newInstance(io.vertx.ext.web.handler.CorsHandler arg)