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 Object
implements HttpChannel


Constructor Summary
NettyHttpChannel(NettyHttpServerTransport transport, org.jboss.netty.channel.Channel channel, org.jboss.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(NettyHttpServerTransport transport,
                        org.jboss.netty.channel.Channel channel,
                        org.jboss.netty.handler.codec.http.HttpRequest request)
Method Detail

sendResponse

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


Copyright © 2009-2012. All Rights Reserved.