public class NettyHttpChannel extends HttpChannel
| Constructor and Description |
|---|
NettyHttpChannel(NettyWebSocketServerTransport transport,
org.jboss.netty.channel.Channel channel,
NettyHttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.common.io.stream.BytesStreamOutput |
newBytesOutput() |
void |
sendResponse(org.elasticsearch.rest.RestResponse response) |
public NettyHttpChannel(NettyWebSocketServerTransport transport, org.jboss.netty.channel.Channel channel, NettyHttpRequest request)
public org.elasticsearch.common.io.stream.BytesStreamOutput newBytesOutput()
newBytesOutput in class org.elasticsearch.rest.RestChannelpublic void sendResponse(org.elasticsearch.rest.RestResponse response)
sendResponse in class org.elasticsearch.rest.RestChannelCopyright © 2012–2014. All rights reserved.