org.objectweb.dream.channel
Class ReliableTCPChannelInImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.channel.AbstractTCPChannelInImpl
org.objectweb.dream.channel.BasicTCPChannelInImpl
org.objectweb.dream.channel.ReliableTCPChannelInImpl
- All Implemented Interfaces:
- AttributeController, BindingController, IPChannelInAttributeController, LifeCycleController, Loggable
- public class ReliableTCPChannelInImpl
- extends BasicTCPChannelInImpl
Reliable implementation of a TCP ChannelIn Component. The ChannelIn sends an
ACK.
Method Summary |
protected void |
sendAck(Socket socket)
Sends an ACK. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReliableTCPChannelInImpl
public ReliableTCPChannelInImpl()
sendAck
protected void sendAck(Socket socket)
throws IOException
- Sends an ACK.
- Overrides:
sendAck
in class AbstractTCPChannelInImpl
- Parameters:
socket
-
- Throws:
IOException
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.