org.elasticsearch.http.netty
Class NettyHttpChannel

java.lang.Object
  extended by org.elasticsearch.http.netty.NettyHttpChannel
All Implemented Interfaces:
HttpChannel, RestChannel

public class NettyHttpChannel
extends java.lang.Object
implements HttpChannel


Constructor Summary
NettyHttpChannel(org.elasticsearch.common.netty.channel.Channel channel, org.elasticsearch.common.netty.handler.codec.http.HttpRequest request)
           
 
Method Summary
 void sendResponse(RestResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyHttpChannel

public NettyHttpChannel(org.elasticsearch.common.netty.channel.Channel channel,
                        org.elasticsearch.common.netty.handler.codec.http.HttpRequest request)
Method Detail

sendResponse

public void sendResponse(RestResponse response)
Specified by:
sendResponse in interface RestChannel