netty5/example/src/main
Trustin Lee 412f719aa8 Extract the builder of CorsConfig to top level
Motivation:

Consistency in API design

Modifications:

- Deprecate CorsConfig.Builder and its factory methods
- Deprecate CorsConfig.DateValueGenerator
- Add CorsConfigBuilder and its factory methods
- Fix typo (curcuit -> circuit)

Result:

Consistency with other builder APIs such as SslContextBuilder and
Http2ConnectionHandlerBuilder
2015-12-18 12:38:44 +09:00
..
java/io/netty/example Extract the builder of CorsConfig to top level 2015-12-18 12:38:44 +09:00
resources Add HTTP/2 Netty tiles example 2015-05-18 14:16:54 -07:00