| Package | Description |
|---|---|
| org.elasticsearch.http.netty | |
| org.elasticsearch.http.netty.cors |
| Modifier and Type | Method and Description |
|---|---|
CorsConfig |
NettyHttpServerTransport.getCorsConfig() |
| Modifier and Type | Method and Description |
|---|---|
CorsConfig |
CorsConfigBuilder.build()
Builds a
CorsConfig with settings specified by previous method calls. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CorsHandler.setCorsResponseHeaders(org.jboss.netty.handler.codec.http.HttpRequest request,
org.jboss.netty.handler.codec.http.HttpResponse resp,
CorsConfig config) |
| Constructor and Description |
|---|
CorsHandler(CorsConfig config)
Creates a new instance with the specified
CorsConfig. |
Copyright © 2009–2017. All rights reserved.