org.indy
Interface TCPServerListener


public interface TCPServerListener

DOCUMENT ME!

Version:
$Revision$
Author:
$author$

Method Summary
 void onAfterCommandHandler(TCPServer sender, PeerThread thread)
          Description of the Method
 void onBeforeCommandHandler(TCPServer sender, PeerThread thread, java.lang.String data)
          Description of the Method
 void onConnect(PeerThread thread)
          Description of the Method
 void onDisconnect(PeerThread thread)
          Description of the Method
 void onException(PeerThread thread, IndyException exception)
          Description of the Method
 void onExecute(PeerThread thread)
           
 void onListenException(ListenerThread thread, IndyException exception)
          Description of the Method
 void onNoCommandHandler(TCPServer sender, PeerThread thread, java.lang.String data)
          Description of the Method
 

Method Detail

onConnect

public void onConnect(PeerThread thread)
Description of the Method
Parameters:
thread - Description of the Parameter

onDisconnect

public void onDisconnect(PeerThread thread)
Description of the Method
Parameters:
thread - Description of the Parameter

onExecute

public void onExecute(PeerThread thread)
               throws IndyException
Parameters:
thread -  
Throws:
IndyException -  

onException

public void onException(PeerThread thread,
                        IndyException exception)
Description of the Method
Parameters:
thread - Description of the Parameter
exception - Description of the Parameter

onListenException

public void onListenException(ListenerThread thread,
                              IndyException exception)
Description of the Method
Parameters:
thread - Description of the Parameter
exception - Description of the Parameter

onBeforeCommandHandler

public void onBeforeCommandHandler(TCPServer sender,
                                   PeerThread thread,
                                   java.lang.String data)
Description of the Method
Parameters:
sender - Description of the Parameter
thread - Description of the Parameter
data - Description of the Parameter

onAfterCommandHandler

public void onAfterCommandHandler(TCPServer sender,
                                  PeerThread thread)
Description of the Method
Parameters:
sender - Description of the Parameter
thread - Description of the Parameter

onNoCommandHandler

public void onNoCommandHandler(TCPServer sender,
                               PeerThread thread,
                               java.lang.String data)
Description of the Method
Parameters:
sender - Description of the Parameter
thread - Description of the Parameter
data - Description of the Parameter


Copyright © 2002-2002 IndyJ. All Rights Reserved.