public class CORSFilter extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Modifier and Type | Field and Description |
|---|---|
(package private) CORSConfig |
corsConfig |
| Constructor and Description |
|---|
CORSFilter(CORSConfig corsConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext event) |
static boolean |
isConfiguredWithWildcard(Optional<List<String>> optionalList) |
final CORSConfig corsConfig
public CORSFilter(CORSConfig corsConfig)
Copyright © 2021 JBoss by Red Hat. All rights reserved.