replace with opensearch-http-channel and opensearch-http-server-channel (#1799)
Signed-off-by: Shinsuke Sugaya <shinsuke@apache.org>
This commit is contained in:
parent
abe4b97199
commit
d843ddd9c0
|
@ -314,8 +314,8 @@ public class Netty4HttpServerTransport extends AbstractHttpServerTransport {
|
||||||
return new HttpChannelHandler(this, handlingSettings);
|
return new HttpChannelHandler(this, handlingSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
static final AttributeKey<Netty4HttpChannel> HTTP_CHANNEL_KEY = AttributeKey.newInstance("es-http-channel");
|
static final AttributeKey<Netty4HttpChannel> HTTP_CHANNEL_KEY = AttributeKey.newInstance("opensearch-http-channel");
|
||||||
static final AttributeKey<Netty4HttpServerChannel> HTTP_SERVER_CHANNEL_KEY = AttributeKey.newInstance("es-http-server-channel");
|
static final AttributeKey<Netty4HttpServerChannel> HTTP_SERVER_CHANNEL_KEY = AttributeKey.newInstance("opensearch-http-server-channel");
|
||||||
|
|
||||||
protected static class HttpChannelHandler extends ChannelInitializer<Channel> {
|
protected static class HttpChannelHandler extends ChannelInitializer<Channel> {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue