Class TcpServerHandshakeHandler

java.lang.Object
org.jboss.netty.channel.SimpleChannelHandler
org.ros.internal.transport.tcp.TcpServerHandshakeHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class TcpServerHandshakeHandler extends org.jboss.netty.channel.SimpleChannelHandler
A ChannelHandler which will process the TCP server handshake.
Author:
damonkohler@google.com (Damon Kohler), kwc@willowgarage.com (Ken Conley)
  • 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
    TcpServerHandshakeHandler(TopicParticipantManager topicParticipantManager, ServiceManager serviceManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e)
     

    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, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • messageReceived

      public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e) throws Exception
      Overrides:
      messageReceived in class org.jboss.netty.channel.SimpleChannelHandler
      Throws:
      Exception