Package | Description |
---|---|
io.netty.handler.codec.http.cors |
This package contains Cross Origin Resource Sharing (CORS) related classes.
|
Modifier and Type | Method and Description |
---|---|
CorsConfig |
CorsConfigBuilder.build()
Builds a
CorsConfig with settings specified by previous method calls. |
CorsConfig |
CorsConfig.Builder.build()
Deprecated.
Use
CorsConfigBuilder.build() instead. |
Constructor and Description |
---|
CorsHandler(CorsConfig config)
Creates a new instance with the specified
CorsConfig . |
Copyright © 2008–2017 The Netty Project. All rights reserved.