Class VertxPlatformHttpServerConfiguration.Cors
- java.lang.Object
-
- org.apache.camel.component.platform.http.vertx.VertxPlatformHttpServerConfiguration.Cors
-
- Enclosing class:
- VertxPlatformHttpServerConfiguration
public static class VertxPlatformHttpServerConfiguration.Cors extends Object
-
-
Constructor Summary
Constructors Constructor Description Cors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetAccessControlMaxAge()List<String>getExposedHeaders()List<String>getHeaders()List<String>getMethods()List<String>getOrigins()booleanisEnabled()voidsetAccessControlMaxAge(Duration accessControlMaxAge)voidsetEnabled(boolean enabled)voidsetExposedHeaders(List<String> exposedHeaders)voidsetHeaders(List<String> headers)voidsetMethods(List<String> methods)voidsetOrigins(List<String> origins)
-