Interface NamedChannelHandler

All Superinterfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler
All Known Implementing Classes:
AbstractNamedChannelHandler, BaseClientHandshakeHandler, MessageReceiver

public interface NamedChannelHandler extends org.jboss.netty.channel.ChannelUpstreamHandler, org.jboss.netty.channel.ChannelDownstreamHandler
Author:
damonkohler@google.com (Damon Kohler)
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler

    org.jboss.netty.channel.ChannelHandler.Sharable
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.jboss.netty.channel.ChannelDownstreamHandler

    handleDownstream

    Methods inherited from interface org.jboss.netty.channel.ChannelUpstreamHandler

    handleUpstream
  • Method Details

    • getName

      String getName()
      Returns:
      the name of this ChannelHandler