socketservertest
Class ServerThread
public class
ServerThread
extends Thread
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Version:
1.0
Author:
not attributable
Method Detail
run
public void
run
()
When an object implementing interface
Runnable
is used to create a thread, starting the thread causes the object's
run
method to be called in that separately executing thread.