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