SK.gnome.dwarf.tcpip.rfc
Class EchoTCPRequest

java.lang.Object
  extended bySK.gnome.dwarf.tcpip.TCPRequest
      extended bySK.gnome.dwarf.tcpip.rfc.EchoTCPRequest

public class EchoTCPRequest
extends TCPRequest

TCP-based non-blocking Echo Service (RFC 862).


Field Summary
 
Fields inherited from class SK.gnome.dwarf.tcpip.TCPRequest
server, socket
 
Constructor Summary
EchoTCPRequest(TCPIPServer server)
           
 
Method Summary
protected  void init()
           
protected  void process()
           
protected  void recycle()
           
 
Methods inherited from class SK.gnome.dwarf.tcpip.TCPRequest
abort, finish, getChannel, checkExpired, isExpired, isFinished, isInitialized, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoTCPRequest

public EchoTCPRequest(TCPIPServer server)
Method Detail

init

protected void init()
Overrides:
init in class TCPRequest

process

protected void process()
Specified by:
process in class TCPRequest

recycle

protected void recycle()
Overrides:
recycle in class TCPRequest


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.