Uses of Class
io.vertx.mutiny.ext.web.handler.CorsHandler
-
Packages that use CorsHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of CorsHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type CorsHandler Modifier and Type Field Description static TypeArg<CorsHandler>CorsHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return CorsHandler Modifier and Type Method Description CorsHandlerCorsHandler. addOrigin(String origin)CorsHandlerCorsHandler. addOrigins(List<String> origins)CorsHandlerCorsHandler. allowCredentials(boolean allow)CorsHandlerCorsHandler. allowedHeader(String headerName)CorsHandlerCorsHandler. allowedHeaders(Set<String> headerNames)CorsHandlerCorsHandler. allowedMethod(io.vertx.core.http.HttpMethod method)CorsHandlerCorsHandler. allowedMethods(Set<io.vertx.core.http.HttpMethod> methods)static CorsHandlerCorsHandler. create()static CorsHandlerCorsHandler. create(String allowedOriginPattern)CorsHandlerCorsHandler. exposedHeader(String headerName)CorsHandlerCorsHandler. exposedHeaders(Set<String> headerNames)CorsHandlerCorsHandler. maxAgeSeconds(int maxAgeSeconds)static CorsHandlerCorsHandler. newInstance(io.vertx.ext.web.handler.CorsHandler arg)
-