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 |
CorsConfig.Builder.build()
Deprecated.
Use
CorsConfigBuilder.build() instead. |
CorsConfig |
CorsConfigBuilder.build()
Builds a
CorsConfig with settings specified by previous method calls. |
Constructor and Description |
---|
CorsHandler(CorsConfig config)
Creates a new instance with a single
CorsConfig . |
Constructor and Description |
---|
CorsHandler(List<CorsConfig> configList,
boolean isShortCircuit)
Creates a new instance with the specified config list.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.