|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DOCUMENT ME!
| 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 |
public void onConnect(PeerThread thread)
thread - Description of the Parameterpublic void onDisconnect(PeerThread thread)
thread - Description of the Parameter
public void onExecute(PeerThread thread)
throws IndyException
thread - IndyException -
public void onException(PeerThread thread,
IndyException exception)
thread - Description of the Parameterexception - Description of the Parameter
public void onListenException(ListenerThread thread,
IndyException exception)
thread - Description of the Parameterexception - Description of the Parameter
public void onBeforeCommandHandler(TCPServer sender,
PeerThread thread,
java.lang.String data)
sender - Description of the Parameterthread - Description of the Parameterdata - Description of the Parameter
public void onAfterCommandHandler(TCPServer sender,
PeerThread thread)
sender - Description of the Parameterthread - Description of the Parameter
public void onNoCommandHandler(TCPServer sender,
PeerThread thread,
java.lang.String data)
sender - Description of the Parameterthread - Description of the Parameterdata - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||