Uses of Class
io.netty5.handler.codec.http.cors.CorsConfig
-
Packages that use CorsConfig Package Description io.netty5.handler.codec.http.cors This package contains Cross Origin Resource Sharing (CORS) related classes. -
-
Uses of CorsConfig in io.netty5.handler.codec.http.cors
Methods in io.netty5.handler.codec.http.cors that return CorsConfig Modifier and Type Method Description CorsConfig
CorsConfig.Builder. build()
Deprecated.UseCorsConfigBuilder.build()
instead.CorsConfig
CorsConfigBuilder. build()
Builds aCorsConfig
with settings specified by previous method calls.Constructors in io.netty5.handler.codec.http.cors with parameters of type CorsConfig Constructor Description CorsHandler(CorsConfig config)
Creates a new instance with a singleCorsConfig
.Constructor parameters in io.netty5.handler.codec.http.cors with type arguments of type CorsConfig Constructor Description CorsHandler(List<CorsConfig> configList, boolean isShortCircuit)
Creates a new instance with the specified config list.
-