软件包 | 描述 |
---|---|
io.netty.handler.codec.http.cors |
该软件包包含跨源资源共享(CORS)相关类。
|
Modifier and Type | Method and Description |
---|---|
CorsConfig |
CorsConfigBuilder.build()
使用以前的方法调用指定的设置构建 CorsConfig 。
|
CorsConfig |
CorsConfig.Builder.build()
已过时。
|
Constructor and Description |
---|
CorsHandler(CorsConfig config)
用指定的 CorsConfig 创建一个新实例。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.