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_ARG
Methods in io.vertx.mutiny.ext.web.handler that return CorsHandler Modifier and Type Method Description CorsHandler
CorsHandler. addOrigin(String origin)
CorsHandler
CorsHandler. addOrigins(List<String> origins)
CorsHandler
CorsHandler. allowCredentials(boolean allow)
CorsHandler
CorsHandler. allowedHeader(String headerName)
CorsHandler
CorsHandler. allowedHeaders(Set<String> headerNames)
CorsHandler
CorsHandler. allowedMethod(io.vertx.core.http.HttpMethod method)
CorsHandler
CorsHandler. allowedMethods(Set<io.vertx.core.http.HttpMethod> methods)
static CorsHandler
CorsHandler. create()
static CorsHandler
CorsHandler. create(String allowedOriginPattern)
CorsHandler
CorsHandler. exposedHeader(String headerName)
CorsHandler
CorsHandler. exposedHeaders(Set<String> headerNames)
CorsHandler
CorsHandler. maxAgeSeconds(int maxAgeSeconds)
static CorsHandler
CorsHandler. newInstance(io.vertx.ext.web.handler.CorsHandler arg)
-