Package io.netty.handler.codec.http.cors
This package contains Cross Origin Resource Sharing (CORS) related classes.
-
Class Summary Class Description CorsConfig Configuration for Cross-Origin Resource Sharing (CORS).CorsConfig.Builder Deprecated. UseCorsConfigBuilder
instead.CorsConfig.DateValueGenerator Deprecated. Removed without alternatives.CorsConfigBuilder Builder used to configure and build aCorsConfig
instance.CorsConfigBuilder.ConstantValueGenerator This class is used for preflight HTTP response values that do not need to be generated, but instead the value is "static" in that the same value will be returned for each call.CorsConfigBuilder.DateValueGenerator This callable is used for the DATE preflight HTTP response HTTP header.CorsHandler Handles Cross Origin Resource Sharing (CORS) requests.