Package org.ros.internal.transport.tcp
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
ConstructorsConstructorDescriptionTcpServerHandshakeHandler(TopicParticipantManager topicParticipantManager, ServiceManager serviceManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidmessageReceived(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
-
Constructor Details
-
TcpServerHandshakeHandler
public TcpServerHandshakeHandler(TopicParticipantManager topicParticipantManager, ServiceManager serviceManager)
-
-
Method Details