org.elasticsearch.transport.netty
Class OpenChannelsHandler

java.lang.Object
  extended by org.elasticsearch.transport.netty.OpenChannelsHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

@ChannelPipelineCoverage(value="all")
public class OpenChannelsHandler
extends java.lang.Object
implements org.jboss.netty.channel.ChannelUpstreamHandler


Constructor Summary
OpenChannelsHandler()
           
 
Method Summary
 void close()
           
 void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenChannelsHandler

public OpenChannelsHandler()
Method Detail

handleUpstream

public void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
                           org.jboss.netty.channel.ChannelEvent e)
                    throws java.lang.Exception
Specified by:
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandler
Throws:
java.lang.Exception

close

public void close()