Class AbstractNamedChannelHandler

java.lang.Object
org.jboss.netty.channel.SimpleChannelHandler
org.ros.internal.transport.tcp.AbstractNamedChannelHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler, NamedChannelHandler
Direct Known Subclasses:
BaseClientHandshakeHandler, MessageReceiver

public abstract class AbstractNamedChannelHandler extends org.jboss.netty.channel.SimpleChannelHandler implements NamedChannelHandler
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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler

    bindRequested, channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, exceptionCaught, handleDownstream, handleUpstream, messageReceived, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    handleDownstream

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

    handleUpstream

    Methods inherited from interface org.ros.internal.transport.tcp.NamedChannelHandler

    getName
  • Constructor Details

    • AbstractNamedChannelHandler

      public AbstractNamedChannelHandler()
  • Method Details